@contentstack/cli-migration 1.11.0 → 1.12.0-beta.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.
- package/README.md +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ $ npm install -g @contentstack/cli-migration
|
|
|
21
21
|
$ csdx COMMAND
|
|
22
22
|
running command...
|
|
23
23
|
$ csdx (--version)
|
|
24
|
-
@contentstack/cli-migration/1.
|
|
24
|
+
@contentstack/cli-migration/1.12.0-beta.1 linux-x64 node-v22.22.1
|
|
25
25
|
$ csdx --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ csdx COMMAND
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentstack/cli-migration",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.12.0-beta.1",
|
|
4
4
|
"author": "@contentstack",
|
|
5
5
|
"bugs": "https://github.com/contentstack/cli/issues",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@contentstack/cli-command": "~1.
|
|
8
|
-
"@contentstack/cli-utilities": "~1.
|
|
7
|
+
"@contentstack/cli-command": "~1.8.0-beta.1",
|
|
8
|
+
"@contentstack/cli-utilities": "~1.19.0-beta.0",
|
|
9
9
|
"@oclif/core": "^4.3.0",
|
|
10
10
|
"@oclif/plugin-help": "^6.2.28",
|
|
11
11
|
"async": "^3.2.6",
|
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
},
|
|
54
54
|
"repository": "contentstack/cli",
|
|
55
55
|
"scripts": {
|
|
56
|
+
"build": "pnpm compile && oclif manifest && oclif readme",
|
|
56
57
|
"postpack": "rm -f oclif.manifest.json",
|
|
57
58
|
"generate-api-ref-md-doc": "nyc jsdoc2md ./src/modules/*.ts > ./docs/api-reference.md || true",
|
|
58
59
|
"compile": "tsc -b tsconfig.json",
|
|
@@ -62,7 +63,7 @@
|
|
|
62
63
|
"test:unit": "mocha --timeout 10000 --forbid-only \"test/unit/**/*.test.ts\"",
|
|
63
64
|
"test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\"",
|
|
64
65
|
"version": "oclif readme && git add README.md",
|
|
65
|
-
"clean": "rm -rf ./node_modules tsconfig.
|
|
66
|
+
"clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinfo"
|
|
66
67
|
},
|
|
67
68
|
"csdxConfig": {
|
|
68
69
|
"expiredCommands": {
|