Skip to content

Commit de07555

Browse files
committed
version bump and reverted changes for asset url
1 parent f7a9694 commit de07555

File tree

30 files changed

+217
-212
lines changed

30 files changed

+217
-212
lines changed

package-lock.json

Lines changed: 86 additions & 76 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: 8 additions & 8 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.6.1 darwin-arm64 node-v21.6.2
22+
@contentstack/cli-audit/1.6.2 darwin-arm64 node-v21.6.2
2323
$ csdx --help [COMMAND]
2424
USAGE
2525
$ csdx COMMAND
@@ -267,7 +267,7 @@ EXAMPLES
267267
$ csdx plugins
268268
```
269269

270-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.1.2/src/commands/plugins/index.ts)_
270+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.0.21/src/commands/plugins/index.ts)_
271271

272272
## `csdx plugins:add PLUGIN`
273273

@@ -341,7 +341,7 @@ EXAMPLES
341341
$ csdx plugins:inspect myplugin
342342
```
343343

344-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.1.2/src/commands/plugins/inspect.ts)_
344+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.0.21/src/commands/plugins/inspect.ts)_
345345

346346
## `csdx plugins:install PLUGIN`
347347

@@ -390,7 +390,7 @@ EXAMPLES
390390
$ csdx plugins:install someuser/someplugin
391391
```
392392

393-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.1.2/src/commands/plugins/install.ts)_
393+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.0.21/src/commands/plugins/install.ts)_
394394

395395
## `csdx plugins:link PATH`
396396

@@ -420,7 +420,7 @@ EXAMPLES
420420
$ csdx plugins:link myplugin
421421
```
422422

423-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.1.2/src/commands/plugins/link.ts)_
423+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.0.21/src/commands/plugins/link.ts)_
424424

425425
## `csdx plugins:remove [PLUGIN]`
426426

@@ -461,7 +461,7 @@ FLAGS
461461
--reinstall Reinstall all plugins after uninstalling.
462462
```
463463

464-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.1.2/src/commands/plugins/reset.ts)_
464+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.0.21/src/commands/plugins/reset.ts)_
465465

466466
## `csdx plugins:uninstall [PLUGIN]`
467467

@@ -489,7 +489,7 @@ EXAMPLES
489489
$ csdx plugins:uninstall myplugin
490490
```
491491

492-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.1.2/src/commands/plugins/uninstall.ts)_
492+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.0.21/src/commands/plugins/uninstall.ts)_
493493

494494
## `csdx plugins:unlink [PLUGIN]`
495495

@@ -533,5 +533,5 @@ DESCRIPTION
533533
Update installed plugins.
534534
```
535535

536-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.1.2/src/commands/plugins/update.ts)_
536+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.0.21/src/commands/plugins/update.ts)_
537537
<!-- commandsstop -->

packages/contentstack-audit/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/cli-audit",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "Contentstack audit plugin",
55
"author": "Contentstack CLI",
66
"homepage": "https://github.com/contentstack/cli",
@@ -19,7 +19,7 @@
1919
],
2020
"dependencies": {
2121
"@contentstack/cli-command": "~1.2.18",
22-
"@contentstack/cli-utilities": "~1.6.1",
22+
"@contentstack/cli-utilities": "~1.6.2",
2323
"@oclif/plugin-help": "^5",
2424
"@oclif/plugin-plugins": "^5.0.0",
2525
"chalk": "^4.1.2",
@@ -76,7 +76,7 @@
7676
"prepack": "npm run build && oclif manifest && oclif readme",
7777
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
7878
"version": "oclif readme && git add README.md",
79-
"clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinfo oclif.manifest.json",
79+
"clean": "rm -rf ./lib tsconfig.tsbuildinfo oclif.manifest.json",
8080
"test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\""
8181
},
8282
"engines": {

packages/contentstack-audit/src/modules/entries.ts

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ export default class Entries {
6767
this.fix = fix ?? false;
6868
this.ctSchema = ctSchema;
6969
this.gfSchema = gfSchema;
70-
this.moduleName = this.validateModules(moduleName!,this.config.moduleConfig);
70+
this.moduleName = this.validateModules(moduleName!, this.config.moduleConfig);
7171
this.fileName = config.moduleConfig[this.moduleName].fileName;
7272
this.folderPath = resolve(sanitizePath(config.basePath), sanitizePath(config.moduleConfig.entries.dirName));
7373
}
7474

75-
validateModules(moduleName:keyof typeof auditConfig.moduleConfig, moduleConfig: Record<string, unknown>):keyof typeof auditConfig.moduleConfig {
76-
if(Object.keys(moduleConfig).includes(moduleName)){
75+
validateModules(moduleName: keyof typeof auditConfig.moduleConfig, moduleConfig: Record<string, unknown>): keyof typeof auditConfig.moduleConfig {
76+
if (Object.keys(moduleConfig).includes(moduleName)) {
7777
return moduleName;
78-
}
78+
}
7979
return 'entries'
8080
}
8181

@@ -200,15 +200,15 @@ export default class Entries {
200200
async fixPrerequisiteData() {
201201
this.ctSchema = (await new ContentType({
202202
fix: true,
203-
log: () => {},
203+
log: () => { },
204204
config: this.config,
205205
moduleName: 'content-types',
206206
ctSchema: this.ctSchema,
207207
gfSchema: this.gfSchema,
208208
}).run(true)) as ContentTypeStruct[];
209209
this.gfSchema = (await new GlobalField({
210210
fix: true,
211-
log: () => {},
211+
log: () => { },
212212
config: this.config,
213213
moduleName: 'global-fields',
214214
ctSchema: this.ctSchema,
@@ -221,7 +221,7 @@ export default class Entries {
221221
if (existsSync(extensionPath)) {
222222
try {
223223
this.extensions = Object.keys(JSON.parse(readFileSync(extensionPath, 'utf8')));
224-
} catch (error) {}
224+
} catch (error) { }
225225
}
226226

227227
if (existsSync(marketplacePath)) {
@@ -234,7 +234,7 @@ export default class Entries {
234234
) as string[];
235235
this.extensions.push(...metaData);
236236
}
237-
} catch (error) {}
237+
} catch (error) { }
238238
}
239239
}
240240

@@ -416,19 +416,19 @@ export default class Entries {
416416

417417
return missingRefs.length
418418
? [
419-
{
420-
tree,
421-
data_type,
422-
missingRefs,
423-
display_name,
424-
ct_uid: this.currentUid,
425-
name: this.currentTitle,
426-
treeStr: tree
427-
.map(({ name }) => name)
428-
.filter((val) => val)
429-
.join(' ➜ '),
430-
},
431-
]
419+
{
420+
tree,
421+
data_type,
422+
missingRefs,
423+
display_name,
424+
ct_uid: this.currentUid,
425+
name: this.currentTitle,
426+
treeStr: tree
427+
.map(({ name }) => name)
428+
.filter((val) => val)
429+
.join(' ➜ '),
430+
},
431+
]
432432
: [];
433433
}
434434

@@ -588,19 +588,19 @@ export default class Entries {
588588

589589
return missingRefs.length
590590
? [
591-
{
592-
tree,
593-
data_type,
594-
missingRefs,
595-
display_name,
596-
uid: this.currentUid,
597-
name: this.currentTitle,
598-
treeStr: tree
599-
.map(({ name }) => name)
600-
.filter((val) => val)
601-
.join(' ➜ '),
602-
},
603-
]
591+
{
592+
tree,
593+
data_type,
594+
missingRefs,
595+
display_name,
596+
uid: this.currentUid,
597+
name: this.currentTitle,
598+
treeStr: tree
599+
.map(({ name }) => name)
600+
.filter((val) => val)
601+
.join(' ➜ '),
602+
},
603+
]
604604
: [];
605605
}
606606

packages/contentstack-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@contentstack/cli-command": "~1.2.18",
26-
"@contentstack/cli-utilities": "~1.6.1",
26+
"@contentstack/cli-utilities": "~1.6.2",
2727
"chalk": "^4.0.0",
2828
"debug": "^4.1.1",
2929
"inquirer": "8.2.4",

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.9.2 darwin-arm64 node-v21.6.2
18+
@contentstack/cli-cm-bootstrap/1.9.3 darwin-arm64 node-v21.6.2
1919
$ csdx --help [COMMAND]
2020
USAGE
2121
$ csdx COMMAND

packages/contentstack-bootstrap/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-cm-bootstrap",
33
"description": "Bootstrap contentstack apps",
4-
"version": "1.9.2",
4+
"version": "1.9.3",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
@@ -17,9 +17,9 @@
1717
"test:report": "nyc --reporter=lcov mocha \"test/**/*.test.js\""
1818
},
1919
"dependencies": {
20-
"@contentstack/cli-cm-seed": "~1.7.4",
20+
"@contentstack/cli-cm-seed": "~1.7.5",
2121
"@contentstack/cli-command": "~1.2.18",
22-
"@contentstack/cli-utilities": "~1.6.1",
22+
"@contentstack/cli-utilities": "~1.6.2",
2323
"inquirer": "8.2.4",
2424
"mkdirp": "^1.0.4",
2525
"tar": "^6.2.1 "

packages/contentstack-branches/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $ npm install -g @contentstack/cli-cm-branches
3737
$ csdx COMMAND
3838
running command...
3939
$ csdx (--version)
40-
@contentstack/cli-cm-branches/1.0.25 darwin-arm64 node-v21.6.2
40+
@contentstack/cli-cm-branches/1.0.26 darwin-arm64 node-v21.6.2
4141
$ csdx --help [COMMAND]
4242
USAGE
4343
$ csdx COMMAND

packages/contentstack-branches/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@contentstack/cli-cm-branches",
33
"description": "Contentstack CLI plugin to do branches operations",
4-
"version": "1.0.25",
4+
"version": "1.0.26",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
88
"@contentstack/cli-command": "~1.2.18",
9-
"@contentstack/cli-utilities": "~1.6.1",
9+
"@contentstack/cli-utilities": "~1.6.2",
1010
"@oclif/core": "^2.9.3",
1111
"async": "^3.2.4",
1212
"big-json": "^3.2.0",

packages/contentstack-bulk-publish/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-cm-bulk-publish
1818
$ csdx COMMAND
1919
running command...
2020
$ csdx (--version)
21-
@contentstack/cli-cm-bulk-publish/1.4.6 darwin-arm64 node-v21.6.2
21+
@contentstack/cli-cm-bulk-publish/1.4.7 darwin-arm64 node-v21.6.2
2222
$ csdx --help [COMMAND]
2323
USAGE
2424
$ csdx COMMAND

0 commit comments

Comments
 (0)