@commercetools-frontend/constants
Advanced tools
Comparing version 13.3.5 to 13.8.2-canary.13
@@ -5,2 +5,5 @@ 'use strict'; | ||
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file. | ||
var version = '__@APPLICATION_KIT_PACKAGE/VERSION_OF_RELEASE__'; | ||
var PORTALS_CONTAINER_ID = 'portals-container'; | ||
@@ -49,2 +52,3 @@ var __GLOBAL = 'GLOBAL'; // NOTIFICATIONS | ||
exports.__GLOBAL = __GLOBAL; | ||
exports.version = version; | ||
//# sourceMappingURL=constants.cjs.js.map |
@@ -0,1 +1,4 @@ | ||
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file. | ||
var version = '__@APPLICATION_KIT_PACKAGE/VERSION_OF_RELEASE__'; | ||
var PORTALS_CONTAINER_ID = 'portals-container'; | ||
@@ -34,3 +37,3 @@ var __GLOBAL = 'GLOBAL'; // NOTIFICATIONS | ||
export { DOMAINS, GRAPHQL_TARGETS, HIDE_ALL_PAGE_NOTIFICATIONS, HIDE_LOADING, LOGOUT_REASONS, NO_VALUE_FALLBACK, PORTALS_CONTAINER_ID, SHOW_LOADING, STATUS_CODES, __GLOBAL }; | ||
export { DOMAINS, GRAPHQL_TARGETS, HIDE_ALL_PAGE_NOTIFICATIONS, HIDE_LOADING, LOGOUT_REASONS, NO_VALUE_FALLBACK, PORTALS_CONTAINER_ID, SHOW_LOADING, STATUS_CODES, __GLOBAL, version }; | ||
//# sourceMappingURL=constants.es.js.map |
{ | ||
"name": "@commercetools-frontend/constants", | ||
"version": "13.3.5", | ||
"version": "13.8.2-canary.13+1033693d", | ||
"description": "Shared constants for MC applications", | ||
@@ -32,7 +32,7 @@ "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", | ||
"build": "npm run build:es && npm run build:cjs", | ||
"build:cjs": "cross-env NODE_ENV=production rollup -c ../../rollup.config.js -f cjs ./index.js -o dist/constants.cjs.js", | ||
"build:es": "cross-env NODE_ENV=production rollup -c ../../rollup.config.js -f es ./index.js -o dist/constants.es.js", | ||
"build:cjs": "cross-env NODE_ENV=production rollup -c ../../rollup.config.js -f cjs ./src/index.js -o dist/constants.cjs.js", | ||
"build:es": "cross-env NODE_ENV=production rollup -c ../../rollup.config.js -f es ./src/index.js -o dist/constants.es.js", | ||
"build:es:watch": "npm run build:es -- -w" | ||
}, | ||
"gitHead": "e377b2a83fc8301d48bcb2601794f34c57e53e7c" | ||
"gitHead": "1033693ddcefb9ab89f647c76633658e09fbab62" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
10437
80
2
1