npm package diff
Package: @forge/bridge
Versions: 4.3.0 - 4.3.0-next.0-experimental-d6acbbd
File: package/out/router/targets.js
Index: package/out/router/targets.js
===================================================================
--- package/out/router/targets.js
+++ package/out/router/targets.js
@@ -0,0 +1,14 @@
+"use strict";
+Object.defineProperty(exports, "__esModule", { value: true });
+exports.NAVIGATION_TARGET = void 0;
+exports.NAVIGATION_TARGET = {
+ CONTENT_VIEW: 'contentView',
+ CONTENT_EDIT: 'contentEdit',
+ CONTENT_LIST: 'contentList',
+ SPACE_VIEW: 'spaceView',
+ MODULE: 'module',
+ USER_PROFILE: 'userProfile',
+ DASHBOARD: 'dashboard',
+ ISSUE: 'issue',
+ PROJECT_SETTINGS_DETAILS: 'projectSettingsDetails'
+};