@trackunit/iris-app-runtime-core 0.3.174 → 0.3.175

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
@@ -377,6 +377,10 @@ const NavigationRuntime = {
377
377
  const api = yield getHostConnector();
378
378
  return api.gotoAdmin(url);
379
379
  }),
380
+ gotoMarketplace: () => __awaiter(void 0, void 0, void 0, function* () {
381
+ const api = yield getHostConnector();
382
+ return api.gotoMarketplace();
383
+ }),
380
384
  reloadManager: () => __awaiter(void 0, void 0, void 0, function* () {
381
385
  const api = yield getHostConnector();
382
386
  return api.reloadManager();
package/index.esm.js CHANGED
@@ -373,6 +373,10 @@ const NavigationRuntime = {
373
373
  const api = yield getHostConnector();
374
374
  return api.gotoAdmin(url);
375
375
  }),
376
+ gotoMarketplace: () => __awaiter(void 0, void 0, void 0, function* () {
377
+ const api = yield getHostConnector();
378
+ return api.gotoMarketplace();
379
+ }),
376
380
  reloadManager: () => __awaiter(void 0, void 0, void 0, function* () {
377
381
  const api = yield getHostConnector();
378
382
  return api.reloadManager();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-runtime-core",
3
- "version": "0.3.174",
3
+ "version": "0.3.175",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {