@contentstack/cli-audit 1.9.0 → 1.11.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentstack/cli-audit",
3
- "version": "1.9.0",
3
+ "version": "1.11.0",
4
4
  "description": "Contentstack audit plugin",
5
5
  "author": "Contentstack CLI",
6
6
  "homepage": "https://github.com/contentstack/cli",
@@ -18,10 +18,10 @@
18
18
  "/oclif.manifest.json"
19
19
  ],
20
20
  "dependencies": {
21
- "@contentstack/cli-command": "~1.3.3",
22
- "@contentstack/cli-utilities": "~1.8.4",
23
- "@oclif/plugin-help": "^5.2.20",
24
- "@oclif/plugin-plugins": "^5.4.34",
21
+ "@contentstack/cli-command": "~1.5.0",
22
+ "@oclif/plugin-help": "^6.2.25",
23
+ "@contentstack/cli-utilities": "~1.11.0",
24
+ "@oclif/plugin-plugins": "^5.4.24",
25
25
  "chalk": "^4.1.2",
26
26
  "fast-csv": "^4.3.6",
27
27
  "fs-extra": "^11.3.0",
@@ -38,13 +38,13 @@
38
38
  "@types/uuid": "^9.0.8",
39
39
  "chai": "^4.5.0",
40
40
  "eslint": "^8.57.1",
41
- "eslint-config-oclif": "^4.0.0",
41
+ "eslint-config-oclif": "^6.0.15",
42
42
  "eslint-config-oclif-typescript": "^3.1.14",
43
43
  "mocha": "^10.8.2",
44
44
  "nyc": "^15.1.0",
45
- "oclif": "^3.17.2",
45
+ "oclif": "^4.17.30",
46
46
  "shx": "^0.3.4",
47
- "sinon": "^19.0.2",
47
+ "sinon": "^19.0.5",
48
48
  "ts-node": "^10.9.2",
49
49
  "typescript": "^5.7.3"
50
50
  },
@@ -69,12 +69,13 @@
69
69
  "lint": "eslint . --ext .ts --config .eslintrc",
70
70
  "postpack": "shx rm -f oclif.manifest.json",
71
71
  "posttest": "npm run lint",
72
- "compile": "shx rm -rf lib && tsc -b",
73
- "prepack": "npm run build && oclif manifest && oclif readme",
72
+ "compile": "shx rm -rf lib tsconfig.tsbuildinfo && tsc -b",
73
+ "prepack": "pnpm compile && oclif manifest && oclif readme",
74
74
  "test": "mocha --forbid-only \"test/**/*.test.ts\"",
75
75
  "version": "oclif readme && git add README.md",
76
- "clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinfo oclif.manifest.json",
77
- "test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\""
76
+ "clean": "rm -rf ./lib ./node_modules .tsbuildinfo oclif.manifest.json",
77
+ "test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\"",
78
+ "test:unit": "mocha --timeout 10000 --forbid-only \"test/unit/**/*.test.ts\""
78
79
  },
79
80
  "engines": {
80
81
  "node": ">=16"