Skip to content

Commit 690234c

Browse files
committed
bumped versions
1 parent 8f173a4 commit 690234c

File tree

8 files changed

+20
-17
lines changed

8 files changed

+20
-17
lines changed

.talismanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
fileignoreconfig:
22
- filename: pnpm-lock.yaml
3-
checksum: 22e61c9153ccaae16662fb95b28d7eea21cd1581e33584722b921a1189cc0024
3+
checksum: 0143e8facd41a337309a64a6ce5505b3fd4ae9cf926bd664a32ae7f3c2ac4a20
44
- filename: packages/contentstack-utilities/src/proxy-helper.ts
55
checksum: 2169f25563bca3a0fe54edd00c73646ed56d36aa7e8effe904de26b0c1633759
66
- filename: .cursor/skills/code-review/SKILL.md

packages/contentstack-config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-config
1818
$ csdx COMMAND
1919
running command...
2020
$ csdx (--version)
21-
@contentstack/cli-config/1.20.0 darwin-arm64 node-v22.13.1
21+
@contentstack/cli-config/1.20.1 darwin-arm64 node-v22.13.1
2222
$ csdx --help [COMMAND]
2323
USAGE
2424
$ csdx COMMAND

packages/contentstack-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-config",
33
"description": "Contentstack CLI plugin for configuration",
4-
"version": "1.20.0",
4+
"version": "1.20.1",
55
"author": "Contentstack",
66
"scripts": {
77
"build": "pnpm compile && oclif manifest && oclif readme",
@@ -19,7 +19,7 @@
1919
"@contentstack/utils": "~1.7.0",
2020
"@oclif/core": "^4.8.3",
2121
"@oclif/plugin-help": "^6.2.28",
22-
"lodash": "^4.17.23"
22+
"lodash": "^4.18.1"
2323
},
2424
"overrides": {
2525
"@oclif/core": {

packages/contentstack-utilities/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/cli-utilities",
3-
"version": "1.18.0",
3+
"version": "1.18.1",
44
"description": "Utilities for contentstack projects",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -43,7 +43,7 @@
4343
"inquirer-search-list": "^1.2.6",
4444
"js-yaml": "^4.1.1",
4545
"klona": "^2.0.6",
46-
"lodash": "^4.17.23",
46+
"lodash": "^4.18.1",
4747
"mkdirp": "^1.0.4",
4848
"open": "^8.4.2",
4949
"ora": "^5.4.1",

packages/contentstack/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli
1818
$ csdx COMMAND
1919
running command...
2020
$ csdx (--version|-v)
21-
@contentstack/cli/1.60.0 darwin-arm64 node-v22.13.1
21+
@contentstack/cli/1.60.1 darwin-arm64 node-v22.13.1
2222
$ csdx --help [COMMAND]
2323
USAGE
2424
$ csdx COMMAND

packages/contentstack/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli",
33
"description": "Command-line tool (CLI) to interact with Contentstack",
4-
"version": "1.60.0",
4+
"version": "1.60.1",
55
"author": "Contentstack",
66
"bin": {
77
"csdx": "./bin/run.js"
@@ -32,10 +32,10 @@
3232
"@contentstack/cli-cm-migrate-rte": "~1.6.4",
3333
"@contentstack/cli-cm-seed": "~1.15.0",
3434
"@contentstack/cli-command": "~1.8.0",
35-
"@contentstack/cli-config": "~1.20.0",
35+
"@contentstack/cli-config": "~1.20.1",
3636
"@contentstack/cli-launch": "^1.9.6",
3737
"@contentstack/cli-migration": "~1.12.0",
38-
"@contentstack/cli-utilities": "~1.18.0",
38+
"@contentstack/cli-utilities": "~1.18.1",
3939
"@contentstack/cli-variants": "~1.4.0",
4040
"@contentstack/management": "~1.27.5",
4141
"@oclif/core": "^4.8.3",

pnpm-lock.yaml

Lines changed: 10 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ packages:
33
overrides:
44
picomatch: 4.0.4
55
brace-expansion: 5.0.5
6-
lodash: 4.18.1

0 commit comments

Comments
 (0)