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
118 changes: 0 additions & 118 deletions .github/workflows/issues-jira.yml

This file was deleted.

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: a17c21d06a90d99875b7364d3c18ac96c25eb484ad93a3bd2f70bc51e6e5fc0b
checksum: ba838353c1277083cb35b5f69cbbe00f0dc5d7d69e49b44c71c3a7a79e95ee73
version: '1.0'
18 changes: 9 additions & 9 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.64.0",
"version": "1.65.0",
"author": "Contentstack",
"bin": {
"csdx": "./bin/run.js"
Expand All @@ -20,23 +20,23 @@
},
"dependencies": {
"@contentstack/cli-audit": "~1.19.5",
"@contentstack/cli-cm-export": "~1.25.2",
"@contentstack/cli-cm-import": "~1.33.4",
"@contentstack/cli-cm-export": "~1.25.3",
"@contentstack/cli-cm-import": "~1.33.5",
"@contentstack/cli-auth": "~1.8.4",
"@contentstack/cli-cm-bootstrap": "~1.19.7",
"@contentstack/cli-cm-branches": "~1.8.3",
"@contentstack/cli-cm-bulk-publish": "~1.12.1",
"@contentstack/cli-cm-clone": "~1.21.8",
"@contentstack/cli-cm-export-to-csv": "~1.12.5",
"@contentstack/cli-cm-import-setup": "~1.8.5",
"@contentstack/cli-cm-migrate-rte": "~1.7.1",
"@contentstack/cli-cm-seed": "~1.15.7",
"@contentstack/cli-cm-clone": "~1.21.9",
"@contentstack/cli-cm-export-to-csv": "~1.12.6",
"@contentstack/cli-cm-import-setup": "~1.8.6",
"@contentstack/cli-cm-migrate-rte": "~1.7.2",
"@contentstack/cli-cm-seed": "~1.15.8",
"@contentstack/cli-command": "~1.8.4",
"@contentstack/cli-config": "~1.20.5",
"@contentstack/cli-launch": "^1.11.1",
"@contentstack/cli-migration": "~1.12.4",
"@contentstack/cli-utilities": "~1.18.5",
"@contentstack/cli-variants": "~1.5.2",
"@contentstack/cli-variants": "~1.6.0",
"@oclif/core": "^4.11.4",
"@oclif/plugin-help": "^6.2.28",
"@oclif/plugin-not-found": "^3.2.53",
Expand Down
Loading
Loading