@contentstack/cli-cm-clone 2.0.0-beta.11 → 2.0.0-beta.12

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
@@ -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/2.0.0-beta.11 linux-x64 node-v22.22.0
19
+ @contentstack/cli-cm-clone/2.0.0-beta.12 linux-x64 node-v22.22.0
20
20
  $ csdx --help [COMMAND]
21
21
  USAGE
22
22
  $ csdx COMMAND
@@ -165,5 +165,5 @@
165
165
  ]
166
166
  }
167
167
  },
168
- "version": "2.0.0-beta.11"
168
+ "version": "2.0.0-beta.12"
169
169
  }
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": "2.0.0-beta.11",
4
+ "version": "2.0.0-beta.12",
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": "~2.0.0-beta.10",
10
- "@contentstack/cli-cm-import": "~2.0.0-beta.9",
11
- "@contentstack/cli-command": "~2.0.0-beta",
12
- "@contentstack/cli-utilities": "~2.0.0-beta.1",
9
+ "@contentstack/cli-cm-export": "~2.0.0-beta.11",
10
+ "@contentstack/cli-cm-import": "~2.0.0-beta.11",
11
+ "@contentstack/cli-command": "~2.0.0-beta.2",
12
+ "@contentstack/cli-utilities": "~2.0.0-beta.2",
13
13
  "@oclif/core": "^4.3.0",
14
14
  "@oclif/plugin-help": "^6.2.28",
15
15
  "chalk": "^4.1.2",
@@ -61,8 +61,8 @@
61
61
  },
62
62
  "repository": "https://github.com/contentstack/cli",
63
63
  "scripts": {
64
- "build": "npm run clean && npm run compile",
65
- "clean": "rm -rf ./lib ./node_modules tsconfig.build.tsbuildinfo",
64
+ "build": "pnpm compile && oclif manifest && oclif readme",
65
+ "clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinfo",
66
66
  "compile": "tsc -b tsconfig.json",
67
67
  "postpack": "rm -f oclif.manifest.json",
68
68
  "prepack": "pnpm compile && oclif manifest && oclif readme",
@@ -78,4 +78,4 @@
78
78
  "cm:stacks:clone": "CLN"
79
79
  }
80
80
  }
81
- }
81
+ }