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: 12f27e09d6d1eb198cf3c870b8ddd29280d4f0ab1b708af471d8e658676c0b9a
checksum: 8a5d36937f6b31567f9ecb80e4449d65ace59753ed116b09921304b7d5dee625
version: '1.0'
10 changes: 5 additions & 5 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": "2.0.0-beta.12",
"version": "2.0.0-beta.13",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"scripts": {
Expand All @@ -15,8 +15,8 @@
"lint": "eslint src/**/*.ts"
},
"dependencies": {
"@contentstack/cli-command": "~2.0.0-beta.7",
"@contentstack/cli-utilities": "~2.0.0-beta.8",
"@contentstack/cli-command": "~2.0.0-beta.8",
"@contentstack/cli-utilities": "~2.0.0-beta.9",
"@oclif/core": "^4.11.4",
"otplib": "^12.0.1"
},
Expand All @@ -32,14 +32,14 @@
"@types/node": "^14.18.63",
"@types/sinon": "^21.0.1",
"chai": "^4.5.0",
"dotenv": "^16.4.7",
"dotenv": "^16.6.1",
"eslint": "^9.26.0",
"eslint-config-oclif": "^5.2.2",
"eslint-config-oclif-typescript": "^3.1.14",
"mocha": "10.8.2",
"nock": "^13.5.6",
"nyc": "^15.1.0",
"oclif": "^4.23.0",
"oclif": "^4.23.8",
"sinon": "^21.1.2",
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
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": "2.0.0-beta.7",
"version": "2.0.0-beta.8",
"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": "~2.0.0-beta.8",
"@contentstack/cli-utilities": "~2.0.0-beta.9",
"contentstack": "^3.27.0",
"@oclif/core": "^4.11.4"
},
Expand Down
10 changes: 5 additions & 5 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": "2.0.0-beta.10",
"version": "2.0.0-beta.11",
"author": "Contentstack",
"scripts": {
"build": "pnpm compile && oclif manifest && oclif readme",
Expand All @@ -14,8 +14,8 @@
"lint": "eslint src/**/*.ts"
},
"dependencies": {
"@contentstack/cli-command": "~2.0.0-beta.7",
"@contentstack/cli-utilities": "~2.0.0-beta.8",
"@contentstack/cli-command": "~2.0.0-beta.8",
"@contentstack/cli-utilities": "~2.0.0-beta.9",
"@contentstack/utils": "~1.9.1",
"@oclif/core": "^4.11.4"
},
Expand All @@ -32,11 +32,11 @@
"@types/sinon": "^21.0.1",
"chai": "^4.5.0",
"eslint": "^9.26.0",
"eslint-config-oclif": "^6.0.62",
"eslint-config-oclif": "^6.0.166",
"eslint-config-oclif-typescript": "^3.1.14",
"mocha": "10.8.2",
"nyc": "^15.1.0",
"oclif": "^4.23.0",
"oclif": "^4.23.8",
"sinon": "^21.1.2",
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/contentstack-utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentstack/cli-utilities",
"version": "2.0.0-beta.8",
"version": "2.0.0-beta.9",
"description": "Utilities for contentstack projects",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -53,7 +53,7 @@
"traverse": "^0.6.11",
"tty-table": "^4.2.3",
"unique-string": "^2.0.0",
"short-uuid": "^6.0.0",
"short-uuid": "^6.0.3",
"uuid": "^14.0.0",
"winston": "^3.19.0",
"xdg-basedir": "^4.0.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/contentstack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"@contentstack/management": "~1.30.3",
"@contentstack/utils": "~1.9.1",
"@oclif/core": "^4.11.4",
"@oclif/plugin-help": "^6.2.44",
"@oclif/plugin-not-found": "^3.2.80",
"@oclif/plugin-plugins": "^5.4.61",
"@oclif/plugin-help": "^6.2.49",
"@oclif/plugin-not-found": "^3.2.86",
"@oclif/plugin-plugins": "^5.4.69",
"chalk": "^5.6.2",
"cli-progress": "^3.12.0",
"debug": "^4.4.3",
Expand All @@ -50,8 +50,8 @@
"node-machine-id": "^1.1.12",
"open": "^8.4.2",
"ora": "^8.2.0",
"semver": "^7.7.4",
"short-uuid": "^6.0.0",
"semver": "^7.8.1",
"short-uuid": "^6.0.3",
"winston": "^3.19.0"
},
"overrides": {
Expand All @@ -77,7 +77,7 @@
"rimraf": "^5.0.10",
"shelljs": "^0.10.0",
"sinon": "^21.1.2",
"tmp": "^0.2.5",
"tmp": "^0.2.7",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.9.3"
Expand Down
Loading
Loading