Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .talismanrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
fileignoreconfig:
- filename: package-lock.json
checksum: 7fe633822937ac8ac6153c796e02ad26f31a4cdbf28d62650fe7bc990ccabac4
checksum: b031fa3df1ca49f1c0c207e8849cdfe81665f726a1ea690cba83a7c85009199e
- filename: pnpm-lock.yaml
checksum: 096da506eea94052c82ddf88d0167be7511c4ce136d3de8cb1e6cc11c2444fd5
checksum: 3a10f0695152204e2e5d3738793e66a4bf86855d442356056dcb961414219059
- filename: packages/contentstack-import-setup/test/unit/backup-handler.test.ts
checksum: 0582d62b88834554cf12951c8690a73ef3ddbb78b82d2804d994cf4148e1ef93
- filename: packages/contentstack-import-setup/test/config.json
Expand Down
770 changes: 428 additions & 342 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/contentstack-audit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentstack/cli-audit",
"version": "1.17.0",
"version": "1.17.1",
"description": "Contentstack audit plugin",
"author": "Contentstack CLI",
"homepage": "https://github.com/contentstack/cli",
Expand Down Expand Up @@ -45,7 +45,7 @@
"nyc": "^15.1.0",
"oclif": "^4.17.46",
"shx": "^0.4.0",
"sinon": "^19.0.5",
"sinon": "^21.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/contentstack-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-auth",
"description": "Contentstack CLI plugin for authentication activities",
"version": "1.7.1",
"version": "1.7.2",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"@types/mkdirp": "^1.0.2",
"@types/mocha": "^8.2.3",
"@types/node": "^14.18.63",
"@types/sinon": "^10.0.20",
"@types/sinon": "^21.0.0",
"chai": "^4.5.0",
"dotenv": "^16.4.7",
"eslint": "^8.57.1",
Expand All @@ -45,7 +45,7 @@
"mocha": "10.8.2",
"nyc": "^15.1.0",
"oclif": "^4.17.46",
"sinon": "^19.0.5",
"sinon": "^21.0.1",
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/contentstack-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-cm-bootstrap",
"description": "Bootstrap contentstack apps",
"version": "1.18.1",
"version": "1.18.2",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"test:report": "nyc --reporter=lcov mocha \"test/**/*.test.js\""
},
"dependencies": {
"@contentstack/cli-cm-seed": "~1.14.1",
"@contentstack/cli-cm-seed": "~1.14.2",
"@contentstack/cli-command": "~1.7.2",
"@contentstack/cli-utilities": "~1.17.0",
"@oclif/core": "^4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-branches/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"mocha": "10.8.2",
"nyc": "^15.1.0",
"oclif": "^4.17.46",
"sinon": "^19.0.5",
"sinon": "^21.0.1",
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/contentstack-bulk-publish/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@contentstack/cli-cm-bulk-publish",
"description": "Contentstack CLI plugin for bulk publish actions",
"version": "1.10.5",
"version": "1.10.6",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-command": "~1.7.2",
"@contentstack/cli-config": "~1.17.0",
"@contentstack/cli-config": "~1.18.0",
"@contentstack/cli-utilities": "~1.17.0",
"@oclif/core": "^4.3.0",
"@oclif/plugin-help": "^6.2.28",
Expand Down
8 changes: 4 additions & 4 deletions packages/contentstack-clone/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@contentstack/cli-cm-clone",
"description": "Contentstack stack clone plugin",
"version": "1.19.0",
"version": "1.19.1",
"author": "Contentstack",
"bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues",
"dependencies": {
"@colors/colors": "^1.6.0",
"@contentstack/cli-cm-export": "~1.23.0",
"@contentstack/cli-cm-import": "~1.31.1",
"@contentstack/cli-cm-export": "~1.23.1",
"@contentstack/cli-cm-import": "~1.31.2",
"@contentstack/cli-command": "~1.7.2",
"@contentstack/cli-utilities": "~1.17.0",
"@oclif/core": "^4.3.0",
Expand All @@ -28,7 +28,7 @@
"mocha": "^10.8.2",
"nyc": "^15.1.0",
"oclif": "^4.17.46",
"sinon": "^19.0.5"
"sinon": "^21.0.1"
},
"engines": {
"node": ">=14.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/contentstack-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-config",
"description": "Contentstack CLI plugin for configuration",
"version": "1.17.0",
"version": "1.18.0",
"author": "Contentstack",
"scripts": {
"build": "npm run clean && npm run compile",
Expand Down Expand Up @@ -32,15 +32,15 @@
"@types/chai": "^4.3.20",
"@types/mocha": "^8.2.3",
"@types/node": "^14.18.63",
"@types/sinon": "^10.0.20",
"@types/sinon": "^21.0.0",
"chai": "^4.5.0",
"eslint": "^8.57.1",
"eslint-config-oclif": "^6.0.62",
"eslint-config-oclif-typescript": "^3.1.14",
"mocha": "10.8.2",
"nyc": "^15.1.0",
"oclif": "^4.17.46",
"sinon": "^19.0.5",
"sinon": "^21.0.1",
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-export-to-csv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@contentstack/cli-command": "~1.7.2",
"@contentstack/cli-utilities": "~1.17.0",
"@oclif/core": "^4.3.0",
"@oclif/core": "^4.8.0",
"@oclif/plugin-help": "^6.2.32",
"fast-csv": "^4.3.6",
"inquirer": "8.2.7",
Expand Down
6 changes: 3 additions & 3 deletions packages/contentstack-export/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-cm-export",
"description": "Contentstack CLI plugin to export content from stack",
"version": "1.23.0",
"version": "1.23.1",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
Expand All @@ -21,8 +21,8 @@
"winston": "^3.17.0"
},
"devDependencies": {
"@contentstack/cli-auth": "~1.7.1",
"@contentstack/cli-config": "~1.17.0",
"@contentstack/cli-auth": "~1.7.2",
"@contentstack/cli-config": "~1.18.0",
"@contentstack/cli-dev-dependencies": "~1.3.1",
"@oclif/plugin-help": "^6.2.28",
"@oclif/test": "^4.1.13",
Expand Down
6 changes: 3 additions & 3 deletions packages/contentstack-import/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@contentstack/cli-cm-import",
"description": "Contentstack CLI plugin to import content into stack",
"version": "1.31.1",
"version": "1.31.2",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-audit": "~1.17.0",
"@contentstack/cli-command": "~1.7.2",
"@contentstack/cli-audit": "~1.17.1",
"@contentstack/cli-command": "~1.7.1",
"@contentstack/cli-utilities": "~1.17.0",
"@contentstack/management": "~1.27.3",
"@contentstack/cli-variants": "~1.3.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-migrate-rte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lodash": "^4.17.21",
"nock": "^13.5.6",
"omit-deep-lodash": "^1.1.7",
"sinon": "^19.0.5"
"sinon": "^21.0.1"
},
"devDependencies": {
"@oclif/test": "^4.1.13",
Expand Down
4 changes: 2 additions & 2 deletions packages/contentstack-seed/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@contentstack/cli-cm-seed",
"description": "create a Stack from existing content types, entries, assets, etc.",
"version": "1.14.1",
"version": "1.14.2",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-cm-import": "~1.31.0",
"@contentstack/cli-cm-import": "~1.31.2",
"@contentstack/cli-command": "~1.7.2",
"@contentstack/cli-utilities": "~1.17.0",
"@contentstack/management": "~1.27.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/contentstack-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/mkdirp": "^1.0.2",
"@types/mocha": "^10.0.10",
"@types/node": "^14.18.63",
"@types/sinon": "^10.0.20",
"@types/sinon": "^21.0.0",
"@types/traverse": "^0.6.37",
"chai": "^4.5.0",
"eslint": "^8.57.1",
Expand All @@ -77,7 +77,7 @@
"fancy-test": "^2.0.42",
"mocha": "10.8.2",
"nyc": "^15.1.0",
"sinon": "^19.0.5",
"sinon": "^21.0.1",
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
}
Expand Down
24 changes: 12 additions & 12 deletions packages/contentstack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli",
"description": "Command-line tool (CLI) to interact with Contentstack",
"version": "1.55.1",
"version": "1.56.0",
"author": "Contentstack",
"bin": {
"csdx": "./bin/run.js"
Expand All @@ -22,20 +22,20 @@
"prepack": "pnpm compile && oclif manifest && oclif readme"
},
"dependencies": {
"@contentstack/cli-audit": "~1.17.0",
"@contentstack/cli-cm-export": "~1.23.0",
"@contentstack/cli-cm-import": "~1.31.1",
"@contentstack/cli-auth": "~1.7.1",
"@contentstack/cli-cm-bootstrap": "~1.18.0",
"@contentstack/cli-audit": "~1.17.1",
"@contentstack/cli-cm-export": "~1.23.1",
"@contentstack/cli-cm-import": "~1.31.2",
"@contentstack/cli-auth": "~1.7.2",
"@contentstack/cli-cm-bootstrap": "~1.18.2",
"@contentstack/cli-cm-branches": "~1.6.3",
"@contentstack/cli-cm-bulk-publish": "~1.10.5",
"@contentstack/cli-cm-clone": "~1.19.0",
"@contentstack/cli-cm-bulk-publish": "~1.10.6",
"@contentstack/cli-cm-clone": "~1.19.1",
"@contentstack/cli-cm-export-to-csv": "~1.10.3",
"@contentstack/cli-cm-import-setup": "~1.7.3",
"@contentstack/cli-cm-migrate-rte": "~1.6.4",
"@contentstack/cli-cm-seed": "~1.14.1",
"@contentstack/cli-cm-seed": "~1.14.2",
"@contentstack/cli-command": "~1.7.2",
"@contentstack/cli-config": "~1.17.0",
"@contentstack/cli-config": "~1.18.0",
"@contentstack/cli-launch": "^1.9.2",
"@contentstack/cli-migration": "~1.10.3",
"@contentstack/cli-utilities": "~1.17.0",
Expand Down Expand Up @@ -64,7 +64,7 @@
"@types/mocha": "^8.2.3",
"@types/node": "^14.18.63",
"@types/semver": "^7.7.0",
"@types/sinon": "^10.0.20",
"@types/sinon": "^21.0.0",
"chai": "^4.5.0",
"eslint": "^8.57.1",
"eslint-config-oclif": "^6.0.62",
Expand All @@ -76,7 +76,7 @@
"oclif": "^4.17.46",
"rimraf": "^5.0.10",
"shelljs": "^0.10.0",
"sinon": "^19.0.5",
"sinon": "^21.0.1",
"tmp": "^0.2.3",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
Expand Down
Loading
Loading