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
2 changes: 1 addition & 1 deletion .talismanrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fileignoreconfig:
- filename: pnpm-lock.yaml
checksum: b1fe20c6296f461af968fabb8ab0dbe7df896b99bb762d792ded09c12814d964
checksum: ce5abaaafcfa33bb71e4af691eb1f5786b7851bfb7f936712374251cbffe2a32
version: '1.0'
6 changes: 3 additions & 3 deletions packages/contentstack-audit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"/oclif.manifest.json"
],
"dependencies": {
"@contentstack/cli-command": "~1.8.0",
"@contentstack/cli-utilities": "~1.18.1",
"@contentstack/cli-command": "~1.8.1",
"@contentstack/cli-utilities": "~1.18.2",
"@oclif/core": "^4.10.5",
"@oclif/plugin-help": "^6.2.28",
"chalk": "^4.1.2",
Expand Down Expand Up @@ -83,4 +83,4 @@
"keywords": [
"oclif"
]
}
}
12 changes: 6 additions & 6 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.19.0",
"version": "1.19.1",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"scripts": {
Expand All @@ -16,10 +16,10 @@
"test:report": "nyc --reporter=lcov mocha \"test/**/*.test.js\""
},
"dependencies": {
"@contentstack/cli-cm-seed": "~1.15.0",
"@contentstack/cli-command": "~1.8.0",
"@contentstack/cli-config": "~1.20.1",
"@contentstack/cli-utilities": "~1.18.1",
"@contentstack/cli-cm-seed": "~1.15.1",
"@contentstack/cli-command": "~1.8.1",
"@contentstack/cli-config": "~1.20.2",
"@contentstack/cli-utilities": "~1.18.2",
"@oclif/core": "^4.10.5",
"@oclif/plugin-help": "^6.2.37",
"inquirer": "8.2.7",
Expand Down Expand Up @@ -73,4 +73,4 @@
}
},
"repository": "contentstack/cli"
}
}
6 changes: 3 additions & 3 deletions packages/contentstack-branches/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-command": "~1.8.0",
"@contentstack/cli-command": "~1.8.1",
"@oclif/core": "^4.10.5",
"@oclif/plugin-help": "^6.2.28",
"@contentstack/cli-utilities": "~1.18.0",
"@contentstack/cli-utilities": "~1.18.2",
"chalk": "^4.1.2",
"just-diff": "^6.0.2",
"lodash": "^4.18.1"
Expand Down Expand Up @@ -80,4 +80,4 @@
}
},
"repository": "https://github.com/contentstack/cli"
}
}
8 changes: 4 additions & 4 deletions packages/contentstack-bulk-publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-command": "~1.8.0",
"@contentstack/cli-config": "~1.20.1",
"@contentstack/cli-utilities": "~1.18.1",
"@contentstack/cli-command": "~1.8.1",
"@contentstack/cli-config": "~1.20.2",
"@contentstack/cli-utilities": "~1.18.2",
"@oclif/core": "^4.10.5",
"@oclif/plugin-help": "^6.2.44",
"chalk": "^4.1.2",
Expand Down Expand Up @@ -98,4 +98,4 @@
"version": "oclif readme && git add README.md",
"clean": "rm -rf ./node_modules tsconfig.build.tsbuildinfo"
}
}
}
10 changes: 5 additions & 5 deletions packages/contentstack-clone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues",
"dependencies": {
"@colors/colors": "^1.6.0",
"@contentstack/cli-cm-export": "~1.24.1",
"@contentstack/cli-cm-import": "~1.32.1",
"@contentstack/cli-command": "~1.8.0",
"@contentstack/cli-utilities": "~1.18.1",
"@contentstack/cli-cm-export": "~1.24.2",
"@contentstack/cli-cm-import": "~1.32.2",
"@contentstack/cli-command": "~1.8.1",
"@contentstack/cli-utilities": "~1.18.2",
"@oclif/core": "^4.10.5",
"@oclif/plugin-help": "^6.2.28",
"chalk": "^4.1.2",
Expand Down Expand Up @@ -82,4 +82,4 @@
"cm:stack-clone": "O-CLN"
}
}
}
}
8 changes: 4 additions & 4 deletions packages/contentstack-export-to-csv/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@contentstack/cli-cm-export-to-csv",
"description": "Export entries, taxonomies, terms, or organization users to CSV",
"version": "1.12.0",
"version": "1.12.1",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-command": "~1.8.0",
"@contentstack/cli-utilities": "~1.18.1",
"@contentstack/cli-command": "~1.8.1",
"@contentstack/cli-utilities": "~1.18.2",
"@oclif/core": "^4.10.5",
"@oclif/plugin-help": "^6.2.32",
"fast-csv": "^4.3.6",
Expand Down Expand Up @@ -77,4 +77,4 @@
"test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\"",
"version": "oclif readme && git add README.md"
}
}
}
8 changes: 4 additions & 4 deletions packages/contentstack-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-command": "~1.8.0",
"@contentstack/cli-command": "~1.8.1",
"@oclif/core": "^4.10.5",
"@contentstack/cli-variants": "~1.4.1",
"@contentstack/cli-utilities": "~1.18.1",
"@contentstack/cli-variants": "~1.4.2",
"@contentstack/cli-utilities": "~1.18.2",
"async": "^3.2.6",
"big-json": "^3.2.0",
"bluebird": "^3.7.2",
Expand Down Expand Up @@ -98,4 +98,4 @@
}
},
"repository": "https://github.com/contentstack/cli"
}
}
6 changes: 3 additions & 3 deletions packages/contentstack-import-setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-command": "~1.8.0",
"@contentstack/cli-utilities": "~1.18.1",
"@contentstack/cli-command": "~1.8.1",
"@contentstack/cli-utilities": "~1.18.2",
"@oclif/core": "^4.10.5",
"big-json": "^3.2.0",
"chalk": "^4.1.2",
Expand Down Expand Up @@ -83,4 +83,4 @@
}
},
"repository": "https://github.com/contentstack/cli"
}
}
10 changes: 5 additions & 5 deletions packages/contentstack-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-audit": "~1.19.1",
"@contentstack/cli-command": "~1.8.0",
"@contentstack/cli-utilities": "~1.18.1",
"@contentstack/cli-variants": "~1.4.1",
"@contentstack/cli-audit": "~1.19.2",
"@contentstack/cli-command": "~1.8.1",
"@contentstack/cli-utilities": "~1.18.2",
"@contentstack/cli-variants": "~1.4.2",
"@oclif/core": "^4.10.5",
"big-json": "^3.2.0",
"bluebird": "^3.7.2",
Expand Down Expand Up @@ -94,4 +94,4 @@
}
},
"repository": "https://github.com/contentstack/cli"
}
}
8 changes: 4 additions & 4 deletions packages/contentstack-migration/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@contentstack/cli-migration",
"version": "1.12.0",
"version": "1.12.1",
"author": "@contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-command": "~1.8.0",
"@contentstack/cli-utilities": "~1.18.1",
"@contentstack/cli-command": "~1.8.1",
"@contentstack/cli-utilities": "~1.18.2",
"@oclif/core": "^4.10.5",
"@oclif/plugin-help": "^6.2.44",
"async": "^3.2.6",
Expand Down Expand Up @@ -74,4 +74,4 @@
"cm:migration": "O-MGRTN"
}
}
}
}
8 changes: 4 additions & 4 deletions packages/contentstack-seed/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@contentstack/cli-cm-seed",
"description": "create a Stack from existing content types, entries, assets, etc.",
"version": "1.15.0",
"version": "1.15.1",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-cm-import": "~1.32.1",
"@contentstack/cli-command": "~1.8.0",
"@contentstack/cli-utilities": "~1.18.1",
"@contentstack/cli-command": "~1.8.1",
"@contentstack/cli-utilities": "~1.18.2",
"inquirer": "8.2.7",
"mkdirp": "^1.0.4",
"tar": "^7.5.11",
Expand Down Expand Up @@ -71,4 +71,4 @@
"compile": "tsc -b tsconfig.json",
"build": "pnpm compile && oclif manifest && oclif readme"
}
}
}
4 changes: 2 additions & 2 deletions packages/contentstack-variants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"typescript": "^5.8.3"
},
"dependencies": {
"@contentstack/cli-utilities": "~1.18.1",
"@contentstack/cli-utilities": "~1.18.2",
"@oclif/core": "^4.10.5",
"@oclif/plugin-help": "^6.2.44",
"lodash": "^4.18.1",
"mkdirp": "^1.0.4",
"winston": "^3.19.0"
}
}
}
Loading
Loading