@commercetools-frontend/deployment-cli 2.0.1 → 2.0.2

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.
@@ -1,2 +1,2 @@
1
- export * from "../../dist/declarations/src/cli";
1
+ export * from "../../dist/declarations/src/cli.js";
2
2
  //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbWVyY2V0b29scy1mcm9udGVuZC1kZXBsb3ltZW50LWNsaS1jbGkuY2pzLmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9kaXN0L2RlY2xhcmF0aW9ucy9zcmMvY2xpLmQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEifQ==
@@ -38,7 +38,7 @@ var _JSON$stringify__default = /*#__PURE__*/_interopDefault(_JSON$stringify);
38
38
 
39
39
  var pkgJson = {
40
40
  name: "@commercetools-frontend/deployment-cli",
41
- version: "2.0.1",
41
+ version: "2.0.2",
42
42
  description: "CLI to manage Custom Applications deployments in Google Storage.",
43
43
  keywords: [
44
44
  "commercetools",
@@ -73,9 +73,9 @@ var pkgJson = {
73
73
  devDependencies: {
74
74
  "@tsconfig/node20": "20.1.4",
75
75
  "@types/lodash": "^4.14.198",
76
- "@types/node": "20.14.14",
76
+ "@types/node": "20.16.10",
77
77
  "@types/prompts": "2.4.9",
78
- msw: "1.3.3",
78
+ msw: "1.3.5",
79
79
  typescript: "5.2.2"
80
80
  },
81
81
  engines: {
@@ -38,7 +38,7 @@ var _JSON$stringify__default = /*#__PURE__*/_interopDefault(_JSON$stringify);
38
38
 
39
39
  var pkgJson = {
40
40
  name: "@commercetools-frontend/deployment-cli",
41
- version: "2.0.1",
41
+ version: "2.0.2",
42
42
  description: "CLI to manage Custom Applications deployments in Google Storage.",
43
43
  keywords: [
44
44
  "commercetools",
@@ -73,9 +73,9 @@ var pkgJson = {
73
73
  devDependencies: {
74
74
  "@tsconfig/node20": "20.1.4",
75
75
  "@types/lodash": "^4.14.198",
76
- "@types/node": "20.14.14",
76
+ "@types/node": "20.16.10",
77
77
  "@types/prompts": "2.4.9",
78
- msw: "1.3.3",
78
+ msw: "1.3.5",
79
79
  typescript: "5.2.2"
80
80
  },
81
81
  engines: {
@@ -18,7 +18,7 @@ import { exit } from 'node:process';
18
18
 
19
19
  var pkgJson = {
20
20
  name: "@commercetools-frontend/deployment-cli",
21
- version: "2.0.1",
21
+ version: "2.0.2",
22
22
  description: "CLI to manage Custom Applications deployments in Google Storage.",
23
23
  keywords: [
24
24
  "commercetools",
@@ -53,9 +53,9 @@ var pkgJson = {
53
53
  devDependencies: {
54
54
  "@tsconfig/node20": "20.1.4",
55
55
  "@types/lodash": "^4.14.198",
56
- "@types/node": "20.14.14",
56
+ "@types/node": "20.16.10",
57
57
  "@types/prompts": "2.4.9",
58
- msw: "1.3.3",
58
+ msw: "1.3.5",
59
59
  typescript: "5.2.2"
60
60
  },
61
61
  engines: {
@@ -1,2 +1,2 @@
1
- export * from "./declarations/src/index";
1
+ export * from "./declarations/src/index.js";
2
2
  //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbWVyY2V0b29scy1mcm9udGVuZC1kZXBsb3ltZW50LWNsaS5janMuZC50cyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4vZGVjbGFyYXRpb25zL3NyYy9pbmRleC5kLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIn0=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/deployment-cli",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "CLI to manage Custom Applications deployments in Google Storage.",
5
5
  "keywords": [
6
6
  "commercetools",
@@ -32,9 +32,9 @@
32
32
  "devDependencies": {
33
33
  "@tsconfig/node20": "20.1.4",
34
34
  "@types/lodash": "^4.14.198",
35
- "@types/node": "20.14.14",
35
+ "@types/node": "20.16.10",
36
36
  "@types/prompts": "2.4.9",
37
- "msw": "1.3.3",
37
+ "msw": "1.3.5",
38
38
  "typescript": "5.2.2"
39
39
  },
40
40
  "engines": {