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: e681fe223b950539b98013001ec3efbebb3df00e8546c46f6d31e93e549933e3
checksum: 4936f0e86d5b2e1d605ae1915c417110ab649486943bb27375cab1b3b7c42b58
version: '1.0'
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.8.2",
"version": "1.8.3",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"scripts": {
Expand All @@ -15,8 +15,8 @@
"lint": "eslint src/**/*.ts"
},
"dependencies": {
"@contentstack/cli-command": "~1.8.2",
"@contentstack/cli-utilities": "~1.18.3",
"@contentstack/cli-command": "~1.8.3",
"@contentstack/cli-utilities": "~1.18.4",
"@oclif/core": "^4.11.4",
"otplib": "^12.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/contentstack-command/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-command",
"description": "Contentstack CLI plugin for configuration",
"version": "1.8.2",
"version": "1.8.3",
"author": "Contentstack",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -14,7 +14,7 @@
"lint": "eslint src/**/*.ts"
},
"dependencies": {
"@contentstack/cli-utilities": "~1.18.3",
"@contentstack/cli-utilities": "~1.18.4",
"contentstack": "^3.27.0",
"@oclif/core": "^4.11.4"
},
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.20.3",
"version": "1.20.4",
"author": "Contentstack",
"scripts": {
"build": "pnpm compile && oclif manifest && oclif readme",
Expand All @@ -14,8 +14,8 @@
"lint": "eslint src/**/*.ts"
},
"dependencies": {
"@contentstack/cli-command": "~1.8.2",
"@contentstack/cli-utilities": "~1.18.3",
"@contentstack/cli-command": "~1.8.3",
"@contentstack/cli-utilities": "~1.18.4",
"@contentstack/utils": "~1.9.1",
"@oclif/core": "^4.11.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentstack/cli-utilities",
"version": "1.18.3",
"version": "1.18.4",
"description": "Utilities for contentstack projects",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/contentstack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@contentstack/cli-cm-clone": "~1.21.5",
"@contentstack/cli-cm-export-to-csv": "~1.12.2",
"@contentstack/cli-cm-import-setup": "~1.8.3",
"@contentstack/cli-cm-migrate-rte": "cli-plugins/packages/contentstack-migrate-rte",
"@contentstack/cli-cm-seed": "~1.15.3",
"@contentstack/cli-cm-migrate-rte": "1.6.4",
"@contentstack/cli-cm-seed": "~1.15.4",
"@contentstack/cli-command": "~1.8.2",
"@contentstack/cli-config": "~1.20.3",
"@contentstack/cli-launch": "^1.10.0",
Expand Down Expand Up @@ -69,7 +69,7 @@
"rimraf": "^5.0.10",
"shelljs": "^0.10.0",
"sinon": "^21.0.1",
"tmp": "^0.2.5",
"tmp": "^0.2.7",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^4.9.5"
Expand Down
Loading
Loading