|
15 | 15 | "devDependencies": {
|
16 | 16 | "@oclif/dev-cli": "^1",
|
17 | 17 | "@oclif/plugin-command-snapshot": "^2.0.0",
|
18 |
| - "@salesforce/cli-plugins-testkit": "^0.0.8", |
| 18 | + "@salesforce/cli-plugins-testkit": "^0.0.15", |
19 | 19 | "@salesforce/dev-config": "^2.1.0",
|
20 |
| - "@salesforce/dev-scripts": "^0.7.0", |
| 20 | + "@salesforce/dev-scripts": "^0.9.1", |
| 21 | + "@salesforce/plugin-apex": "^0.1.18", |
21 | 22 | "@salesforce/plugin-command-reference": "^1.3.0",
|
| 23 | + "@salesforce/plugin-config": "^1.2.6", |
22 | 24 | "@salesforce/prettier-config": "^0.0.2",
|
23 | 25 | "@salesforce/ts-sinon": "1.3.0",
|
| 26 | + "@types/debug": "^4.1.5", |
| 27 | + "@types/shelljs": "^0.8.8", |
24 | 28 | "@typescript-eslint/eslint-plugin": "^4.2.0",
|
25 | 29 | "@typescript-eslint/parser": "^4.2.0",
|
26 | 30 | "chai": "^4.2.0",
|
| 31 | + "chai-each": "^0.0.1", |
27 | 32 | "cz-conventional-changelog": "^3.3.0",
|
| 33 | + "debug": "^4.3.1", |
28 | 34 | "eslint": "^6.8.0",
|
29 | 35 | "eslint-config-prettier": "^6.11.0",
|
30 | 36 | "eslint-config-salesforce": "^0.1.0",
|
|
34 | 40 | "eslint-plugin-import": "^2.20.2",
|
35 | 41 | "eslint-plugin-jsdoc": "^27.0.3",
|
36 | 42 | "eslint-plugin-prettier": "^3.1.3",
|
| 43 | + "fast-glob": "^3.2.5", |
37 | 44 | "husky": "^4.2.5",
|
38 | 45 | "lint-staged": "^10.2.2",
|
39 |
| - "mocha": "^7.2.0", |
| 46 | + "mocha": "^8.3.0", |
40 | 47 | "nyc": "^15.1.0",
|
41 | 48 | "prettier": "^2.0.5",
|
42 | 49 | "pretty-quick": "^2.0.1",
|
| 50 | + "shelljs": "^0.8.4", |
43 | 51 | "shx": "0.3.3",
|
44 | 52 | "sinon": "^9.0.2",
|
45 | 53 | "ts-node": "^8.10.2",
|
|
71 | 79 | "commands": "./lib/commands",
|
72 | 80 | "bin": "sfdx",
|
73 | 81 | "devPlugins": [
|
74 |
| - "@oclif/plugin-help", |
75 | 82 | "@oclif/plugin-command-snapshot",
|
76 |
| - "@salesforce/plugin-command-reference" |
| 83 | + "@oclif/plugin-help", |
| 84 | + "@salesforce/plugin-command-reference", |
| 85 | + "@salesforce/plugin-apex", |
| 86 | + "@salesforce/plugin-config" |
77 | 87 | ],
|
78 | 88 | "topics": {
|
79 | 89 | "force": {
|
|
90 | 100 | "scripts": {
|
91 | 101 | "build": "sf-build",
|
92 | 102 | "clean": "sf-clean",
|
93 |
| - "clean-all": "-clean all", |
| 103 | + "clean-all": "sf-clean all", |
94 | 104 | "clean:lib": "shx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json",
|
95 | 105 | "compile": "sf-compile",
|
96 | 106 | "docs": "sf-docs",
|
97 | 107 | "format": "sf-format",
|
98 | 108 | "lint": "sf-lint",
|
99 | 109 | "postpack": "shx rm -f oclif.manifest.json",
|
100 | 110 | "posttest": "yarn lint && yarn test:deprecation-policy && yarn test:command-reference",
|
101 |
| - "prepack": "sf-build", |
| 111 | + "prepack": "sf-prepack", |
102 | 112 | "prepare": "sf-install",
|
103 | 113 | "pretest": "sf-compile-test",
|
104 | 114 | "test": "sf-test",
|
105 | 115 | "test:command-reference": "./bin/run commandreference:generate --erroronwarnings",
|
106 | 116 | "test:deprecation-policy": "./bin/run snapshot:compare",
|
107 |
| - "version": "oclif-dev readme && git add README.md" |
| 117 | + "test:nuts": "ts-node ./test/nuts/generateNuts.ts && nyc mocha \"**/*.nut.ts\" --slow 3000 --timeout 600000 --parallel --retries 1", |
| 118 | + "version": "oclif-dev readme" |
108 | 119 | },
|
109 | 120 | "husky": {
|
110 | 121 | "hooks": {
|
|
0 commit comments