@trackunit/iris-app-runtime-core 0.3.74 → 0.3.75

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/index.cjs.js CHANGED
@@ -736,7 +736,7 @@ const NavigationRuntime = {
736
736
  gotoAppLibrary: (irisAppId) => __awaiter(void 0, void 0, void 0, function* () {
737
737
  const api = yield getHostConnector();
738
738
  return api.gotoAppLibrary(irisAppId);
739
- })
739
+ }),
740
740
  };
741
741
 
742
742
  const ParamsRuntime = {
package/index.esm.js CHANGED
@@ -733,7 +733,7 @@ const NavigationRuntime = {
733
733
  gotoAppLibrary: (irisAppId) => __awaiter(void 0, void 0, void 0, function* () {
734
734
  const api = yield getHostConnector();
735
735
  return api.gotoAppLibrary(irisAppId);
736
- })
736
+ }),
737
737
  };
738
738
 
739
739
  const ParamsRuntime = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-runtime-core",
3
- "version": "0.3.74",
3
+ "version": "0.3.75",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -9,7 +9,7 @@
9
9
  "module": "./index.esm.js",
10
10
  "main": "./index.cjs.js",
11
11
  "dependencies": {
12
- "@trackunit/iris-app-runtime-core-api": "0.3.67",
12
+ "@trackunit/iris-app-runtime-core-api": "0.3.68",
13
13
  "@trackunit/react-core-contexts-api": "0.2.57"
14
14
  },
15
15
  "peerDependencies": {}