Skip to content

Commit 0dfea6b

Browse files
committed
Cli version bump
1 parent 2a3ca40 commit 0dfea6b

8 files changed

Lines changed: 817 additions & 830 deletions

File tree

.talismanrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
fileignoreconfig:
22
- filename: package-lock.json
3-
checksum: 9486b5f703ed26ac9034c462496fce6db8887b3de8b7896e776a68beaf48aac0
3+
checksum: 7fe633822937ac8ac6153c796e02ad26f31a4cdbf28d62650fe7bc990ccabac4
44
- filename: pnpm-lock.yaml
5-
checksum: 73cd22140db88273548841a8ee19b114b078d22790ccc0a5ef21a720342b90eb
5+
checksum: 096da506eea94052c82ddf88d0167be7511c4ce136d3de8cb1e6cc11c2444fd5
66
- filename: packages/contentstack-import-setup/test/unit/backup-handler.test.ts
77
checksum: 0582d62b88834554cf12951c8690a73ef3ddbb78b82d2804d994cf4148e1ef93
88
- filename: packages/contentstack-import-setup/test/config.json

package-lock.json

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

packages/contentstack-auth/src/utils/auth-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ class AuthHandler {
125125
})
126126
.catch(async (error: any) => {
127127
if (error.errorCode === 294) {
128-
const tfToken = await this.handleOTPFlow(tfaToken, loginPayload);
129128
try {
129+
const tfToken = await this.handleOTPFlow(tfaToken, loginPayload);
130130
resolve(await this.login(email, password, tfToken));
131131
} catch (error) {
132132
log.debug('Login with TFA token failed.', { module: 'auth-handler', error });

packages/contentstack-import/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@contentstack/cli-audit": "~1.17.0",
99
"@contentstack/cli-command": "~1.7.1",
1010
"@contentstack/cli-utilities": "~1.16.0",
11-
"@contentstack/management": "~1.22.0",
11+
"@contentstack/management": "~1.27.3",
1212
"@contentstack/cli-variants": "~1.3.6",
1313
"@oclif/core": "^4.3.0",
1414
"big-json": "^3.2.0",

packages/contentstack-seed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@contentstack/cli-cm-import": "~1.31.0",
99
"@contentstack/cli-command": "~1.7.1",
1010
"@contentstack/cli-utilities": "~1.16.0",
11-
"@contentstack/management": "~1.22.0",
11+
"@contentstack/management": "~1.27.3",
1212
"inquirer": "8.2.7",
1313
"mkdirp": "^1.0.4",
1414
"tar": "^7.5.6",

packages/contentstack-utilities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"author": "contentstack",
3333
"license": "MIT",
3434
"dependencies": {
35-
"@contentstack/management": "~1.25.1",
35+
"@contentstack/management": "~1.27.3",
3636
"@contentstack/marketplace-sdk": "^1.4.0",
3737
"@oclif/core": "^4.3.0",
3838
"axios": "^1.9.0",

packages/contentstack/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",
33
"description": "Command-line tool (CLI) to interact with Contentstack",
4-
"version": "1.55.0",
4+
"version": "1.55.1",
55
"author": "Contentstack",
66
"bin": {
77
"csdx": "./bin/run.js"
@@ -40,7 +40,7 @@
4040
"@contentstack/cli-migration": "~1.10.2",
4141
"@contentstack/cli-utilities": "~1.16.0",
4242
"@contentstack/cli-variants": "~1.3.6",
43-
"@contentstack/management": "~1.22.0",
43+
"@contentstack/management": "~1.27.3",
4444
"@oclif/core": "^4.3.0",
4545
"@oclif/plugin-help": "^6.2.28",
4646
"@oclif/plugin-not-found": "^3.2.53",

0 commit comments

Comments
 (0)