@commercetools-frontend/create-mc-app 21.23.7 → 21.23.9
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
|
+
## 21.23.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2979](https://github.com/commercetools/merchant-center-application-kit/pull/2979) [`6dcd48525`](https://github.com/commercetools/merchant-center-application-kit/commit/6dcd48525a9943ea7348345f32ae218a5154867b) Thanks [@emmenko](https://github.com/emmenko)! - Refine engine version requirements for Nodejs to be `14.x || >=16.0.0`
|
|
8
|
+
|
|
9
|
+
## 21.23.8
|
|
10
|
+
|
|
3
11
|
## 21.23.7
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -693,7 +693,7 @@ function _processOptions() {
|
|
|
693
693
|
|
|
694
694
|
var pkgJson = {
|
|
695
695
|
name: "@commercetools-frontend/create-mc-app",
|
|
696
|
-
version: "21.23.
|
|
696
|
+
version: "21.23.9",
|
|
697
697
|
description: "Create Merchant Center applications to quickly get up and running",
|
|
698
698
|
bugs: "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
699
699
|
repository: {
|
|
@@ -726,7 +726,7 @@ var pkgJson = {
|
|
|
726
726
|
semver: "7.3.8"
|
|
727
727
|
},
|
|
728
728
|
engines: {
|
|
729
|
-
node: "14.x || 16.
|
|
729
|
+
node: "14.x || >=16.0.0"
|
|
730
730
|
}
|
|
731
731
|
};
|
|
732
732
|
|
|
@@ -693,7 +693,7 @@ function _processOptions() {
|
|
|
693
693
|
|
|
694
694
|
var pkgJson = {
|
|
695
695
|
name: "@commercetools-frontend/create-mc-app",
|
|
696
|
-
version: "21.23.
|
|
696
|
+
version: "21.23.9",
|
|
697
697
|
description: "Create Merchant Center applications to quickly get up and running",
|
|
698
698
|
bugs: "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
699
699
|
repository: {
|
|
@@ -726,7 +726,7 @@ var pkgJson = {
|
|
|
726
726
|
semver: "7.3.8"
|
|
727
727
|
},
|
|
728
728
|
engines: {
|
|
729
|
-
node: "14.x || 16.
|
|
729
|
+
node: "14.x || >=16.0.0"
|
|
730
730
|
}
|
|
731
731
|
};
|
|
732
732
|
|
|
@@ -658,7 +658,7 @@ function _processOptions() {
|
|
|
658
658
|
|
|
659
659
|
var pkgJson = {
|
|
660
660
|
name: "@commercetools-frontend/create-mc-app",
|
|
661
|
-
version: "21.23.
|
|
661
|
+
version: "21.23.9",
|
|
662
662
|
description: "Create Merchant Center applications to quickly get up and running",
|
|
663
663
|
bugs: "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
664
664
|
repository: {
|
|
@@ -691,7 +691,7 @@ var pkgJson = {
|
|
|
691
691
|
semver: "7.3.8"
|
|
692
692
|
},
|
|
693
693
|
engines: {
|
|
694
|
-
node: "14.x || 16.
|
|
694
|
+
node: "14.x || >=16.0.0"
|
|
695
695
|
}
|
|
696
696
|
};
|
|
697
697
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/create-mc-app",
|
|
3
|
-
"version": "21.23.
|
|
3
|
+
"version": "21.23.9",
|
|
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": {
|
|
@@ -28,6 +28,6 @@
|
|
|
28
28
|
"semver": "7.3.8"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
|
-
"node": "14.x || 16.
|
|
31
|
+
"node": "14.x || >=16.0.0"
|
|
32
32
|
}
|
|
33
33
|
}
|