@trackunit/iris-app-runtime-core
Advanced tools
Comparing version 0.0.47-alpha-4849.1 to 0.0.47
@@ -8,3 +8,4 @@ export * from "@trackunit/iris-app-runtime-core-api"; | ||
export * from "./RestRuntime"; | ||
export * from "./ToastRuntime"; | ||
export * from "./TokenRuntime"; | ||
export * from "./UserSubscriptionRuntime"; |
12
index.js
@@ -1313,2 +1313,12 @@ import { CustomFieldType } from '@trackunit/iris-app-runtime-core-api'; | ||
const ToastRuntime = { | ||
addToast(toast) { | ||
return __awaiter(this, void 0, void 0, function* () { | ||
const api = yield getHostConnector(); | ||
return api.addToast(toast); | ||
}); | ||
} | ||
}; | ||
const TokenRuntime = { | ||
@@ -1328,2 +1338,2 @@ getTokenContext: () => __awaiter(void 0, void 0, void 0, function* () { | ||
export { AssetRuntime, CurrentUserRuntime, CustomFieldRuntime, DeveloperSettingsRuntime, EnvironmentRuntime, RestRuntime, TokenRuntime, UserSubscriptionRuntime }; | ||
export { AssetRuntime, CurrentUserRuntime, CustomFieldRuntime, DeveloperSettingsRuntime, EnvironmentRuntime, RestRuntime, ToastRuntime, TokenRuntime, UserSubscriptionRuntime }; |
{ | ||
"name": "@trackunit/iris-app-runtime-core", | ||
"version": "0.0.47-alpha-4849.1", | ||
"version": "0.0.47", | ||
"repository": "https://github.com/Trackunit/manager", | ||
@@ -11,6 +11,6 @@ "license": "MIT", | ||
"dependencies": { | ||
"@trackunit/iris-app-runtime-core-api": "0.0.45-alpha-4849.1", | ||
"@trackunit/react-core-contexts-api": "0.0.44-alpha-4849.1" | ||
"@trackunit/iris-app-runtime-core-api": "0.0.45", | ||
"@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
48367
14
1168
0
+ Added@trackunit/iris-app-runtime-core-api@0.0.45(transitive)
+ Added@trackunit/react-core-contexts-api@0.0.43(transitive)
- Removed@trackunit/iris-app-runtime-core-api@0.0.45-alpha-4849.1(transitive)
- Removed@trackunit/react-core-contexts-api@0.0.44-alpha-4849.1(transitive)