@remkoj/optimizely-cms-cli 2.0.2 → 2.0.3

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -1337,7 +1337,7 @@ const commands = [
1337
1337
  CmsVersionCommand
1338
1338
  ];
1339
1339
 
1340
- var version = "2.0.2";
1340
+ var version = "2.0.3";
1341
1341
  var name = "opti-cms";
1342
1342
  var APP = {
1343
1343
  version: version,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Optimizely CMS CLI Tools",
4
4
  "packageManager": "yarn@4.2.2",
5
5
  "type": "module",
6
- "version": "2.0.2",
6
+ "version": "2.0.3",
7
7
  "bin": {
8
8
  "opti-cms": "./dist/index.js"
9
9
  },
@@ -17,17 +17,17 @@
17
17
  "compile": "rollup -c"
18
18
  },
19
19
  "devDependencies": {
20
- "@remkoj/optimizely-cms-api": "2.0.2",
20
+ "@remkoj/optimizely-cms-api": "2.0.3",
21
21
  "@rollup/plugin-json": "^6.1.0",
22
22
  "@rollup/plugin-typescript": "^11.1.6",
23
- "@types/node": "^22.1.0",
23
+ "@types/node": "^22.2.0",
24
24
  "@types/yargs": "^17.0.33",
25
25
  "rollup": "^4.20.0",
26
26
  "tslib": "^2.6.3",
27
27
  "typescript": "^5.5.4"
28
28
  },
29
29
  "peerDependencies": {
30
- "@remkoj/optimizely-cms-api": "2.0.2"
30
+ "@remkoj/optimizely-cms-api": "2.0.3"
31
31
  },
32
32
  "dependencies": {
33
33
  "@inquirer/prompts": "^5.3.8",