@commercetools-frontend/constants 27.5.3 → 27.5.4

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.
@@ -1,7 +1,9 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  // NOTE: This string will be replaced on build time with the package version.
4
- var version = "27.5.3";
6
+ var version = "27.5.4";
5
7
 
6
8
  /**
7
9
  * The project key must be between 2 and 36 characters long. It can only contain alphanumeric lowercase characters (a-z, 0-9),
@@ -230,8 +232,8 @@ const DEFAULT_FLAGS = {
230
232
  var featureToggles = /*#__PURE__*/Object.freeze({
231
233
  __proto__: null,
232
234
  CUSTOM_VIEWS: CUSTOM_VIEWS,
233
- DEFAULT_FLAGS: DEFAULT_FLAGS,
234
- FLAGS: FLAGS
235
+ FLAGS: FLAGS,
236
+ DEFAULT_FLAGS: DEFAULT_FLAGS
235
237
  });
236
238
 
237
239
  exports.CUSTOM_VIEWS_EVENTS_META = CUSTOM_VIEWS_EVENTS_META;
@@ -1,7 +1,9 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  // NOTE: This string will be replaced on build time with the package version.
4
- var version = "27.5.3";
6
+ var version = "27.5.4";
5
7
 
6
8
  /**
7
9
  * The project key must be between 2 and 36 characters long. It can only contain alphanumeric lowercase characters (a-z, 0-9),
@@ -230,8 +232,8 @@ const DEFAULT_FLAGS = {
230
232
  var featureToggles = /*#__PURE__*/Object.freeze({
231
233
  __proto__: null,
232
234
  CUSTOM_VIEWS: CUSTOM_VIEWS,
233
- DEFAULT_FLAGS: DEFAULT_FLAGS,
234
- FLAGS: FLAGS
235
+ FLAGS: FLAGS,
236
+ DEFAULT_FLAGS: DEFAULT_FLAGS
235
237
  });
236
238
 
237
239
  exports.CUSTOM_VIEWS_EVENTS_META = CUSTOM_VIEWS_EVENTS_META;
@@ -1,5 +1,5 @@
1
1
  // NOTE: This string will be replaced on build time with the package version.
2
- var version = "27.5.3";
2
+ var version = "27.5.4";
3
3
 
4
4
  /**
5
5
  * The project key must be between 2 and 36 characters long. It can only contain alphanumeric lowercase characters (a-z, 0-9),
@@ -228,8 +228,8 @@ const DEFAULT_FLAGS = {
228
228
  var featureToggles = /*#__PURE__*/Object.freeze({
229
229
  __proto__: null,
230
230
  CUSTOM_VIEWS: CUSTOM_VIEWS,
231
- DEFAULT_FLAGS: DEFAULT_FLAGS,
232
- FLAGS: FLAGS
231
+ FLAGS: FLAGS,
232
+ DEFAULT_FLAGS: DEFAULT_FLAGS
233
233
  });
234
234
 
235
235
  export { CUSTOM_VIEWS_EVENTS_META, CUSTOM_VIEWS_EVENTS_NAMES, CUSTOM_VIEW_HOST_ENTRY_POINT_URI_PATH, DOMAINS, ENTRY_POINT_URI_PATH_REGEX, GRAPHQL_TARGETS, HIDE_ALL_PAGE_NOTIFICATIONS, HIDE_LOADING, HTTP_SECURITY_HEADERS, HTTP_SECURITY_HEADER_KEYS, LOGIN_STRATEGY_DEFAULT, LOGIN_STRATEGY_OIDC, LOGIN_STRATEGY_SSO, LOGOUT_REASONS, MC_API_PROXY_TARGETS, NOTIFICATION_DOMAINS, NOTIFICATION_KINDS_GLOBAL, NOTIFICATION_KINDS_PAGE, NOTIFICATION_KINDS_SIDE, NO_VALUE_FALLBACK, ORGANIZATION_GENERAL_ERROR, PERMISSION_GROUP_NAME_REGEX, PORTALS_CONTAINER_ID, PORTALS_CONTAINER_INDENTATION_SIZE, PROJECT_KEY_REGEX, SHOW_LOADING, STATUS_CODES, STORAGE_KEYS, SUPPORTED_HEADERS, SUPPORT_PORTAL_URL, featureToggles as featureFlags, version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/constants",
3
- "version": "27.5.3",
3
+ "version": "27.5.4",
4
4
  "description": "Shared constants for MC applications",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {