@contentstack/cli-audit 1.6.3 → 1.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -19,7 +19,7 @@ $ npm install -g @contentstack/cli-audit
19
19
  $ csdx COMMAND
20
20
  running command...
21
21
  $ csdx (--version|-v)
22
- @contentstack/cli-audit/1.6.3 linux-x64 node-v18.20.3
22
+ @contentstack/cli-audit/1.6.4 linux-x64 node-v18.20.4
23
23
  $ csdx --help [COMMAND]
24
24
  USAGE
25
25
  $ csdx COMMAND
@@ -267,7 +267,7 @@ EXAMPLES
267
267
  $ csdx plugins
268
268
  ```
269
269
 
270
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.3/src/commands/plugins/index.ts)_
270
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/index.ts)_
271
271
 
272
272
  ## `csdx plugins:add PLUGIN`
273
273
 
@@ -341,7 +341,7 @@ EXAMPLES
341
341
  $ csdx plugins:inspect myplugin
342
342
  ```
343
343
 
344
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.3/src/commands/plugins/inspect.ts)_
344
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/inspect.ts)_
345
345
 
346
346
  ## `csdx plugins:install PLUGIN`
347
347
 
@@ -390,7 +390,7 @@ EXAMPLES
390
390
  $ csdx plugins:install someuser/someplugin
391
391
  ```
392
392
 
393
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.3/src/commands/plugins/install.ts)_
393
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/install.ts)_
394
394
 
395
395
  ## `csdx plugins:link PATH`
396
396
 
@@ -420,7 +420,7 @@ EXAMPLES
420
420
  $ csdx plugins:link myplugin
421
421
  ```
422
422
 
423
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.3/src/commands/plugins/link.ts)_
423
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/link.ts)_
424
424
 
425
425
  ## `csdx plugins:remove [PLUGIN]`
426
426
 
@@ -461,7 +461,7 @@ FLAGS
461
461
  --reinstall Reinstall all plugins after uninstalling.
462
462
  ```
463
463
 
464
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.3/src/commands/plugins/reset.ts)_
464
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/reset.ts)_
465
465
 
466
466
  ## `csdx plugins:uninstall [PLUGIN]`
467
467
 
@@ -489,7 +489,7 @@ EXAMPLES
489
489
  $ csdx plugins:uninstall myplugin
490
490
  ```
491
491
 
492
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.3/src/commands/plugins/uninstall.ts)_
492
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/uninstall.ts)_
493
493
 
494
494
  ## `csdx plugins:unlink [PLUGIN]`
495
495
 
@@ -533,5 +533,5 @@ DESCRIPTION
533
533
  Update installed plugins.
534
534
  ```
535
535
 
536
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.3/src/commands/plugins/update.ts)_
536
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/update.ts)_
537
537
  <!-- commandsstop -->
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.6.3",
2
+ "version": "1.6.4",
3
3
  "commands": {
4
4
  "cm:stacks:audit:fix": {
5
5
  "id": "cm:stacks:audit:fix",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentstack/cli-audit",
3
- "version": "1.6.3",
3
+ "version": "1.6.4",
4
4
  "description": "Contentstack audit plugin",
5
5
  "author": "Contentstack CLI",
6
6
  "homepage": "https://github.com/contentstack/cli",
@@ -18,8 +18,8 @@
18
18
  "/oclif.manifest.json"
19
19
  ],
20
20
  "dependencies": {
21
- "@contentstack/cli-command": "~1.2.18",
22
- "@contentstack/cli-utilities": "~1.6.3",
21
+ "@contentstack/cli-command": "~1.2.19",
22
+ "@contentstack/cli-utilities": "~1.7.0",
23
23
  "@oclif/plugin-help": "^5",
24
24
  "@oclif/plugin-plugins": "^5.0.0",
25
25
  "chalk": "^4.1.2",