@trackunit/iris-app-runtime-core-api
Advanced tools
Comparing version 0.0.54-alpha-978fbf7c0.0 to 0.0.54
@@ -21,4 +21,13 @@ import { ICurrentUserContext, IDeveloperSettingsContext, IEnvironmentContext, ITokenContext, IUserSubscriptionContext } from "@trackunit/react-core-contexts-api"; | ||
getCurrentUserContext(): Promise<ICurrentUserContext>; | ||
getDeepLink(): DeepLink; | ||
setDeepLink: SetDeepLink; | ||
addToast(toast: PublicToast): Promise<void | "primaryAction" | "secondaryAction">; | ||
getDeveloperSettingsContext(): Promise<IDeveloperSettingsContext>; | ||
} | ||
export declare type SetDeepLink = (deepLink: DeepLink) => void; | ||
export declare type DeepLink = { | ||
path: string; | ||
pathname: string; | ||
search: Location["search"]; | ||
hash: Location["hash"]; | ||
}; |
{ | ||
"name": "@trackunit/iris-app-runtime-core-api", | ||
"version": "0.0.54-alpha-978fbf7c0.0", | ||
"version": "0.0.54", | ||
"repository": "https://github.com/Trackunit/manager", | ||
@@ -11,5 +11,5 @@ "license": "UNLICENSED", | ||
"dependencies": { | ||
"@trackunit/react-core-contexts-api": "0.0.52-alpha-978fbf7c0.0" | ||
"@trackunit/react-core-contexts-api": "0.0.51" | ||
}, | ||
"peerDependencies": {} | ||
} |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
11160
292
0
+ Added@trackunit/react-core-contexts-api@0.0.51(transitive)
- Removed@trackunit/react-core-contexts-api@0.0.52-alpha-978fbf7c0.0(transitive)