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
8 changes: 4 additions & 4 deletions packages/contentstack-auth/package.json
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-auth",
"description": "Contentstack CLI plugin for authentication activities",
"version": "1.8.0-beta.0",
"version": "1.8.0-beta.1",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"scripts": {
Expand All@@ -22,8 +22,8 @@
"test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\""
},
"dependencies": {
"@contentstack/cli-command": "~1.8.0-beta.0",
"@contentstack/cli-utilities": "~1.18.0-beta.0",
"@contentstack/cli-command": "~1.8.0-beta.1",
"@contentstack/cli-utilities": "~1.19.0-beta.0",
"@oclif/core": "^4.3.0",
"@oclif/plugin-help": "^6.2.28",
"otplib": "^12.0.1"
Expand DownExpand Up@@ -81,4 +81,4 @@
}
},
"repository": "contentstack/cli"
}
}
6 changes: 3 additions & 3 deletions packages/contentstack-command/package.json
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-command",
"description": "Contentstack CLI plugin for configuration",
"version": "1.8.0-beta.0",
"version": "1.8.0-beta.1",
"author": "Contentstack",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All@@ -20,7 +20,7 @@
"test:unit": "mocha --timeout 10000 --forbid-only \"test/unit/**/*.test.ts\""
},
"dependencies": {
"@contentstack/cli-utilities": "~1.18.0-beta.0",
"@contentstack/cli-utilities": "~1.19.0-beta.0",
"contentstack": "^3.25.3",
"@oclif/core": "^4.3.0",
"@oclif/plugin-help": "^6.2.28"
Expand DownExpand Up@@ -65,4 +65,4 @@
"repositoryPrefix": "<%- repo %>/blob/main/packages/contentstack-command/<%- commandPath %>"
},
"repository": "contentstack/cli"
}
}
8 changes: 4 additions & 4 deletions packages/contentstack-config/package.json
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-config",
"description": "Contentstack CLI plugin for configuration",
"version": "1.20.0-beta.0",
"version": "1.20.0-beta.1",
"author": "Contentstack",
"scripts": {
"build": "pnpm compile && oclif manifest && oclif readme",
Expand All@@ -21,8 +21,8 @@
"test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\""
},
"dependencies": {
"@contentstack/cli-command": "~1.8.0-beta.0",
"@contentstack/cli-utilities": "~1.18.0-beta.0",
"@contentstack/cli-command": "~1.8.0-beta.1",
"@contentstack/cli-utilities": "~1.19.0-beta.0",
"@contentstack/utils": "~1.7.0",
"@oclif/core": "^4.3.0",
"@oclif/plugin-help": "^6.2.28",
Expand DownExpand Up@@ -95,4 +95,4 @@
}
},
"repository": "contentstack/cli"
}
}
4 changes: 2 additions & 2 deletions packages/contentstack-utilities/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@contentstack/cli-utilities",
"version": "1.18.0-beta.0",
"version": "1.19.0-beta.0",
"description": "Utilities for contentstack projects",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand DownExpand Up@@ -82,4 +82,4 @@
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
}
}
}
8 changes: 4 additions & 4 deletions packages/contentstack/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -24,16 +24,16 @@
"dependencies": {
"@contentstack/cli-audit": "~1.19.0-beta.0",
"@contentstack/cli-cm-export": "~1.24.0-beta.0",
"@contentstack/cli-cm-import": "~1.32.0-beta.1",
"@contentstack/cli-cm-import": "~1.32.0-beta.0",
"@contentstack/cli-auth": "~1.8.0-beta.0",
"@contentstack/cli-cm-bootstrap": "~1.19.0-beta.1",
"@contentstack/cli-cm-bootstrap": "~1.19.0-beta.0",
"@contentstack/cli-cm-branches": "~1.7.0-beta.0",
"@contentstack/cli-cm-bulk-publish": "~1.11.0-beta.0",
"@contentstack/cli-cm-clone": "~1.21.0-beta.1",
"@contentstack/cli-cm-clone": "~1.21.0-beta.0",
"@contentstack/cli-cm-export-to-csv": "~1.12.0-beta.0",
"@contentstack/cli-cm-import-setup": "~1.8.0-beta.0",
"@contentstack/cli-cm-migrate-rte": "~1.6.4",
"@contentstack/cli-cm-seed": "~1.15.0-beta.2",
"@contentstack/cli-cm-seed": "~1.15.0-beta.0",
"@contentstack/cli-command": "~1.8.0-beta.0",
"@contentstack/cli-config": "~1.20.0-beta.0",
"@contentstack/cli-launch": "^1.9.6",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

Loading