@trackunit/iris-app-runtime-core 0.3.192 → 0.3.194

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
@@ -344,9 +344,9 @@ const NavigationRuntime = {
344
344
  const api = await getHostConnector();
345
345
  return api.gotoAdmin(url);
346
346
  },
347
- gotoMarketplace: async () => {
347
+ gotoMarketplace: async (options) => {
348
348
  const api = await getHostConnector();
349
- return api.gotoMarketplace();
349
+ return api.gotoMarketplace(options);
350
350
  },
351
351
  reloadManager: async () => {
352
352
  const api = await getHostConnector();
package/index.esm.js CHANGED
@@ -342,9 +342,9 @@ const NavigationRuntime = {
342
342
  const api = await getHostConnector();
343
343
  return api.gotoAdmin(url);
344
344
  },
345
- gotoMarketplace: async () => {
345
+ gotoMarketplace: async (options) => {
346
346
  const api = await getHostConnector();
347
- return api.gotoMarketplace();
347
+ return api.gotoMarketplace(options);
348
348
  },
349
349
  reloadManager: async () => {
350
350
  const api = await getHostConnector();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-runtime-core",
3
- "version": "0.3.192",
3
+ "version": "0.3.194",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {