@salesforce/plugin-apex 3.0.8 → 3.0.10

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.
@@ -30,7 +30,7 @@
30
30
  "name": "target-org",
31
31
  "noCacheDefault": true,
32
32
  "required": true,
33
- "summary": "Username or alias of the target org.",
33
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
34
34
  "hasDynamicHelp": true,
35
35
  "multiple": false,
36
36
  "type": "option"
@@ -130,7 +130,7 @@
130
130
  "name": "target-org",
131
131
  "noCacheDefault": true,
132
132
  "required": true,
133
- "summary": "Username or alias of the target org.",
133
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
134
134
  "hasDynamicHelp": true,
135
135
  "multiple": false,
136
136
  "type": "option"
@@ -275,7 +275,7 @@
275
275
  "name": "target-org",
276
276
  "noCacheDefault": true,
277
277
  "required": true,
278
- "summary": "Username or alias of the target org.",
278
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
279
279
  "hasDynamicHelp": true,
280
280
  "multiple": false,
281
281
  "type": "option"
@@ -440,7 +440,7 @@
440
440
  "name": "target-org",
441
441
  "noCacheDefault": true,
442
442
  "required": true,
443
- "summary": "Username or alias of the target org.",
443
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
444
444
  "hasDynamicHelp": true,
445
445
  "multiple": false,
446
446
  "type": "option"
@@ -552,7 +552,7 @@
552
552
  "name": "target-org",
553
553
  "noCacheDefault": true,
554
554
  "required": true,
555
- "summary": "Username or alias of the target org.",
555
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
556
556
  "hasDynamicHelp": true,
557
557
  "multiple": false,
558
558
  "type": "option"
@@ -795,7 +795,7 @@
795
795
  "name": "target-org",
796
796
  "noCacheDefault": true,
797
797
  "required": true,
798
- "summary": "Username or alias of the target org.",
798
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
799
799
  "hasDynamicHelp": true,
800
800
  "multiple": false,
801
801
  "type": "option"
@@ -909,5 +909,5 @@
909
909
  ]
910
910
  }
911
911
  },
912
- "version": "3.0.8"
912
+ "version": "3.0.10"
913
913
  }
package/package.json CHANGED
@@ -1,28 +1,29 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-apex",
3
3
  "description": "Apex commands",
4
- "version": "3.0.8",
4
+ "version": "3.0.10",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.12.0",
9
- "@salesforce/apex-node": "^2.1.2",
10
- "@salesforce/core": "^5.3.20",
11
- "@salesforce/sf-plugins-core": "^4.1.2",
8
+ "@oclif/core": "^3.14.1",
9
+ "@salesforce/apex-node": "^3.0.1",
10
+ "@salesforce/core": "^6.4.1",
11
+ "@salesforce/kit": "^3.0.15",
12
+ "@salesforce/sf-plugins-core": "^5.0.10",
12
13
  "chalk": "^5.3.0",
13
14
  "color-convert": "^2.0.1",
14
15
  "color-name": "^2.0.0"
15
16
  },
16
17
  "devDependencies": {
17
- "@oclif/plugin-command-snapshot": "^5.0.2",
18
- "@salesforce/cli-plugins-testkit": "^5.0.5",
19
- "@salesforce/dev-scripts": "^6.0.3",
20
- "@salesforce/plugin-command-reference": "^3.0.46",
18
+ "@oclif/plugin-command-snapshot": "^5.0.4",
19
+ "@salesforce/cli-plugins-testkit": "^5.1.1",
20
+ "@salesforce/dev-scripts": "^8.1.2",
21
+ "@salesforce/plugin-command-reference": "^3.0.54",
21
22
  "@types/color-convert": "^2.0.3",
22
23
  "eslint-plugin-sf-plugin": "^1.16.15",
23
- "oclif": "^4.0.4",
24
+ "oclif": "^4.1.0",
24
25
  "shx": "^0.3.4",
25
- "ts-node": "^10.9.1",
26
+ "ts-node": "^10.9.2",
26
27
  "typescript": "^5.2.2"
27
28
  },
28
29
  "engines": {
@@ -90,6 +91,7 @@
90
91
  "compile": "wireit",
91
92
  "docs": "sf-docs",
92
93
  "format": "wireit",
94
+ "link-check": "wireit",
93
95
  "lint": "wireit",
94
96
  "postpack": "shx rm -f oclif.manifest.json oclif.lock",
95
97
  "prepack": "sf-prepack",
@@ -161,7 +163,8 @@
161
163
  "test:command-reference",
162
164
  "test:deprecation-policy",
163
165
  "lint",
164
- "test:json-schema"
166
+ "test:json-schema",
167
+ "link-check"
165
168
  ]
166
169
  },
167
170
  "test:only": {
@@ -180,7 +183,7 @@
180
183
  "output": []
181
184
  },
182
185
  "test:command-reference": {
183
- "command": "ts-node \"./bin/dev.js\" commandreference:generate --erroronwarnings",
186
+ "command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" commandreference:generate --erroronwarnings",
184
187
  "files": [
185
188
  "src/**/*.ts",
186
189
  "messages/**",
@@ -191,7 +194,7 @@
191
194
  ]
192
195
  },
193
196
  "test:deprecation-policy": {
194
- "command": "ts-node \"./bin/dev.js\" snapshot:compare",
197
+ "command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" snapshot:compare",
195
198
  "files": [
196
199
  "src/**/*.ts"
197
200
  ],
@@ -201,18 +204,27 @@
201
204
  ]
202
205
  },
203
206
  "test:json-schema": {
204
- "command": "ts-node \"./bin/dev.js\" schema:compare",
207
+ "command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" schema:compare",
205
208
  "files": [
206
209
  "src/**/*.ts",
207
210
  "schemas"
208
211
  ],
209
212
  "output": []
213
+ },
214
+ "link-check": {
215
+ "command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
216
+ "files": [
217
+ "./*.md",
218
+ "./!(CHANGELOG).md",
219
+ "messages/**/*.md"
220
+ ],
221
+ "output": []
210
222
  }
211
223
  },
212
224
  "exports": "./lib/index.js",
213
225
  "type": "module",
214
226
  "sfdx": {
215
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.8.crt",
216
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.8.sig"
227
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.10.crt",
228
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.10.sig"
217
229
  }
218
230
  }