@remkoj/optimizely-cms-cli 5.0.1 → 5.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -1843,7 +1843,7 @@ const commands = [
1843
1843
  CmsVersionCommand
1844
1844
  ];
1845
1845
 
1846
- var version = "5.0.1";
1846
+ var version = "5.0.2";
1847
1847
  var name = "opti-cms";
1848
1848
  var APP = {
1849
1849
  version: version,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@remkoj/optimizely-cms-cli",
3
3
  "description": "Optimizely CMS CLI Tools",
4
4
  "type": "module",
5
- "version": "5.0.1",
5
+ "version": "5.0.2",
6
6
  "bin": {
7
7
  "opti-cms": "./dist/index.js"
8
8
  },
@@ -17,27 +17,27 @@
17
17
  "opti-cms": "node ./dist/index.js"
18
18
  },
19
19
  "devDependencies": {
20
- "@remkoj/optimizely-cms-api": "5.0.1",
20
+ "@remkoj/optimizely-cms-api": "5.0.2",
21
21
  "@rollup/plugin-json": "^6.1.0",
22
22
  "@rollup/plugin-typescript": "^12.1.2",
23
- "@types/node": "^22.14.1",
23
+ "@types/node": "^22.15.17",
24
24
  "@types/yargs": "^17.0.33",
25
- "rollup": "^4.40.0",
25
+ "rollup": "^4.40.2",
26
26
  "tslib": "^2.8.1",
27
27
  "typescript": "^5.8.3"
28
28
  },
29
29
  "peerDependencies": {
30
- "@remkoj/optimizely-cms-api": "^5.0.1",
30
+ "@remkoj/optimizely-cms-api": "^5.0.2",
31
31
  "@types/node": "*"
32
32
  },
33
33
  "dependencies": {
34
- "@inquirer/prompts": "^7.4.1",
34
+ "@inquirer/prompts": "^7.5.0",
35
35
  "chalk": "^5.4.1",
36
36
  "cli-table3": "^0.6.5",
37
37
  "dotenv": "^16.5.0",
38
38
  "dotenv-expand": "^12.0.2",
39
39
  "figures": "^6.1.0",
40
- "glob": "^11.0.1",
40
+ "glob": "^11.0.2",
41
41
  "yargs": "^17.7.2"
42
42
  }
43
43
  }