npm package diff
Package: @forge/bridge
Versions: 4.3.0 - 4.3.0-next.0-experimental-d6acbbd
File: package/out/router/targets.d.ts
Index: package/out/router/targets.d.ts
===================================================================
--- package/out/router/targets.d.ts
+++ package/out/router/targets.d.ts
@@ -0,0 +1,12 @@
+export declare const NAVIGATION_TARGET: {
+ readonly CONTENT_VIEW: "contentView";
+ readonly CONTENT_EDIT: "contentEdit";
+ readonly CONTENT_LIST: "contentList";
+ readonly SPACE_VIEW: "spaceView";
+ readonly MODULE: "module";
+ readonly USER_PROFILE: "userProfile";
+ readonly DASHBOARD: "dashboard";
+ readonly ISSUE: "issue";
+ readonly PROJECT_SETTINGS_DETAILS: "projectSettingsDetails";
+};
+//# sourceMappingURL=targets.d.ts.map
\ No newline at end of file