@commercetools-frontend/permissions 21.3.4 → 21.8.1

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
@@ -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.3.4";
56
+ var version = "21.8.1";
57
57
 
58
58
  // Build the permission key from the definition to match it to the format coming from the API.
59
59
  var toCanCase = function toCanCase(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.3.4";
55
+ var version = "21.8.1";
56
56
 
57
57
  // Build the permission key from the definition to match it to the format coming from the API.
58
58
  var toCanCase = function toCanCase(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.3.4";
29
+ var version = "21.8.1";
30
30
 
31
31
  // Build the permission key from the definition to match it to the format coming from the API.
32
32
  var toCanCase = function toCanCase(permissionName) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/permissions",
3
- "version": "21.3.4",
3
+ "version": "21.8.1",
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.17.9",
22
22
  "@babel/runtime-corejs3": "^7.17.9",
23
- "@commercetools-frontend/application-shell-connectors": "21.3.4",
24
- "@commercetools-frontend/sentry": "21.3.4",
23
+ "@commercetools-frontend/application-shell-connectors": "21.8.1",
24
+ "@commercetools-frontend/sentry": "21.8.1",
25
25
  "@emotion/react": "11.9.0",
26
26
  "@types/lodash": "^4.14.181",
27
27
  "@types/prop-types": "^15.7.5",