@contentstack/cli-audit 1.18.0 → 1.19.0-beta.0

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.18.0 linux-x64 node-v22.22.0
22
+ @contentstack/cli-audit/1.19.0-beta.0 linux-x64 node-v22.22.0
23
23
  $ csdx --help [COMMAND]
24
24
  USAGE
25
25
  $ csdx COMMAND
@@ -346,5 +346,5 @@
346
346
  ]
347
347
  }
348
348
  },
349
- "version": "1.18.0"
349
+ "version": "1.19.0-beta.0"
350
350
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentstack/cli-audit",
3
- "version": "1.18.0",
3
+ "version": "1.19.0-beta.0",
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.7.2",
22
- "@contentstack/cli-utilities": "~1.17.4",
21
+ "@contentstack/cli-command": "~1.8.0-beta.0",
22
+ "@contentstack/cli-utilities": "~1.18.0-beta.0",
23
23
  "@oclif/core": "^4.3.0",
24
24
  "@oclif/plugin-help": "^6.2.28",
25
25
  "@oclif/plugin-plugins": "^5.4.54",
@@ -66,15 +66,15 @@
66
66
  "repositoryPrefix": "<%- repo %>/blob/main/packages/contentstack-audit/<%- commandPath %>"
67
67
  },
68
68
  "scripts": {
69
- "build": "npm run clean && shx rm -rf lib && tsc -b",
69
+ "build": "pnpm compile && oclif manifest && oclif readme",
70
70
  "lint": "eslint . --ext .ts --config .eslintrc",
71
71
  "postpack": "shx rm -f oclif.manifest.json",
72
72
  "posttest": "npm run lint",
73
- "compile": "shx rm -rf lib tsconfig.tsbuildinfo && tsc -b",
73
+ "compile": "tsc -b tsconfig.json",
74
74
  "prepack": "pnpm compile && oclif manifest && oclif readme",
75
75
  "test": "mocha --forbid-only \"test/**/*.test.ts\"",
76
76
  "version": "oclif readme && git add README.md",
77
- "clean": "rm -rf ./lib ./node_modules .tsbuildinfo oclif.manifest.json",
77
+ "clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinfo",
78
78
  "test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\"",
79
79
  "test:unit": "mocha --timeout 10000 --forbid-only \"test/unit/**/*.test.ts\""
80
80
  },
@@ -85,4 +85,4 @@
85
85
  "keywords": [
86
86
  "oclif"
87
87
  ]
88
- }
88
+ }