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
12 changes: 1 addition & 11 deletions .talismanrc
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
fileignoreconfig:
- filename: .github/workflows/release-production-pipeline.yml
checksum: 4aef94feea3ea0538162a9454cfd30457ec85e3123672f0933713e3d113d4504
- filename: packages/contentstack-utilities/src/proxy-helper.ts
checksum: 2169f25563bca3a0fe54edd00c73646ed56d36aa7e8effe904de26b0c1633759
- filename: packages/contentstack-config/test/unit/commands/proxy.test.ts
checksum: b92210826693683300728e7e82e6789f0ad697b17e6b99a8a004c9a041bced00
- filename: packages/contentstack/test/unit/context-handler.test.ts
checksum: 6ef78899d3089685271bd16c156d057c807fd9b8560189387ae44e9576d23095
- filename: packages/contentstack/README.md
checksum: cdd03f1f11ef3ecf04f71ed0a468501633ce92f0d487ee097312644578cb3cdc
- filename: pnpm-lock.yaml
checksum: 848b0690be9700254135dda7f87f01249c0f20fc9109055236c63aa608cd7967
checksum: e118b2ebbc7fdd1e6eaa50f022b754506c3848b8e08c69fc3539b6b56856a926
version: '1.0'
8 changes: 4 additions & 4 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.10",
"version": "2.0.0-beta.11",
"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.5",
"@contentstack/cli-utilities": "~2.0.0-beta.5",
"@contentstack/cli-command": "~2.0.0-beta.6",
"@contentstack/cli-utilities": "~2.0.0-beta.7",
"@oclif/core": "^4.10.5",
"@oclif/plugin-help": "^6.2.44",
"otplib": "^12.0.1"
Expand Down Expand Up @@ -79,4 +79,4 @@
}
},
"repository": "contentstack/cli"
}
}
6 changes: 3 additions & 3 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.5",
"version": "2.0.0-beta.6",
"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.5",
"@contentstack/cli-utilities": "~2.0.0-beta.7",
"contentstack": "^3.27.0",
"@oclif/core": "^4.10.5",
"@oclif/plugin-help": "^6.2.44"
Expand Down Expand Up @@ -64,4 +64,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 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.7",
"version": "2.0.0-beta.8",
"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.5",
"@contentstack/cli-utilities": "~2.0.0-beta.5",
"@contentstack/cli-command": "~2.0.0-beta.6",
"@contentstack/cli-utilities": "~2.0.0-beta.7",
"@contentstack/utils": "~1.9.1",
"@oclif/core": "^4.10.5",
"@oclif/plugin-help": "^6.2.44",
Expand Down Expand Up @@ -93,4 +93,4 @@
}
},
"repository": "contentstack/cli"
}
}
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.6",
"version": "2.0.0-beta.7",
"description": "Utilities for contentstack projects",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -81,4 +81,4 @@
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
}
}
}
Loading
Loading