Skip to content

Commit b7190ab

Browse files
Merge pull request #2035 from contentstack/staging
DX | 04-08-2025 | Release
2 parents 6fab0b7 + 91ef965 commit b7190ab

File tree

39 files changed

+1977
-4082
lines changed

39 files changed

+1977
-4082
lines changed

.talismanrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
fileignoreconfig:
22
- filename: pnpm-lock.yaml
3-
checksum: 0c320557538f6b52f375b13221323d8700692a45e744128788785f27e7c72f73
3+
checksum: f4f50e9bc189d2b1b3c591cb53d982299a17c0b441ad5a0612d02d83c98f9807
44
- filename: packages/contentstack-import/test/integration/auth-token-modules/environments.test.js
55
checksum: bc6f06b75d082aaf99e2f2f4b932b143765e2f14086967fb8973fe1b2ca6c03e
66
- filename: packages/contentstack-import/test/integration/environments.test.js
77
checksum: e71f033dad8944ffeafdf22d0514bda1d20c43e8fea0d62c96e774f3414beb31
88
- filename: package-lock.json
9-
checksum: 7260d9647ed789f09e454d63f9bdd0393e6dfd93f69d4dd2a1505c1c2a60b194
9+
checksum: 9e0dbe7f71bfab95db965d42f79802c787cfd471ce61718a9c61b81fc7395428
1010
- filename: packages/contentstack-auth/test/unit/tokens-validation.test.ts
1111
checksum: 1fbf278675767ed828f5c83f32d088284410f2d687365bfa759728e3b9b7fa8b
1212
- filename: packages/contentstack-import/test/integration/auth-token.test.js
@@ -80,7 +80,7 @@ fileignoreconfig:
8080
- filename: packages/contentstack-export/src/commands/cm/stacks/export.ts
8181
checksum: ece7891cb6fd7edff4a3cd54adb03ba8f7d8d5758f52d98a5c0ff0bd1b071f74
8282
- filename: packages/contentstack-import/src/commands/cm/stacks/import.ts
83-
checksum: c979bcc18cb0d3e5c58f1b27a106b3d89bb6524d47c0cc2b2fd199031ea33279
83+
checksum: 97463e90433387396c1effeef8eed736179b85e3674398fc7ad22c936f7d8393
8484
- filename: packages/contentstack-export/src/export/modules/custom-roles.ts
8585
checksum: 4fc0f5cab039c84d1a12cdae90dcdcaf15ba461b23007635dc997aada75bbb23
8686
- filename: packages/contentstack-import/src/utils/extension-helper.ts

package-lock.json

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

packages/contentstack-audit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"dependencies": {
2121
"@contentstack/cli-command": "~1.6.0",
22-
"@contentstack/cli-utilities": "~1.13.0",
22+
"@contentstack/cli-utilities": "~1.13.1",
2323
"@oclif/core": "^4.3.0",
2424
"@oclif/plugin-help": "^6.2.28",
2525
"@oclif/plugin-plugins": "^5.4.38",

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.5.0 darwin-arm64 node-v22.14.0
21+
@contentstack/cli-auth/1.5.1 darwin-arm64 node-v22.14.0
2222
$ csdx --help [COMMAND]
2323
USAGE
2424
$ csdx COMMAND

packages/contentstack-auth/messages/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"CLI_AUTH_LOGOUT_ALREADY": "You're already logged out",
2121
"CLI_AUTH_LOGOUT_NO_AUTHORIZATIONS": "No authorizations found",
2222
"CLI_AUTH_LOGOUT_NO_AUTHORIZATIONS_USER": "No authorizations found for current user",
23-
"CLI_AUTH_WHOAMI_LOGGED_IN_AS": "You are currently logged in with email '%s'",
23+
"CLI_AUTH_WHOAMI_LOGGED_IN_AS": "You are currently logged in with email:",
2424
"CLI_AUTH_WHOAMI_FAILED": "Failed to get the current user details",
2525
"CLI_AUTH_WHOAMI_DESCRIPTION": "Display current users email address",
2626
"CLI_AUTH_TOKENS_ADD_ASK_TOKEN_ALIAS": "Provide alias to store token",

packages/contentstack-auth/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-auth",
33
"description": "Contentstack CLI plugin for authentication activities",
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@contentstack/cli-command": "~1.6.0",
26-
"@contentstack/cli-utilities": "~1.13.0",
26+
"@contentstack/cli-utilities": "~1.13.1",
2727
"@oclif/core": "^4.3.0",
2828
"@oclif/plugin-help": "^6.2.28"
2929
},

packages/contentstack-auth/src/commands/auth/whoami.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export default class WhoamiCommand extends BaseCommand<typeof WhoamiCommand> {
1818
log.debug('User email found, displaying user information', { ...this.contextDetails, email: this.email });
1919
cliux.print('CLI_AUTH_WHOAMI_LOGGED_IN_AS', { color: 'white' });
2020
cliux.print(this.email, { color: 'green' });
21-
log.info(messageHandler.parse('CLI_AUTH_WHOAMI_LOGGED_IN_AS', this.email), this.contextDetails);
2221
log.debug('Whoami command completed successfully', this.contextDetails);
2322
} else {
2423
log.debug('No user email found in context', this.contextDetails);

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.15.0 darwin-arm64 node-v18.20.2
18+
@contentstack/cli-cm-bootstrap/1.15.0 darwin-arm64 node-v22.14.0
1919
$ csdx --help [COMMAND]
2020
USAGE
2121
$ csdx COMMAND

packages/contentstack-bootstrap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@contentstack/cli-cm-seed": "~1.12.0",
2020
"@contentstack/cli-command": "~1.6.0",
21-
"@contentstack/cli-utilities": "~1.13.0",
21+
"@contentstack/cli-utilities": "~1.13.1",
2222
"@oclif/core": "^4.3.0",
2323
"@oclif/plugin-help": "^6.2.28",
2424
"inquirer": "8.2.6",

packages/contentstack-branches/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@contentstack/cli-command": "~1.6.0",
99
"@oclif/core": "^4.3.0",
1010
"@oclif/plugin-help": "^6.2.28",
11-
"@contentstack/cli-utilities": "~1.13.0",
11+
"@contentstack/cli-utilities": "~1.13.1",
1212
"chalk": "^4.1.2",
1313
"just-diff": "^6.0.2",
1414
"lodash": "^4.17.21"

0 commit comments

Comments
 (0)