@trackunit/iris-app-runtime-core 0.0.58 → 0.0.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NavigationRuntime.d.ts +1 -2
- package/index.js +0 -4
- package/package.json +2 -2
package/NavigationRuntime.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SetDeepLink } from "@trackunit/iris-app-runtime-core-api";
|
|
2
2
|
export interface INavigationRuntime {
|
|
3
|
-
getDeepLink: () => Promise<DeepLink>;
|
|
4
3
|
setDeepLink: SetDeepLink;
|
|
5
4
|
}
|
|
6
5
|
export declare const NavigationRuntime: INavigationRuntime;
|
package/index.js
CHANGED
|
@@ -1325,10 +1325,6 @@ const EnvironmentRuntime = {
|
|
|
1325
1325
|
};
|
|
1326
1326
|
|
|
1327
1327
|
const NavigationRuntime = {
|
|
1328
|
-
getDeepLink: () => __awaiter(void 0, void 0, void 0, function* () {
|
|
1329
|
-
const api = yield getHostConnector();
|
|
1330
|
-
return api.getDeepLink();
|
|
1331
|
-
}),
|
|
1332
1328
|
setDeepLink: props => __awaiter(void 0, void 0, void 0, function* () {
|
|
1333
1329
|
const api = yield getHostConnector();
|
|
1334
1330
|
return api.setDeepLink(props);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/iris-app-runtime-core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.59",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"type": "module",
|
|
9
9
|
"types": "./index.d.ts",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@trackunit/iris-app-runtime-core-api": "0.0.
|
|
11
|
+
"@trackunit/iris-app-runtime-core-api": "0.0.57",
|
|
12
12
|
"@trackunit/react-core-contexts-api": "0.0.52"
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {}
|