@commercetools-frontend/permissions 21.25.2 → 22.0.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.
@@ -53,7 +53,7 @@ var _Object$entries__default = /*#__PURE__*/_interopDefault(_Object$entries);
53
53
  var upperFirst__default = /*#__PURE__*/_interopDefault(upperFirst);
54
54
 
55
55
  // NOTE: This string will be replaced on build time with the package version.
56
- var version = "21.25.2";
56
+ var version = "22.0.0";
57
57
 
58
58
  // Build the permission key from the definition to match it to the format coming from the API.
59
59
  const toCanCase = permissionName => "can".concat(permissionName);
@@ -52,7 +52,7 @@ var _Object$entries__default = /*#__PURE__*/_interopDefault(_Object$entries);
52
52
  var upperFirst__default = /*#__PURE__*/_interopDefault(upperFirst);
53
53
 
54
54
  // NOTE: This string will be replaced on build time with the package version.
55
- var version = "21.25.2";
55
+ var version = "22.0.0";
56
56
 
57
57
  // Build the permission key from the definition to match it to the format coming from the API.
58
58
  const toCanCase = permissionName => "can".concat(permissionName);
@@ -26,7 +26,7 @@ import upperFirst from 'lodash/upperFirst';
26
26
  import { jsx, Fragment } from '@emotion/react/jsx-runtime';
27
27
 
28
28
  // NOTE: This string will be replaced on build time with the package version.
29
- var version = "21.25.2";
29
+ var version = "22.0.0";
30
30
 
31
31
  // Build the permission key from the definition to match it to the format coming from the API.
32
32
  const toCanCase = permissionName => "can".concat(permissionName);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/permissions",
3
- "version": "21.25.2",
3
+ "version": "22.0.0",
4
4
  "description": "React components to declaratively handle MC permissions",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {
@@ -20,8 +20,8 @@
20
20
  "dependencies": {
21
21
  "@babel/runtime": "^7.20.13",
22
22
  "@babel/runtime-corejs3": "^7.20.13",
23
- "@commercetools-frontend/application-shell-connectors": "21.25.2",
24
- "@commercetools-frontend/sentry": "21.25.2",
23
+ "@commercetools-frontend/application-shell-connectors": "22.0.0",
24
+ "@commercetools-frontend/sentry": "22.0.0",
25
25
  "@emotion/react": "11.10.6",
26
26
  "@types/lodash": "^4.14.191",
27
27
  "@types/prop-types": "^15.7.5",