@commercetools-frontend/constants 27.5.1 → 27.5.3

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,9 +1,7 @@
1
1
  'use strict';
2
2
 
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
3
  // NOTE: This string will be replaced on build time with the package version.
6
- var version = "27.5.1";
4
+ var version = "27.5.3";
7
5
 
8
6
  /**
9
7
  * The project key must be between 2 and 36 characters long. It can only contain alphanumeric lowercase characters (a-z, 0-9),
@@ -232,8 +230,8 @@ const DEFAULT_FLAGS = {
232
230
  var featureToggles = /*#__PURE__*/Object.freeze({
233
231
  __proto__: null,
234
232
  CUSTOM_VIEWS: CUSTOM_VIEWS,
235
- FLAGS: FLAGS,
236
- DEFAULT_FLAGS: DEFAULT_FLAGS
233
+ DEFAULT_FLAGS: DEFAULT_FLAGS,
234
+ FLAGS: FLAGS
237
235
  });
238
236
 
239
237
  exports.CUSTOM_VIEWS_EVENTS_META = CUSTOM_VIEWS_EVENTS_META;
@@ -1,9 +1,7 @@
1
1
  'use strict';
2
2
 
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
3
  // NOTE: This string will be replaced on build time with the package version.
6
- var version = "27.5.1";
4
+ var version = "27.5.3";
7
5
 
8
6
  /**
9
7
  * The project key must be between 2 and 36 characters long. It can only contain alphanumeric lowercase characters (a-z, 0-9),
@@ -232,8 +230,8 @@ const DEFAULT_FLAGS = {
232
230
  var featureToggles = /*#__PURE__*/Object.freeze({
233
231
  __proto__: null,
234
232
  CUSTOM_VIEWS: CUSTOM_VIEWS,
235
- FLAGS: FLAGS,
236
- DEFAULT_FLAGS: DEFAULT_FLAGS
233
+ DEFAULT_FLAGS: DEFAULT_FLAGS,
234
+ FLAGS: FLAGS
237
235
  });
238
236
 
239
237
  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.1";
2
+ var version = "27.5.3";
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
- FLAGS: FLAGS,
232
- DEFAULT_FLAGS: DEFAULT_FLAGS
231
+ DEFAULT_FLAGS: DEFAULT_FLAGS,
232
+ FLAGS: 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.1",
3
+ "version": "27.5.3",
4
4
  "description": "Shared constants for MC applications",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {