|
4 | 4 | "version": "1.0.0", |
5 | 5 | "dependencies": { |
6 | 6 | "@oclif/core": "^4", |
7 | | - "@salesforce/core": "^8", |
| 7 | + "@salesforce/core": "^8.2.7", |
8 | 8 | "@salesforce/sf-plugins-core": "^12" |
9 | 9 | }, |
10 | 10 | "devDependencies": { |
11 | | - "@oclif/plugin-command-snapshot": "^5.1.9", |
12 | | - "@salesforce/cli-plugins-testkit": "^5.3.10", |
13 | | - "@salesforce/dev-scripts": "^10", |
14 | | - "eslint-plugin-sf-plugin": "^1.18.6", |
| 11 | + "@oclif/plugin-command-snapshot": "^5.2.3", |
| 12 | + "@salesforce/cli-plugins-testkit": "^5.3.20", |
| 13 | + "@salesforce/dev-scripts": "^11.0.4", |
| 14 | + "eslint-plugin-sf-plugin": "^1.18.8", |
15 | 15 | "oclif": "^4.14.0", |
16 | 16 | "ts-node": "^10.9.2", |
17 | | - "typescript": "^5.4.5" |
| 17 | + "typescript": "^5.5.4" |
18 | 18 | }, |
19 | 19 | "engines": { |
20 | 20 | "node": ">=18.0.0" |
21 | 21 | }, |
| 22 | + "repository": "salesforcecli/plugin-data-code-extension", |
22 | 23 | "files": [ |
23 | 24 | "/lib", |
24 | 25 | "/messages", |
|
34 | 35 | "sfdx", |
35 | 36 | "sfdx-plugin" |
36 | 37 | ], |
37 | | - "license": "BSD-3-Clause", |
| 38 | + "license": "Apache-2.0", |
38 | 39 | "oclif": { |
39 | 40 | "commands": "./lib/commands", |
40 | 41 | "bin": "sf", |
|
63 | 64 | "clean-all": "sf-clean all", |
64 | 65 | "compile": "wireit", |
65 | 66 | "docs": "sf-docs", |
| 67 | + "fix-license": "eslint src test --fix --rule \"header/header: [2]\"", |
66 | 68 | "format": "wireit", |
67 | 69 | "link-check": "wireit", |
68 | 70 | "lint": "wireit", |
69 | | - "postinstall": "node -e \"const r=require('child_process').spawnSync('./node_modules/.bin/husky',['install'],{stdio:'inherit'});if(r.error&&r.error.code!=='ENOENT')process.exit(1);\"", |
70 | 71 | "postpack": "sf-clean --ignore-signing-artifacts", |
71 | 72 | "prepack": "sf-prepack", |
| 73 | + "prepare": "sf-install", |
72 | 74 | "test": "wireit", |
73 | | - "test:nuts": "node scripts/run-nuts.cjs", |
| 75 | + "test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel", |
74 | 76 | "test:only": "wireit", |
75 | 77 | "version": "oclif readme" |
76 | 78 | }, |
|
179 | 181 | "output": [] |
180 | 182 | }, |
181 | 183 | "link-check": { |
182 | | - "command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error", |
| 184 | + "command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|localhost|%s\" --markdown --retry --directory-listing --verbosity error", |
183 | 185 | "files": [ |
184 | 186 | "./*.md", |
185 | 187 | "./!(CHANGELOG).md", |
|
0 commit comments