Skip to content

Commit 8943a54

Browse files
Merge pull request #1131 from contentstack/release/CS-42306-taxonomy
Release taxonomy
2 parents b9e2737 + 2b2a2bf commit 8943a54

47 files changed

Lines changed: 2404 additions & 538 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package-lock.json

Lines changed: 346 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/contentstack-bootstrap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $ npm install -g @contentstack/cli-cm-bootstrap
1515
$ csdx COMMAND
1616
running command...
1717
$ csdx (--version)
18-
@contentstack/cli-cm-bootstrap/1.6.1 darwin-arm64 node-v21.1.0
18+
@contentstack/cli-cm-bootstrap/1.6.2 darwin-arm64 node-v20.8.0
1919
$ csdx --help [COMMAND]
2020
USAGE
2121
$ csdx COMMAND

packages/contentstack-bootstrap/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-cm-bootstrap",
33
"description": "Bootstrap contentstack apps",
4-
"version": "1.6.1",
4+
"version": "1.6.2",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
@@ -17,7 +17,7 @@
1717
"test:report": "nyc --reporter=lcov mocha \"test/**/*.test.js\""
1818
},
1919
"dependencies": {
20-
"@contentstack/cli-cm-seed": "~1.6.1",
20+
"@contentstack/cli-cm-seed": "~1.6.2",
2121
"@contentstack/cli-command": "~1.2.15",
2222
"@contentstack/cli-utilities": "~1.5.5",
2323
"inquirer": "8.2.4",

packages/contentstack-clone/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $ npm install -g @contentstack/cli-cm-clone
1616
$ csdx COMMAND
1717
running command...
1818
$ csdx (--version)
19-
@contentstack/cli-cm-clone/1.6.1 darwin-arm64 node-v21.1.0
19+
@contentstack/cli-cm-clone/1.7.0 darwin-arm64 node-v20.8.0
2020
$ csdx --help [COMMAND]
2121
USAGE
2222
$ csdx COMMAND

packages/contentstack-clone/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@contentstack/cli-cm-clone",
33
"description": "Contentstack stack clone plugin",
4-
"version": "1.6.1",
4+
"version": "1.7.0",
55
"author": "Contentstack",
66
"bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues",
77
"dependencies": {
8-
"@contentstack/cli-cm-export": "~1.9.3",
9-
"@contentstack/cli-cm-import": "~1.10.1",
8+
"@contentstack/cli-cm-export": "~1.10.0",
9+
"@contentstack/cli-cm-import": "~1.11.0",
1010
"@contentstack/cli-command": "~1.2.15",
1111
"@contentstack/cli-utilities": "~1.5.5",
1212
"@colors/colors": "^1.5.0",

packages/contentstack-export-to-csv/package.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-cm-export-to-csv",
33
"description": "Export entities to csv",
4-
"version": "1.5.0",
4+
"version": "1.6.0",
55
"author": "Abhinav Gupta @abhinav-from-contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
@@ -15,12 +15,15 @@
1515
},
1616
"devDependencies": {
1717
"@oclif/test": "^2.2.10",
18-
"chai": "^4.2.0",
18+
"@types/chai": "^4.3.6",
19+
"@types/mocha": "^10.0.1",
20+
"chai": "^4.3.8",
1921
"debug": "^4.3.1",
22+
"dotenv": "^16.3.1",
2023
"eslint": "^7.32.0",
2124
"eslint-config-oclif": "^4.0.0",
2225
"globby": "^10.0.2",
23-
"mocha": "^10.0.0",
26+
"mocha": "^10.2.0",
2427
"nyc": "^15.1.0",
2528
"oclif": "^3.8.1"
2629
},
@@ -44,7 +47,8 @@
4447
"postpack": "rm -f oclif.manifest.json",
4548
"prepack": "oclif manifest && oclif readme",
4649
"test": "nyc mocha --forbid-only \"test/**/*.test.js\"",
47-
"test:unit": "nyc mocha --timeout 10000 --forbid-only \"test/unit/**/*.test.js\"",
50+
"test:unit": "mocha --timeout 10000 --forbid-only \"test/unit/**/*.test.js\" \"test/util/common-utils.test.js\"",
51+
"test:unit:report": "nyc --extension .js mocha --forbid-only \"test/unit/**/*.test.js\" \"test/util/common-utils.test.js\"",
4852
"version": "oclif readme && git add README.md",
4953
"clean": "rm -rf ./node_modules tsconfig.build.tsbuildinfo"
5054
},
@@ -61,4 +65,4 @@
6165
}
6266
},
6367
"repository": "https://github.com/contentstack/cli"
64-
}
68+
}

0 commit comments

Comments
 (0)