@commercetools-frontend/create-mc-app 22.4.0 → 22.6.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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @commercetools-frontend/create-mc-app
|
|
2
2
|
|
|
3
|
+
## 22.6.0
|
|
4
|
+
|
|
5
|
+
## 22.5.0
|
|
6
|
+
|
|
7
|
+
### Patch Changes
|
|
8
|
+
|
|
9
|
+
- [#3135](https://github.com/commercetools/merchant-center-application-kit/pull/3135) [`6c4094e0e`](https://github.com/commercetools/merchant-center-application-kit/commit/6c4094e0e99461b860e3a2eda7b47094858ea329) Thanks [@renovate](https://github.com/apps/renovate)! - Update `@tsconfig/node16` dependency.
|
|
10
|
+
|
|
3
11
|
## 22.4.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -67,7 +67,7 @@ var prettier__default = /*#__PURE__*/_interopDefault(prettier);
|
|
|
67
67
|
|
|
68
68
|
var pkgJson = {
|
|
69
69
|
name: "@commercetools-frontend/create-mc-app",
|
|
70
|
-
version: "22.
|
|
70
|
+
version: "22.6.0",
|
|
71
71
|
description: "Create Merchant Center applications to quickly get up and running",
|
|
72
72
|
bugs: "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
73
73
|
repository: {
|
|
@@ -102,7 +102,7 @@ var pkgJson = {
|
|
|
102
102
|
semver: "7.5.2"
|
|
103
103
|
},
|
|
104
104
|
devDependencies: {
|
|
105
|
-
"@tsconfig/node16": "^
|
|
105
|
+
"@tsconfig/node16": "^16.0.0"
|
|
106
106
|
},
|
|
107
107
|
engines: {
|
|
108
108
|
node: "16.x || >=18.0.0"
|
|
@@ -67,7 +67,7 @@ var prettier__default = /*#__PURE__*/_interopDefault(prettier);
|
|
|
67
67
|
|
|
68
68
|
var pkgJson = {
|
|
69
69
|
name: "@commercetools-frontend/create-mc-app",
|
|
70
|
-
version: "22.
|
|
70
|
+
version: "22.6.0",
|
|
71
71
|
description: "Create Merchant Center applications to quickly get up and running",
|
|
72
72
|
bugs: "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
73
73
|
repository: {
|
|
@@ -102,7 +102,7 @@ var pkgJson = {
|
|
|
102
102
|
semver: "7.5.2"
|
|
103
103
|
},
|
|
104
104
|
devDependencies: {
|
|
105
|
-
"@tsconfig/node16": "^
|
|
105
|
+
"@tsconfig/node16": "^16.0.0"
|
|
106
106
|
},
|
|
107
107
|
engines: {
|
|
108
108
|
node: "16.x || >=18.0.0"
|
|
@@ -33,7 +33,7 @@ import prettier from 'prettier';
|
|
|
33
33
|
|
|
34
34
|
var pkgJson = {
|
|
35
35
|
name: "@commercetools-frontend/create-mc-app",
|
|
36
|
-
version: "22.
|
|
36
|
+
version: "22.6.0",
|
|
37
37
|
description: "Create Merchant Center applications to quickly get up and running",
|
|
38
38
|
bugs: "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
39
39
|
repository: {
|
|
@@ -68,7 +68,7 @@ var pkgJson = {
|
|
|
68
68
|
semver: "7.5.2"
|
|
69
69
|
},
|
|
70
70
|
devDependencies: {
|
|
71
|
-
"@tsconfig/node16": "^
|
|
71
|
+
"@tsconfig/node16": "^16.0.0"
|
|
72
72
|
},
|
|
73
73
|
engines: {
|
|
74
74
|
node: "16.x || >=18.0.0"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/create-mc-app",
|
|
3
|
-
"version": "22.
|
|
3
|
+
"version": "22.6.0",
|
|
4
4
|
"description": "Create Merchant Center applications to quickly get up and running",
|
|
5
5
|
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
6
6
|
"repository": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"semver": "7.5.2"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@tsconfig/node16": "^
|
|
38
|
+
"@tsconfig/node16": "^16.0.0"
|
|
39
39
|
},
|
|
40
40
|
"engines": {
|
|
41
41
|
"node": "16.x || >=18.0.0"
|