@contentstack/cli 1.59.0 → 1.60.0-beta.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/README.md CHANGED
@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli
18
18
  $ csdx COMMAND
19
19
  running command...
20
20
  $ csdx (--version|-v)
21
- @contentstack/cli/1.59.0 linux-x64 node-v22.22.0
21
+ @contentstack/cli/1.60.0-beta.0 linux-x64 node-v22.22.0
22
22
  $ csdx --help [COMMAND]
23
23
  USAGE
24
24
  $ csdx COMMAND
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "commands": {},
3
- "version": "1.59.0"
3
+ "version": "1.60.0-beta.0"
4
4
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@contentstack/cli",
3
- "description": "Command-line tool (CLI) to interact with Contentstack",
4
- "version": "1.59.0",
3
+ "description": "Command-line tool (CLI) to interact with Contentstack v1 beta test",
4
+ "version": "1.60.0-beta.0",
5
5
  "author": "Contentstack",
6
6
  "bin": {
7
7
  "csdx": "./bin/run.js"
@@ -9,8 +9,8 @@
9
9
  "main": "lib/index.js",
10
10
  "types": "lib/index.d.ts",
11
11
  "scripts": {
12
- "build": "npm run clean && npm run compile",
13
- "clean": "rm -rf ./lib ./node_modules tsconfig.build.tsbuildinfo",
12
+ "build": "pnpm compile && oclif manifest && oclif readme",
13
+ "clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinfo",
14
14
  "compile": "tsc -b tsconfig.json",
15
15
  "postpack": "rm -f oclif.manifest.json",
16
16
  "version": "oclif readme && git add README.md",
@@ -22,24 +22,24 @@
22
22
  "prepack": "pnpm compile && oclif manifest && oclif readme"
23
23
  },
24
24
  "dependencies": {
25
- "@contentstack/cli-audit": "~1.18.0",
26
- "@contentstack/cli-cm-export": "~1.23.2",
27
- "@contentstack/cli-cm-import": "~1.31.3",
28
- "@contentstack/cli-auth": "~1.7.3",
29
- "@contentstack/cli-cm-bootstrap": "~1.18.4",
30
- "@contentstack/cli-cm-branches": "~1.6.3",
31
- "@contentstack/cli-cm-bulk-publish": "~1.10.7",
32
- "@contentstack/cli-cm-clone": "~1.20.1",
33
- "@contentstack/cli-cm-export-to-csv": "~1.11.0",
34
- "@contentstack/cli-cm-import-setup": "~1.7.3",
25
+ "@contentstack/cli-audit": "~1.19.0-beta.0",
26
+ "@contentstack/cli-cm-export": "~1.24.0-beta.0",
27
+ "@contentstack/cli-cm-import": "~1.32.0-beta.0",
28
+ "@contentstack/cli-auth": "~1.8.0-beta.0",
29
+ "@contentstack/cli-cm-bootstrap": "~1.19.0-beta.0",
30
+ "@contentstack/cli-cm-branches": "~1.7.0-beta.0",
31
+ "@contentstack/cli-cm-bulk-publish": "~1.11.0-beta.0",
32
+ "@contentstack/cli-cm-clone": "~1.21.0-beta.0",
33
+ "@contentstack/cli-cm-export-to-csv": "~1.12.0-beta.0",
34
+ "@contentstack/cli-cm-import-setup": "~1.8.0-beta.0",
35
35
  "@contentstack/cli-cm-migrate-rte": "~1.6.4",
36
- "@contentstack/cli-cm-seed": "~1.14.3",
37
- "@contentstack/cli-command": "~1.7.2",
38
- "@contentstack/cli-config": "~1.19.0",
36
+ "@contentstack/cli-cm-seed": "~1.15.0-beta.0",
37
+ "@contentstack/cli-command": "~1.8.0-beta.0",
38
+ "@contentstack/cli-config": "~1.20.0-beta.0",
39
39
  "@contentstack/cli-launch": "^1.9.6",
40
- "@contentstack/cli-migration": "~1.11.0",
41
- "@contentstack/cli-utilities": "~1.17.4",
42
- "@contentstack/cli-variants": "~1.3.8",
40
+ "@contentstack/cli-migration": "~1.12.0-beta.0",
41
+ "@contentstack/cli-utilities": "~1.18.0-beta.0",
42
+ "@contentstack/cli-variants": "~1.4.0-beta.0",
43
43
  "@contentstack/management": "~1.27.5",
44
44
  "@oclif/core": "^4.3.0",
45
45
  "@oclif/plugin-help": "^6.2.28",
@@ -167,4 +167,4 @@
167
167
  }
168
168
  },
169
169
  "repository": "https://github.com/contentstack/cli"
170
- }
170
+ }