@commercetools-frontend/create-mc-app 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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @commercetools-frontend/create-mc-app
2
2
 
3
+ ## 22.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [#3039](https://github.com/commercetools/merchant-center-application-kit/pull/3039) [`76ba54c16`](https://github.com/commercetools/merchant-center-application-kit/commit/76ba54c164dbac75ef3e3962292933b06f4843e7) Thanks [@emmenko](https://github.com/emmenko)! - Drop support for Node.js `v14`. Make sure you use Node.js `v16` or `>=v18`.
8
+
3
9
  ## 21.25.2
4
10
 
5
11
  ## 21.25.1
@@ -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: "21.25.2",
70
+ version: "22.0.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: {
@@ -99,8 +99,11 @@ var pkgJson = {
99
99
  prettier: "2.8.4",
100
100
  semver: "7.3.8"
101
101
  },
102
+ devDependencies: {
103
+ "@tsconfig/node16": "^1.0.3"
104
+ },
102
105
  engines: {
103
- node: "14.x || >=16.0.0"
106
+ node: "16.x || >=18.0.0"
104
107
  }
105
108
  };
106
109
 
@@ -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: "21.25.2",
70
+ version: "22.0.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: {
@@ -99,8 +99,11 @@ var pkgJson = {
99
99
  prettier: "2.8.4",
100
100
  semver: "7.3.8"
101
101
  },
102
+ devDependencies: {
103
+ "@tsconfig/node16": "^1.0.3"
104
+ },
102
105
  engines: {
103
- node: "14.x || >=16.0.0"
106
+ node: "16.x || >=18.0.0"
104
107
  }
105
108
  };
106
109
 
@@ -33,7 +33,7 @@ import prettier from 'prettier';
33
33
 
34
34
  var pkgJson = {
35
35
  name: "@commercetools-frontend/create-mc-app",
36
- version: "21.25.2",
36
+ version: "22.0.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: {
@@ -65,8 +65,11 @@ var pkgJson = {
65
65
  prettier: "2.8.4",
66
66
  semver: "7.3.8"
67
67
  },
68
+ devDependencies: {
69
+ "@tsconfig/node16": "^1.0.3"
70
+ },
68
71
  engines: {
69
- node: "14.x || >=16.0.0"
72
+ node: "16.x || >=18.0.0"
70
73
  }
71
74
  };
72
75
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/create-mc-app",
3
- "version": "21.25.2",
3
+ "version": "22.0.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": {
@@ -27,7 +27,10 @@
27
27
  "prettier": "2.8.4",
28
28
  "semver": "7.3.8"
29
29
  },
30
+ "devDependencies": {
31
+ "@tsconfig/node16": "^1.0.3"
32
+ },
30
33
  "engines": {
31
- "node": "14.x || >=16.0.0"
34
+ "node": "16.x || >=18.0.0"
32
35
  }
33
36
  }