@trackunit/iris-app-runtime-core 0.3.180 → 0.3.181
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 +0 -4
- package/index.esm.js +0 -4
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -369,10 +369,6 @@ const NavigationRuntime = {
|
|
|
369
369
|
const api = yield getHostConnector();
|
|
370
370
|
return api.gotoCustomerHome(customerId, options);
|
|
371
371
|
}),
|
|
372
|
-
gotoMyExports: (exportId) => __awaiter(void 0, void 0, void 0, function* () {
|
|
373
|
-
const api = yield getHostConnector();
|
|
374
|
-
return api.gotoMyExports(exportId);
|
|
375
|
-
}),
|
|
376
372
|
gotoAdmin: (url) => __awaiter(void 0, void 0, void 0, function* () {
|
|
377
373
|
const api = yield getHostConnector();
|
|
378
374
|
return api.gotoAdmin(url);
|
package/index.esm.js
CHANGED
|
@@ -365,10 +365,6 @@ const NavigationRuntime = {
|
|
|
365
365
|
const api = yield getHostConnector();
|
|
366
366
|
return api.gotoCustomerHome(customerId, options);
|
|
367
367
|
}),
|
|
368
|
-
gotoMyExports: (exportId) => __awaiter(void 0, void 0, void 0, function* () {
|
|
369
|
-
const api = yield getHostConnector();
|
|
370
|
-
return api.gotoMyExports(exportId);
|
|
371
|
-
}),
|
|
372
368
|
gotoAdmin: (url) => __awaiter(void 0, void 0, void 0, function* () {
|
|
373
369
|
const api = yield getHostConnector();
|
|
374
370
|
return api.gotoAdmin(url);
|