@trackunit/iris-app-runtime-core-api
Advanced tools
Comparing version 0.0.44-alpha-4730.0 to 0.0.44
@@ -1,2 +0,2 @@ | ||
import { ICurrentUserContext, IEnvironmentContext, ITokenContext, IUserSubscriptionContext } from "@trackunit/react-core-contexts-api"; | ||
import { ICurrentUserContext, IDeveloperSettingsContext, IEnvironmentContext, ITokenContext, IUserSubscriptionContext } from "@trackunit/react-core-contexts-api"; | ||
import { AssetInfo } from "./AssetRuntime"; | ||
@@ -20,2 +20,3 @@ import { EntityIdentity, ValueAndDefinition, ValueAndDefinitionKey } from "./CustomFieldRuntime"; | ||
getCurrentUserContext(): Promise<ICurrentUserContext>; | ||
getDeveloperSettingsContext(): Promise<IDeveloperSettingsContext>; | ||
} |
{ | ||
"name": "@trackunit/iris-app-runtime-core-api", | ||
"version": "0.0.44-alpha-4730.0", | ||
"version": "0.0.44", | ||
"repository": "https://github.com/Trackunit/manager", | ||
@@ -11,5 +11,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"@trackunit/react-core-contexts-api": "0.0.43-alpha-4730.0" | ||
"@trackunit/react-core-contexts-api": "0.0.43" | ||
}, | ||
"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
10413
272
0
+ Added@trackunit/react-core-contexts-api@0.0.43(transitive)
- Removed@trackunit/react-core-contexts-api@0.0.43-alpha-4730.0(transitive)