admin-shell-messaging
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -6,1 +6,2 @@ export { ACTION_TYPES, ACTIONS } from "./actions"; | ||
export { shell } from "./shell"; | ||
export { navigate } from "./navigation"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.shell = exports.stopLoading = exports.startLoading = exports.clearBreadcrumbExtraLevels = exports.insertNewBreadcrumbLevel = exports.ACTIONS = exports.ACTION_TYPES = void 0; | ||
exports.navigate = exports.shell = exports.stopLoading = exports.startLoading = exports.clearBreadcrumbExtraLevels = exports.insertNewBreadcrumbLevel = exports.ACTIONS = exports.ACTION_TYPES = void 0; | ||
var actions_1 = require("./actions"); | ||
@@ -15,2 +15,4 @@ Object.defineProperty(exports, "ACTION_TYPES", { enumerable: true, get: function () { return actions_1.ACTION_TYPES; } }); | ||
Object.defineProperty(exports, "shell", { enumerable: true, get: function () { return shell_1.shell; } }); | ||
var navigation_1 = require("./navigation"); | ||
Object.defineProperty(exports, "navigate", { enumerable: true, get: function () { return navigation_1.navigate; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "admin-shell-messaging", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "Admin shell Iframe messaging package", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -9,1 +9,2 @@ export { ACTION_TYPES, ACTIONS } from "./actions"; | ||
export { shell } from "./shell"; | ||
export { navigate } from "./navigation"; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31613
944