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
6 changes: 1 addition & 5 deletions .talismanrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
fileignoreconfig:

- filename: pnpm-lock.yaml
checksum: 22ae67a7e2fe63c3d7f2f54c8d78050482b4874dd1bcff5210b25f4b4d14b896
version: '1.0'
- filename: .github/workflows/release-production-pipeline.yml
checksum: dd858a2c2a3297c5651c2843ddae73ad0776a0386329200d01b051ddc489871e
checksum: cbcd291500cd619f18736fe4b1d2e5c98cc3699bc28feae851f054833e99ead9
Comment thread
cs-raj marked this conversation as resolved.
32 changes: 16 additions & 16 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": "2.0.0",
"version": "2.0.1",
"author": "Contentstack",
"bin": {
"csdx": "./bin/run.js"
Expand All @@ -19,23 +19,23 @@
"prepack": "pnpm compile && oclif manifest && oclif readme"
},
"dependencies": {
"@contentstack/cli-audit": "~2.0.0",
"@contentstack/cli-cm-export": "~2.0.0",
"@contentstack/cli-cm-import": "~2.0.0",
"@contentstack/cli-audit": "~2.0.1",
"@contentstack/cli-cm-export": "~2.0.1",
"@contentstack/cli-cm-import": "~2.0.1",
"@contentstack/cli-auth": "~2.0.1",
"@contentstack/cli-bulk-operations": "^2.0.0",
"@contentstack/cli-cm-bootstrap": "~2.0.0",
"@contentstack/cli-cm-branches": "~2.0.0",
"@contentstack/cli-cm-clone": "~2.0.0",
"@contentstack/cli-cm-export-to-csv": "~2.0.0",
"@contentstack/cli-cm-import-setup": "~2.0.0",
"@contentstack/cli-cm-seed": "~2.0.0",
"@contentstack/cli-bulk-operations": "^2.1.0",
"@contentstack/cli-cm-bootstrap": "~2.0.1",
"@contentstack/cli-cm-branches": "~2.0.1",
"@contentstack/cli-cm-clone": "~2.0.1",
"@contentstack/cli-cm-export-to-csv": "~2.0.1",
"@contentstack/cli-cm-import-setup": "~2.0.1",
"@contentstack/cli-cm-seed": "~2.0.1",
"@contentstack/cli-command": "~2.0.1",
"@contentstack/cli-config": "~2.0.1",
"@contentstack/cli-migration": "~2.0.0",
"@contentstack/cli-migration": "~2.0.1",
"@contentstack/cli-utilities": "~2.0.1",
"@contentstack/cli-variants": "~2.0.0",
"@contentstack/management": "~1.30.4",
"@contentstack/cli-variants": "~2.0.1",
"@contentstack/management": "~1.31.1",
"@contentstack/utils": "~1.9.1",
"@oclif/core": "^4.11.14",
"@oclif/plugin-help": "^6.2.53",
Expand All @@ -44,7 +44,7 @@
"chalk": "^5.6.2",
"cli-progress": "^3.12.0",
"debug": "^4.4.3",
"figlet": "1.11.0",
"figlet": "1.11.4",
"inquirer": "^12.11.1",
"node-machine-id": "^1.1.12",
"open": "^8.4.2",
Expand All @@ -55,7 +55,7 @@
},
"overrides": {
"@oclif/core": {
"picomatch": "^4.0.5"
"picomatch": "^4.0.7"
}
},
"devDependencies": {
Expand Down
Loading
Loading