@remkoj/optimizely-cms-cli 3.1.0 → 3.1.1

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 +5 -5
package/dist/index.js CHANGED
@@ -1472,7 +1472,7 @@ const commands = [
1472
1472
  CmsVersionCommand
1473
1473
  ];
1474
1474
 
1475
- var version = "3.1.0";
1475
+ var version = "3.1.1";
1476
1476
  var name = "opti-cms";
1477
1477
  var APP = {
1478
1478
  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": "3.1.0",
6
+ "version": "3.1.1",
7
7
  "bin": {
8
8
  "opti-cms": "./dist/index.js"
9
9
  },
@@ -18,21 +18,21 @@
18
18
  "opti-cms": "yarn node ./dist/index.js"
19
19
  },
20
20
  "devDependencies": {
21
- "@remkoj/optimizely-cms-api": "3.1.0",
21
+ "@remkoj/optimizely-cms-api": "3.1.1",
22
22
  "@rollup/plugin-json": "^6.1.0",
23
23
  "@rollup/plugin-typescript": "^12.1.1",
24
24
  "@types/node": "^22.9.0",
25
25
  "@types/yargs": "^17.0.33",
26
- "rollup": "^4.24.4",
26
+ "rollup": "^4.26.0",
27
27
  "tslib": "^2.8.1",
28
28
  "typescript": "^5.6.3"
29
29
  },
30
30
  "peerDependencies": {
31
- "@remkoj/optimizely-cms-api": "^3.1.0",
31
+ "@remkoj/optimizely-cms-api": "^3.1.1",
32
32
  "@types/node": "*"
33
33
  },
34
34
  "dependencies": {
35
- "@inquirer/prompts": "^7.0.1",
35
+ "@inquirer/prompts": "^7.1.0",
36
36
  "chalk": "^5.3.0",
37
37
  "cli-table3": "^0.6.5",
38
38
  "dotenv": "^16.4.5",