Skip to content

Commit b446a74

Browse files
committed
Merge branch 'development' into fix/DX-3932
2 parents b3d90d5 + 830b596 commit b446a74

File tree

113 files changed

+11350
-6697
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+11350
-6697
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: '22.x'
18-
18+
1919
- name: Enable Corepack
2020
run: corepack enable
2121

@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Install root dependencies
2626
run: pnpm install
27-
27+
2828
- name: Reading Configuration
2929
id: release_config
3030
uses: rgarcia-phi/json-to-variables@v1.1.0
@@ -200,6 +200,10 @@ jobs:
200200
if: ${{env.release_releaseAll == 'true' || env.release_plugins_export-to-csv == 'true'}}
201201
working-directory: ./packages/contentstack-export-to-csv
202202
run: npm install
203+
- name: Compiling export to csv
204+
if: ${{ steps.export-to-csv-installation.conclusion == 'success' }}
205+
working-directory: ./packages/contentstack-export-to-csv
206+
run: npm run prepack
203207
- name: Publishing export to csv
204208
uses: JS-DevTools/npm-publish@v3
205209
if: ${{ steps.export-to-csv-installation.conclusion == 'success' }}

.github/workflows/unit-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ jobs:
7171
- name: Run tests for Contentstack Branches
7272
working-directory: ./packages/contentstack-branches
7373
run: npm run test:unit
74+
75+
- name: Run tests for Contentstack Clone
76+
working-directory: ./packages/contentstack-clone
77+
run: npm run test:unit
7478

7579
# - name: Fetch latest references
7680
# run: |

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ contents-*
2020
*.http
2121
*.todo
2222
talisman_output.log
23-
snyk_output.log
23+
snyk_output.log
24+
*.logs

.talismanrc

Lines changed: 47 additions & 285 deletions
Large diffs are not rendered by default.

package-lock.json

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

packages/contentstack-audit/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ npm install -g @contentstack/cli-audit
1919
$ csdx COMMAND
2020
running command...
2121
$ csdx (--version|-v)
22-
@contentstack/cli-audit/1.17.0 darwin-arm64 node-v22.14.0
22+
@contentstack/cli-audit/1.17.1 darwin-arm64 node-v24.13.0
2323
$ csdx --help [COMMAND]
2424
USAGE
2525
$ csdx COMMAND
@@ -286,7 +286,7 @@ DESCRIPTION
286286
Display help for csdx.
287287
```
288288

289-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.36/src/commands/help.ts)_
289+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.37/src/commands/help.ts)_
290290

291291
## `csdx plugins`
292292

@@ -309,7 +309,7 @@ EXAMPLES
309309
$ csdx plugins
310310
```
311311

312-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.54/src/commands/plugins/index.ts)_
312+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.55/src/commands/plugins/index.ts)_
313313

314314
## `csdx plugins:add PLUGIN`
315315

@@ -383,7 +383,7 @@ EXAMPLES
383383
$ csdx plugins:inspect myplugin
384384
```
385385

386-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.54/src/commands/plugins/inspect.ts)_
386+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.55/src/commands/plugins/inspect.ts)_
387387

388388
## `csdx plugins:install PLUGIN`
389389

@@ -432,7 +432,7 @@ EXAMPLES
432432
$ csdx plugins:install someuser/someplugin
433433
```
434434

435-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.54/src/commands/plugins/install.ts)_
435+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.55/src/commands/plugins/install.ts)_
436436

437437
## `csdx plugins:link PATH`
438438

@@ -463,7 +463,7 @@ EXAMPLES
463463
$ csdx plugins:link myplugin
464464
```
465465

466-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.54/src/commands/plugins/link.ts)_
466+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.55/src/commands/plugins/link.ts)_
467467

468468
## `csdx plugins:remove [PLUGIN]`
469469

@@ -504,7 +504,7 @@ FLAGS
504504
--reinstall Reinstall all plugins after uninstalling.
505505
```
506506

507-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.54/src/commands/plugins/reset.ts)_
507+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.55/src/commands/plugins/reset.ts)_
508508

509509
## `csdx plugins:uninstall [PLUGIN]`
510510

@@ -532,7 +532,7 @@ EXAMPLES
532532
$ csdx plugins:uninstall myplugin
533533
```
534534

535-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.54/src/commands/plugins/uninstall.ts)_
535+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.55/src/commands/plugins/uninstall.ts)_
536536

537537
## `csdx plugins:unlink [PLUGIN]`
538538

@@ -576,5 +576,5 @@ DESCRIPTION
576576
Update installed plugins.
577577
```
578578

579-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.54/src/commands/plugins/update.ts)_
579+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.55/src/commands/plugins/update.ts)_
580580
<!-- commandsstop -->

packages/contentstack-audit/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-audit",
3-
"version": "1.17.0",
3+
"version": "1.17.1",
44
"description": "Contentstack audit plugin",
55
"author": "Contentstack CLI",
66
"homepage": "https://github.com/contentstack/cli",
@@ -45,7 +45,7 @@
4545
"nyc": "^15.1.0",
4646
"oclif": "^4.17.46",
4747
"shx": "^0.4.0",
48-
"sinon": "^19.0.5",
48+
"sinon": "^21.0.1",
4949
"ts-node": "^10.9.2",
5050
"typescript": "^5.8.3"
5151
},

packages/contentstack-auth/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-auth
1818
$ csdx COMMAND
1919
running command...
2020
$ csdx (--version)
21-
@contentstack/cli-auth/1.6.3 darwin-arm64 node-v22.13.1
21+
@contentstack/cli-auth/1.7.2 darwin-arm64 node-v24.13.0
2222
$ csdx --help [COMMAND]
2323
USAGE
2424
$ csdx COMMAND

packages/contentstack-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/mkdirp": "^1.0.2",
3737
"@types/mocha": "^8.2.3",
3838
"@types/node": "^14.18.63",
39-
"@types/sinon": "^10.0.20",
39+
"@types/sinon": "^21.0.0",
4040
"chai": "^4.5.0",
4141
"dotenv": "^16.4.7",
4242
"eslint": "^8.57.1",
@@ -45,7 +45,7 @@
4545
"mocha": "10.8.2",
4646
"nyc": "^15.1.0",
4747
"oclif": "^4.17.46",
48-
"sinon": "^19.0.5",
48+
"sinon": "^21.0.1",
4949
"ts-node": "^10.9.2",
5050
"typescript": "^4.9.5"
5151
},

packages/contentstack-bootstrap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $ npm install -g @contentstack/cli-cm-bootstrap
1515
$ csdx COMMAND
1616
running command...
1717
$ csdx (--version)
18-
@contentstack/cli-cm-bootstrap/1.17.2 darwin-arm64 node-v22.14.0
18+
@contentstack/cli-cm-bootstrap/1.18.2 darwin-arm64 node-v24.13.0
1919
$ csdx --help [COMMAND]
2020
USAGE
2121
$ csdx COMMAND

0 commit comments

Comments
 (0)