Skip to content

Commit 0f47a70

Browse files
committed
bumped version
1 parent e9d3824 commit 0f47a70

File tree

8 files changed

+12
-10
lines changed

8 files changed

+12
-10
lines changed

package-lock.json

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

packages/contentstack-import-setup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ $ npm install -g @contentstack/cli-cm-import-setup
4747
$ csdx COMMAND
4848
running command...
4949
$ csdx (--version)
50-
@contentstack/cli-cm-import-setup/1.0.0 darwin-arm64 node-v22.2.0
50+
@contentstack/cli-cm-import-setup/1.0.1 darwin-arm64 node-v22.2.0
5151
$ csdx --help [COMMAND]
5252
USAGE
5353
$ csdx COMMAND

packages/contentstack-import-setup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-cm-import-setup",
33
"description": "Contentstack CLI plugin to setup the mappers and configurations for the import command",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {

packages/contentstack-import-setup/src/import/modules/extensions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default class ExtensionImportSetup {
5151

5252
log(this.config, `The required setup files for extensions have been generated successfully.`, 'success');
5353
} else {
54-
log(this.config, 'No extensions found in the content folder.', 'error');
54+
log(this.config, 'No extensions found in the content folder.', 'info');
5555
}
5656
} catch (error) {
5757
log(this.config, `Error occurred while generating the extension mapper: ${formatError(error)}.`, 'error');

packages/contentstack-import-setup/src/import/modules/marketplace-apps.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ export default class marketplaceAppImportSetup {
119119
});
120120
}
121121
});
122+
} else {
123+
log(this.config, `No matching Marketplace app found in the target stack with name ${sourceAppName}`, 'info');
122124
}
123125
});
124126
}

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

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.34.0",
4+
"version": "1.34.1",
55
"author": "Contentstack",
66
"bin": {
77
"csdx": "./bin/run.js"
@@ -31,7 +31,7 @@
3131
"@contentstack/cli-cm-export": "~1.14.1",
3232
"@contentstack/cli-cm-export-to-csv": "~1.7.3",
3333
"@contentstack/cli-cm-import": "~1.19.3",
34-
"@contentstack/cli-cm-import-setup": "1.0.0",
34+
"@contentstack/cli-cm-import-setup": "1.0.1",
3535
"@contentstack/cli-cm-migrate-rte": "~1.4.20",
3636
"@contentstack/cli-cm-seed": "~1.10.0",
3737
"@contentstack/cli-command": "~1.3.2",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)