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: fa02e2883b15c973134368ce26c78187e247d3761ef14f603afc0d5ea83102a6
checksum: 1ceb6098ec964ce35feb105249528fcb938de002551a22d81ef771f378da8062
- filename: pnpm-lock.yaml
checksum: d4174feb2ba68c22cc45987afdaf4d89997df084e7e7eb9edc7e309b5a24aca5
checksum: 050da770b23a0ca135648f7c857f4511fda57a6c125906698d7cf2e2efdeacf7
- filename: packages/contentstack-import-setup/test/unit/backup-handler.test.ts
checksum: 0582d62b88834554cf12951c8690a73ef3ddbb78b82d2804d994cf4148e1ef93
- filename: packages/contentstack-import-setup/test/config.json
Expand Down
43 changes: 36 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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.16.0",
"version": "1.16.1",
"author": "Contentstack",
"scripts": {
"build": "npm run clean && npm run compile",
Expand Down
2 changes: 1 addition & 1 deletion 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.22.0",
"version": "1.22.1",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-import/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-cm-import",
"description": "Contentstack CLI plugin to import content into stack",
"version": "1.30.0",
"version": "1.30.1",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
Expand Down
8 changes: 4 additions & 4 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.53.0",
"version": "1.53.1",
"author": "Contentstack",
"bin": {
"csdx": "./bin/run.js"
Expand All @@ -23,8 +23,8 @@
},
"dependencies": {
"@contentstack/cli-audit": "~1.16.1",
"@contentstack/cli-cm-export": "~1.22.0",
"@contentstack/cli-cm-import": "~1.30.0",
"@contentstack/cli-cm-export": "~1.22.1",
"@contentstack/cli-cm-import": "~1.30.1",
"@contentstack/cli-auth": "~1.6.2",
"@contentstack/cli-cm-bootstrap": "~1.17.1",
"@contentstack/cli-cm-branches": "~1.6.1",
Expand All @@ -35,7 +35,7 @@
"@contentstack/cli-cm-migrate-rte": "~1.6.2",
"@contentstack/cli-cm-seed": "~1.13.1",
"@contentstack/cli-command": "~1.7.0",
"@contentstack/cli-config": "~1.16.0",
"@contentstack/cli-config": "~1.16.1",
"@contentstack/cli-launch": "^1.9.2",
"@contentstack/cli-migration": "~1.10.1",
"@contentstack/cli-utilities": "~1.15.0",
Expand Down
129 changes: 68 additions & 61 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading