@commercetools-frontend/constants 21.3.4 → 21.9.0

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2020 commercetools GmbH
3
+ Copyright (c) commercetools GmbH
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  // NOTE: This string will be replaced on build time with the package version.
6
- var version = "21.3.4";
6
+ var version = "21.9.0";
7
7
 
8
8
  // DOM elements
9
9
  var PORTALS_CONTAINER_ID = 'portals-container'; // Links
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  // NOTE: This string will be replaced on build time with the package version.
6
- var version = "21.3.4";
6
+ var version = "21.9.0";
7
7
 
8
8
  // DOM elements
9
9
  var PORTALS_CONTAINER_ID = 'portals-container'; // Links
@@ -1,5 +1,5 @@
1
1
  // NOTE: This string will be replaced on build time with the package version.
2
- var version = "21.3.4";
2
+ var version = "21.9.0";
3
3
 
4
4
  // DOM elements
5
5
  var PORTALS_CONTAINER_ID = 'portals-container'; // Links
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/constants",
3
- "version": "21.3.4",
3
+ "version": "21.9.0",
4
4
  "description": "Shared constants for MC applications",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {
@@ -18,7 +18,7 @@
18
18
  "module": "dist/commercetools-frontend-constants.esm.js",
19
19
  "files": ["dist", "package.json", "LICENSE", "README.md"],
20
20
  "dependencies": {
21
- "@babel/runtime": "^7.17.9",
22
- "@babel/runtime-corejs3": "^7.17.9"
21
+ "@babel/runtime": "^7.18.6",
22
+ "@babel/runtime-corejs3": "^7.18.6"
23
23
  }
24
24
  }