@contentstack/cli-cm-clone 1.16.0 → 2.0.0-beta

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/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -16,7 +16,7 @@ $ npm install -g @contentstack/cli-cm-clone
16
16
  $ csdx COMMAND
17
17
  running command...
18
18
  $ csdx (--version)
19
- @contentstack/cli-cm-clone/1.15.0 darwin-arm64 node-v22.13.1
19
+ @contentstack/cli-cm-clone/2.0.0-beta darwin-arm64 node-v22.14.0
20
20
  $ csdx --help [COMMAND]
21
21
  USAGE
22
22
  $ csdx COMMAND
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@contentstack/cli-cm-clone",
3
3
  "description": "Contentstack stack clone plugin",
4
- "version": "1.16.0",
4
+ "version": "2.0.0-beta",
5
5
  "author": "Contentstack",
6
6
  "bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues",
7
7
  "dependencies": {
8
8
  "@colors/colors": "^1.6.0",
9
- "@contentstack/cli-cm-export": "~1.20.0",
10
- "@contentstack/cli-cm-import": "~1.27.0",
9
+ "@contentstack/cli-cm-export": "~2.0.0-beta",
10
+ "@contentstack/cli-cm-import": "~2.0.0-beta",
11
11
  "@contentstack/cli-command": "~1.6.1",
12
- "@contentstack/cli-utilities": "~1.14.0",
12
+ "@contentstack/cli-utilities": "~1.14.1",
13
13
  "@oclif/core": "^4.3.0",
14
14
  "@oclif/plugin-help": "^6.2.28",
15
15
  "chalk": "^4.1.2",