File tree Expand file tree Collapse file tree 8 files changed +20
-17
lines changed
Expand file tree Collapse file tree 8 files changed +20
-17
lines changed Original file line number Diff line number Diff line change 11fileignoreconfig:
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
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-config
1818$ csdx COMMAND
1919running 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]
2323USAGE
2424 $ csdx COMMAND
Original file line number Diff line number Diff line change 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" ,
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" : {
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli
1818$ csdx COMMAND
1919running 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]
2323USAGE
2424 $ csdx COMMAND
Original file line number Diff line number Diff line change 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"
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" ,
Original file line number Diff line number Diff line change @@ -3,4 +3,3 @@ packages:
33overrides :
44 picomatch : 4.0.4
55 brace-expansion : 5.0.5
6- lodash : 4.18.1
You can’t perform that action at this time.
0 commit comments