@salesforce/plugin-apex 3.1.3 → 3.1.4
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 +6 -6
- package/npm-shrinkwrap.json +16 -291
- package/oclif.lock +19 -46
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -148,7 +148,7 @@ FLAG DESCRIPTIONS
|
|
|
148
148
|
directory.
|
|
149
149
|
```
|
|
150
150
|
|
|
151
|
-
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
151
|
+
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.4/src/commands/apex/get/log.ts)_
|
|
152
152
|
|
|
153
153
|
## `sf apex get test`
|
|
154
154
|
|
|
@@ -202,7 +202,7 @@ EXAMPLES
|
|
|
202
202
|
me@myorg',
|
|
203
203
|
```
|
|
204
204
|
|
|
205
|
-
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
205
|
+
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.4/src/commands/apex/get/test.ts)_
|
|
206
206
|
|
|
207
207
|
## `sf apex list log`
|
|
208
208
|
|
|
@@ -242,7 +242,7 @@ EXAMPLES
|
|
|
242
242
|
$ sf apex list log --target-org me@my.org
|
|
243
243
|
```
|
|
244
244
|
|
|
245
|
-
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
245
|
+
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.4/src/commands/apex/list/log.ts)_
|
|
246
246
|
|
|
247
247
|
## `sf apex run`
|
|
248
248
|
|
|
@@ -289,7 +289,7 @@ EXAMPLES
|
|
|
289
289
|
$ sf apex run
|
|
290
290
|
```
|
|
291
291
|
|
|
292
|
-
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
292
|
+
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.4/src/commands/apex/run.ts)_
|
|
293
293
|
|
|
294
294
|
## `sf apex run test`
|
|
295
295
|
|
|
@@ -397,7 +397,7 @@ FLAG DESCRIPTIONS
|
|
|
397
397
|
--tests Test1 --tests Test2
|
|
398
398
|
```
|
|
399
399
|
|
|
400
|
-
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
400
|
+
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.4/src/commands/apex/run/test.ts)_
|
|
401
401
|
|
|
402
402
|
## `sf apex tail log`
|
|
403
403
|
|
|
@@ -440,6 +440,6 @@ EXAMPLES
|
|
|
440
440
|
$ sf apex tail log --color --skip-trace-flag
|
|
441
441
|
```
|
|
442
442
|
|
|
443
|
-
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
443
|
+
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.4/src/commands/apex/tail/log.ts)_
|
|
444
444
|
|
|
445
445
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-apex",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-apex",
|
|
9
|
-
"version": "3.1.
|
|
9
|
+
"version": "3.1.4",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.26.0",
|
|
13
|
-
"@salesforce/apex-node": "^
|
|
13
|
+
"@salesforce/apex-node": "^4.0.2",
|
|
14
14
|
"@salesforce/core": "^6.5.1",
|
|
15
15
|
"@salesforce/kit": "^3.1.0",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^8.0.3",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@oclif/plugin-command-snapshot": "^5.1.2",
|
|
23
23
|
"@salesforce/cli-plugins-testkit": "^5.1.12",
|
|
24
24
|
"@salesforce/dev-scripts": "^8.4.2",
|
|
25
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
25
|
+
"@salesforce/plugin-command-reference": "^3.0.74",
|
|
26
26
|
"@types/color-convert": "^2.0.3",
|
|
27
27
|
"eslint-plugin-sf-plugin": "^1.17.4",
|
|
28
28
|
"oclif": "^4.7.5",
|
|
@@ -69,47 +69,6 @@
|
|
|
69
69
|
"tslib": "^1.11.1"
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
|
-
"node_modules/@aws-crypto/crc32/node_modules/@aws-sdk/types": {
|
|
73
|
-
"version": "3.521.0",
|
|
74
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.521.0.tgz",
|
|
75
|
-
"integrity": "sha512-H9I3Lut0F9d+kTibrhnTRqDRzhxf/vrDu12FUdTXVZEvVAQ7w9yrVHAZx8j2e8GWegetsQsNitO3KMrj4dA4pw==",
|
|
76
|
-
"dev": true,
|
|
77
|
-
"license": "Apache-2.0",
|
|
78
|
-
"dependencies": {
|
|
79
|
-
"@smithy/types": "^2.10.0",
|
|
80
|
-
"tslib": "^2.5.0"
|
|
81
|
-
},
|
|
82
|
-
"engines": {
|
|
83
|
-
"node": ">=14.0.0"
|
|
84
|
-
}
|
|
85
|
-
},
|
|
86
|
-
"node_modules/@aws-crypto/crc32/node_modules/@aws-sdk/types/node_modules/tslib": {
|
|
87
|
-
"version": "2.6.2",
|
|
88
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
89
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
90
|
-
"dev": true,
|
|
91
|
-
"license": "0BSD"
|
|
92
|
-
},
|
|
93
|
-
"node_modules/@aws-crypto/crc32/node_modules/@smithy/types": {
|
|
94
|
-
"version": "2.10.0",
|
|
95
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.10.0.tgz",
|
|
96
|
-
"integrity": "sha512-QYXQmpIebS8/jYXgyJjCanKZbI4Rr8tBVGBAIdDhA35f025TVjJNW69FJ0TGiDqt+lIGo037YIswq2t2Y1AYZQ==",
|
|
97
|
-
"dev": true,
|
|
98
|
-
"license": "Apache-2.0",
|
|
99
|
-
"dependencies": {
|
|
100
|
-
"tslib": "^2.5.0"
|
|
101
|
-
},
|
|
102
|
-
"engines": {
|
|
103
|
-
"node": ">=14.0.0"
|
|
104
|
-
}
|
|
105
|
-
},
|
|
106
|
-
"node_modules/@aws-crypto/crc32/node_modules/@smithy/types/node_modules/tslib": {
|
|
107
|
-
"version": "2.6.2",
|
|
108
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
109
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
110
|
-
"dev": true,
|
|
111
|
-
"license": "0BSD"
|
|
112
|
-
},
|
|
113
72
|
"node_modules/@aws-crypto/crc32/node_modules/tslib": {
|
|
114
73
|
"version": "1.14.1",
|
|
115
74
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
@@ -129,47 +88,6 @@
|
|
|
129
88
|
"tslib": "^1.11.1"
|
|
130
89
|
}
|
|
131
90
|
},
|
|
132
|
-
"node_modules/@aws-crypto/crc32c/node_modules/@aws-sdk/types": {
|
|
133
|
-
"version": "3.521.0",
|
|
134
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.521.0.tgz",
|
|
135
|
-
"integrity": "sha512-H9I3Lut0F9d+kTibrhnTRqDRzhxf/vrDu12FUdTXVZEvVAQ7w9yrVHAZx8j2e8GWegetsQsNitO3KMrj4dA4pw==",
|
|
136
|
-
"dev": true,
|
|
137
|
-
"license": "Apache-2.0",
|
|
138
|
-
"dependencies": {
|
|
139
|
-
"@smithy/types": "^2.10.0",
|
|
140
|
-
"tslib": "^2.5.0"
|
|
141
|
-
},
|
|
142
|
-
"engines": {
|
|
143
|
-
"node": ">=14.0.0"
|
|
144
|
-
}
|
|
145
|
-
},
|
|
146
|
-
"node_modules/@aws-crypto/crc32c/node_modules/@aws-sdk/types/node_modules/tslib": {
|
|
147
|
-
"version": "2.6.2",
|
|
148
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
149
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
150
|
-
"dev": true,
|
|
151
|
-
"license": "0BSD"
|
|
152
|
-
},
|
|
153
|
-
"node_modules/@aws-crypto/crc32c/node_modules/@smithy/types": {
|
|
154
|
-
"version": "2.10.0",
|
|
155
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.10.0.tgz",
|
|
156
|
-
"integrity": "sha512-QYXQmpIebS8/jYXgyJjCanKZbI4Rr8tBVGBAIdDhA35f025TVjJNW69FJ0TGiDqt+lIGo037YIswq2t2Y1AYZQ==",
|
|
157
|
-
"dev": true,
|
|
158
|
-
"license": "Apache-2.0",
|
|
159
|
-
"dependencies": {
|
|
160
|
-
"tslib": "^2.5.0"
|
|
161
|
-
},
|
|
162
|
-
"engines": {
|
|
163
|
-
"node": ">=14.0.0"
|
|
164
|
-
}
|
|
165
|
-
},
|
|
166
|
-
"node_modules/@aws-crypto/crc32c/node_modules/@smithy/types/node_modules/tslib": {
|
|
167
|
-
"version": "2.6.2",
|
|
168
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
169
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
170
|
-
"dev": true,
|
|
171
|
-
"license": "0BSD"
|
|
172
|
-
},
|
|
173
91
|
"node_modules/@aws-crypto/crc32c/node_modules/tslib": {
|
|
174
92
|
"version": "1.14.1",
|
|
175
93
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
@@ -210,47 +128,6 @@
|
|
|
210
128
|
"tslib": "^1.11.1"
|
|
211
129
|
}
|
|
212
130
|
},
|
|
213
|
-
"node_modules/@aws-crypto/sha1-browser/node_modules/@aws-sdk/types": {
|
|
214
|
-
"version": "3.521.0",
|
|
215
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.521.0.tgz",
|
|
216
|
-
"integrity": "sha512-H9I3Lut0F9d+kTibrhnTRqDRzhxf/vrDu12FUdTXVZEvVAQ7w9yrVHAZx8j2e8GWegetsQsNitO3KMrj4dA4pw==",
|
|
217
|
-
"dev": true,
|
|
218
|
-
"license": "Apache-2.0",
|
|
219
|
-
"dependencies": {
|
|
220
|
-
"@smithy/types": "^2.10.0",
|
|
221
|
-
"tslib": "^2.5.0"
|
|
222
|
-
},
|
|
223
|
-
"engines": {
|
|
224
|
-
"node": ">=14.0.0"
|
|
225
|
-
}
|
|
226
|
-
},
|
|
227
|
-
"node_modules/@aws-crypto/sha1-browser/node_modules/@aws-sdk/types/node_modules/tslib": {
|
|
228
|
-
"version": "2.6.2",
|
|
229
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
230
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
231
|
-
"dev": true,
|
|
232
|
-
"license": "0BSD"
|
|
233
|
-
},
|
|
234
|
-
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/types": {
|
|
235
|
-
"version": "2.10.0",
|
|
236
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.10.0.tgz",
|
|
237
|
-
"integrity": "sha512-QYXQmpIebS8/jYXgyJjCanKZbI4Rr8tBVGBAIdDhA35f025TVjJNW69FJ0TGiDqt+lIGo037YIswq2t2Y1AYZQ==",
|
|
238
|
-
"dev": true,
|
|
239
|
-
"license": "Apache-2.0",
|
|
240
|
-
"dependencies": {
|
|
241
|
-
"tslib": "^2.5.0"
|
|
242
|
-
},
|
|
243
|
-
"engines": {
|
|
244
|
-
"node": ">=14.0.0"
|
|
245
|
-
}
|
|
246
|
-
},
|
|
247
|
-
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/types/node_modules/tslib": {
|
|
248
|
-
"version": "2.6.2",
|
|
249
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
250
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
251
|
-
"dev": true,
|
|
252
|
-
"license": "0BSD"
|
|
253
|
-
},
|
|
254
131
|
"node_modules/@aws-crypto/sha1-browser/node_modules/tslib": {
|
|
255
132
|
"version": "1.14.1",
|
|
256
133
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
@@ -275,47 +152,6 @@
|
|
|
275
152
|
"tslib": "^1.11.1"
|
|
276
153
|
}
|
|
277
154
|
},
|
|
278
|
-
"node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types": {
|
|
279
|
-
"version": "3.521.0",
|
|
280
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.521.0.tgz",
|
|
281
|
-
"integrity": "sha512-H9I3Lut0F9d+kTibrhnTRqDRzhxf/vrDu12FUdTXVZEvVAQ7w9yrVHAZx8j2e8GWegetsQsNitO3KMrj4dA4pw==",
|
|
282
|
-
"dev": true,
|
|
283
|
-
"license": "Apache-2.0",
|
|
284
|
-
"dependencies": {
|
|
285
|
-
"@smithy/types": "^2.10.0",
|
|
286
|
-
"tslib": "^2.5.0"
|
|
287
|
-
},
|
|
288
|
-
"engines": {
|
|
289
|
-
"node": ">=14.0.0"
|
|
290
|
-
}
|
|
291
|
-
},
|
|
292
|
-
"node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/node_modules/tslib": {
|
|
293
|
-
"version": "2.6.2",
|
|
294
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
295
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
296
|
-
"dev": true,
|
|
297
|
-
"license": "0BSD"
|
|
298
|
-
},
|
|
299
|
-
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types": {
|
|
300
|
-
"version": "2.10.0",
|
|
301
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.10.0.tgz",
|
|
302
|
-
"integrity": "sha512-QYXQmpIebS8/jYXgyJjCanKZbI4Rr8tBVGBAIdDhA35f025TVjJNW69FJ0TGiDqt+lIGo037YIswq2t2Y1AYZQ==",
|
|
303
|
-
"dev": true,
|
|
304
|
-
"license": "Apache-2.0",
|
|
305
|
-
"dependencies": {
|
|
306
|
-
"tslib": "^2.5.0"
|
|
307
|
-
},
|
|
308
|
-
"engines": {
|
|
309
|
-
"node": ">=14.0.0"
|
|
310
|
-
}
|
|
311
|
-
},
|
|
312
|
-
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/node_modules/tslib": {
|
|
313
|
-
"version": "2.6.2",
|
|
314
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
315
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
316
|
-
"dev": true,
|
|
317
|
-
"license": "0BSD"
|
|
318
|
-
},
|
|
319
155
|
"node_modules/@aws-crypto/sha256-browser/node_modules/tslib": {
|
|
320
156
|
"version": "1.14.1",
|
|
321
157
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
@@ -335,47 +171,6 @@
|
|
|
335
171
|
"tslib": "^1.11.1"
|
|
336
172
|
}
|
|
337
173
|
},
|
|
338
|
-
"node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types": {
|
|
339
|
-
"version": "3.521.0",
|
|
340
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.521.0.tgz",
|
|
341
|
-
"integrity": "sha512-H9I3Lut0F9d+kTibrhnTRqDRzhxf/vrDu12FUdTXVZEvVAQ7w9yrVHAZx8j2e8GWegetsQsNitO3KMrj4dA4pw==",
|
|
342
|
-
"dev": true,
|
|
343
|
-
"license": "Apache-2.0",
|
|
344
|
-
"dependencies": {
|
|
345
|
-
"@smithy/types": "^2.10.0",
|
|
346
|
-
"tslib": "^2.5.0"
|
|
347
|
-
},
|
|
348
|
-
"engines": {
|
|
349
|
-
"node": ">=14.0.0"
|
|
350
|
-
}
|
|
351
|
-
},
|
|
352
|
-
"node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/node_modules/tslib": {
|
|
353
|
-
"version": "2.6.2",
|
|
354
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
355
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
356
|
-
"dev": true,
|
|
357
|
-
"license": "0BSD"
|
|
358
|
-
},
|
|
359
|
-
"node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types": {
|
|
360
|
-
"version": "2.10.0",
|
|
361
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.10.0.tgz",
|
|
362
|
-
"integrity": "sha512-QYXQmpIebS8/jYXgyJjCanKZbI4Rr8tBVGBAIdDhA35f025TVjJNW69FJ0TGiDqt+lIGo037YIswq2t2Y1AYZQ==",
|
|
363
|
-
"dev": true,
|
|
364
|
-
"license": "Apache-2.0",
|
|
365
|
-
"dependencies": {
|
|
366
|
-
"tslib": "^2.5.0"
|
|
367
|
-
},
|
|
368
|
-
"engines": {
|
|
369
|
-
"node": ">=14.0.0"
|
|
370
|
-
}
|
|
371
|
-
},
|
|
372
|
-
"node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/node_modules/tslib": {
|
|
373
|
-
"version": "2.6.2",
|
|
374
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
375
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
376
|
-
"dev": true,
|
|
377
|
-
"license": "0BSD"
|
|
378
|
-
},
|
|
379
174
|
"node_modules/@aws-crypto/sha256-js/node_modules/tslib": {
|
|
380
175
|
"version": "1.14.1",
|
|
381
176
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
@@ -412,47 +207,6 @@
|
|
|
412
207
|
"tslib": "^1.11.1"
|
|
413
208
|
}
|
|
414
209
|
},
|
|
415
|
-
"node_modules/@aws-crypto/util/node_modules/@aws-sdk/types": {
|
|
416
|
-
"version": "3.521.0",
|
|
417
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.521.0.tgz",
|
|
418
|
-
"integrity": "sha512-H9I3Lut0F9d+kTibrhnTRqDRzhxf/vrDu12FUdTXVZEvVAQ7w9yrVHAZx8j2e8GWegetsQsNitO3KMrj4dA4pw==",
|
|
419
|
-
"dev": true,
|
|
420
|
-
"license": "Apache-2.0",
|
|
421
|
-
"dependencies": {
|
|
422
|
-
"@smithy/types": "^2.10.0",
|
|
423
|
-
"tslib": "^2.5.0"
|
|
424
|
-
},
|
|
425
|
-
"engines": {
|
|
426
|
-
"node": ">=14.0.0"
|
|
427
|
-
}
|
|
428
|
-
},
|
|
429
|
-
"node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/node_modules/tslib": {
|
|
430
|
-
"version": "2.6.2",
|
|
431
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
432
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
433
|
-
"dev": true,
|
|
434
|
-
"license": "0BSD"
|
|
435
|
-
},
|
|
436
|
-
"node_modules/@aws-crypto/util/node_modules/@smithy/types": {
|
|
437
|
-
"version": "2.10.0",
|
|
438
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.10.0.tgz",
|
|
439
|
-
"integrity": "sha512-QYXQmpIebS8/jYXgyJjCanKZbI4Rr8tBVGBAIdDhA35f025TVjJNW69FJ0TGiDqt+lIGo037YIswq2t2Y1AYZQ==",
|
|
440
|
-
"dev": true,
|
|
441
|
-
"license": "Apache-2.0",
|
|
442
|
-
"dependencies": {
|
|
443
|
-
"tslib": "^2.5.0"
|
|
444
|
-
},
|
|
445
|
-
"engines": {
|
|
446
|
-
"node": ">=14.0.0"
|
|
447
|
-
}
|
|
448
|
-
},
|
|
449
|
-
"node_modules/@aws-crypto/util/node_modules/@smithy/types/node_modules/tslib": {
|
|
450
|
-
"version": "2.6.2",
|
|
451
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
452
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
453
|
-
"dev": true,
|
|
454
|
-
"license": "0BSD"
|
|
455
|
-
},
|
|
456
210
|
"node_modules/@aws-crypto/util/node_modules/tslib": {
|
|
457
211
|
"version": "1.14.1",
|
|
458
212
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
@@ -2502,15 +2256,6 @@
|
|
|
2502
2256
|
"node": ">=14.18.0"
|
|
2503
2257
|
}
|
|
2504
2258
|
},
|
|
2505
|
-
"node_modules/@inquirer/confirm/node_modules/@inquirer/type": {
|
|
2506
|
-
"version": "1.2.0",
|
|
2507
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.2.0.tgz",
|
|
2508
|
-
"integrity": "sha512-/vvkUkYhrjbm+RolU7V1aUFDydZVKNKqKHR5TsE+j5DXgXFwrsOPcoGUJ02K0O7q7O53CU2DOTMYCHeGZ25WHA==",
|
|
2509
|
-
"license": "MIT",
|
|
2510
|
-
"engines": {
|
|
2511
|
-
"node": ">=18"
|
|
2512
|
-
}
|
|
2513
|
-
},
|
|
2514
2259
|
"node_modules/@inquirer/confirm/node_modules/chalk": {
|
|
2515
2260
|
"version": "4.1.2",
|
|
2516
2261
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -2591,16 +2336,6 @@
|
|
|
2591
2336
|
"node": ">=18"
|
|
2592
2337
|
}
|
|
2593
2338
|
},
|
|
2594
|
-
"node_modules/@inquirer/core/node_modules/@types/node": {
|
|
2595
|
-
"version": "20.12.2",
|
|
2596
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.2.tgz",
|
|
2597
|
-
"integrity": "sha512-zQ0NYO87hyN6Xrclcqp7f8ZbXNbRfoGWNcMvHTPQp9UUrwI0mI7XBz+cu7/W6/VClYo2g63B0cjull/srU7LgQ==",
|
|
2598
|
-
"dev": true,
|
|
2599
|
-
"license": "MIT",
|
|
2600
|
-
"dependencies": {
|
|
2601
|
-
"undici-types": "~5.26.4"
|
|
2602
|
-
}
|
|
2603
|
-
},
|
|
2604
2339
|
"node_modules/@inquirer/core/node_modules/chalk": {
|
|
2605
2340
|
"version": "4.1.2",
|
|
2606
2341
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -2705,15 +2440,6 @@
|
|
|
2705
2440
|
"node": ">=14.18.0"
|
|
2706
2441
|
}
|
|
2707
2442
|
},
|
|
2708
|
-
"node_modules/@inquirer/password/node_modules/@inquirer/type": {
|
|
2709
|
-
"version": "1.2.0",
|
|
2710
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.2.0.tgz",
|
|
2711
|
-
"integrity": "sha512-/vvkUkYhrjbm+RolU7V1aUFDydZVKNKqKHR5TsE+j5DXgXFwrsOPcoGUJ02K0O7q7O53CU2DOTMYCHeGZ25WHA==",
|
|
2712
|
-
"license": "MIT",
|
|
2713
|
-
"engines": {
|
|
2714
|
-
"node": ">=18"
|
|
2715
|
-
}
|
|
2716
|
-
},
|
|
2717
2443
|
"node_modules/@inquirer/password/node_modules/chalk": {
|
|
2718
2444
|
"version": "4.1.2",
|
|
2719
2445
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -2807,7 +2533,6 @@
|
|
|
2807
2533
|
"version": "1.2.1",
|
|
2808
2534
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.2.1.tgz",
|
|
2809
2535
|
"integrity": "sha512-xwMfkPAxeo8Ji/IxfUSqzRi0/+F2GIqJmpc5/thelgMGsjNZcjDDRBO9TLXT1s/hdx/mK5QbVIvgoLIFgXhTMQ==",
|
|
2810
|
-
"dev": true,
|
|
2811
2536
|
"license": "MIT",
|
|
2812
2537
|
"engines": {
|
|
2813
2538
|
"node": ">=18"
|
|
@@ -3449,9 +3174,9 @@
|
|
|
3449
3174
|
}
|
|
3450
3175
|
},
|
|
3451
3176
|
"node_modules/@salesforce/apex-node": {
|
|
3452
|
-
"version": "
|
|
3453
|
-
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-
|
|
3454
|
-
"integrity": "sha512-
|
|
3177
|
+
"version": "4.0.2",
|
|
3178
|
+
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-4.0.2.tgz",
|
|
3179
|
+
"integrity": "sha512-vNjj/CHnX7DerQsePG1HuOqshugKp+v8k8lrH6Pgut0C3AZB4oUn8BDauUtJb0IsyzjwS7B4CDNVuwziKFWheg==",
|
|
3455
3180
|
"license": "BSD-3-Clause",
|
|
3456
3181
|
"dependencies": {
|
|
3457
3182
|
"@salesforce/core": "^6.5.1",
|
|
@@ -3783,15 +3508,15 @@
|
|
|
3783
3508
|
}
|
|
3784
3509
|
},
|
|
3785
3510
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
3786
|
-
"version": "3.0.
|
|
3787
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
3788
|
-
"integrity": "sha512-
|
|
3511
|
+
"version": "3.0.74",
|
|
3512
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.74.tgz",
|
|
3513
|
+
"integrity": "sha512-YJR4kUes+wCBshCDEL3gooxwXmsJrH08ITZfwn4VvpM/KLQtiZAzMQXarvqge9Gp8rcxAv7HREsulT7SCffafg==",
|
|
3789
3514
|
"dev": true,
|
|
3790
3515
|
"license": "BSD-3-Clause",
|
|
3791
3516
|
"dependencies": {
|
|
3792
|
-
"@oclif/core": "^3.
|
|
3793
|
-
"@salesforce/core": "^6.
|
|
3794
|
-
"@salesforce/kit": "^3.0
|
|
3517
|
+
"@oclif/core": "^3.26.0",
|
|
3518
|
+
"@salesforce/core": "^6.7.3",
|
|
3519
|
+
"@salesforce/kit": "^3.1.0",
|
|
3795
3520
|
"@salesforce/sf-plugins-core": "^5.0.13",
|
|
3796
3521
|
"@salesforce/ts-types": "^2.0.9",
|
|
3797
3522
|
"chalk": "^4",
|
|
@@ -4914,9 +4639,9 @@
|
|
|
4914
4639
|
}
|
|
4915
4640
|
},
|
|
4916
4641
|
"node_modules/@types/node": {
|
|
4917
|
-
"version": "20.
|
|
4918
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.
|
|
4919
|
-
"integrity": "sha512-
|
|
4642
|
+
"version": "20.12.2",
|
|
4643
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.2.tgz",
|
|
4644
|
+
"integrity": "sha512-zQ0NYO87hyN6Xrclcqp7f8ZbXNbRfoGWNcMvHTPQp9UUrwI0mI7XBz+cu7/W6/VClYo2g63B0cjull/srU7LgQ==",
|
|
4920
4645
|
"license": "MIT",
|
|
4921
4646
|
"dependencies": {
|
|
4922
4647
|
"undici-types": "~5.26.4"
|
package/oclif.lock
CHANGED
|
@@ -604,7 +604,7 @@
|
|
|
604
604
|
"@smithy/types" "^2.12.0"
|
|
605
605
|
tslib "^2.6.2"
|
|
606
606
|
|
|
607
|
-
"@aws-sdk/types@3.535.0":
|
|
607
|
+
"@aws-sdk/types@3.535.0", "@aws-sdk/types@^3.222.0":
|
|
608
608
|
version "3.535.0"
|
|
609
609
|
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.535.0.tgz#5e6479f31299dd9df170e63f4d10fe739008cf04"
|
|
610
610
|
integrity sha512-aY4MYfduNj+sRR37U7XxYR8wemfbKP6lx00ze2M2uubn7mZotuVrWYAafbMSXrdEMSToE5JDhr28vArSOoLcSg==
|
|
@@ -612,14 +612,6 @@
|
|
|
612
612
|
"@smithy/types" "^2.12.0"
|
|
613
613
|
tslib "^2.6.2"
|
|
614
614
|
|
|
615
|
-
"@aws-sdk/types@^3.222.0":
|
|
616
|
-
version "3.521.0"
|
|
617
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.521.0.tgz#63696760837a1f505b6ef49a668bbff8c827dd2d"
|
|
618
|
-
integrity sha512-H9I3Lut0F9d+kTibrhnTRqDRzhxf/vrDu12FUdTXVZEvVAQ7w9yrVHAZx8j2e8GWegetsQsNitO3KMrj4dA4pw==
|
|
619
|
-
dependencies:
|
|
620
|
-
"@smithy/types" "^2.10.0"
|
|
621
|
-
tslib "^2.5.0"
|
|
622
|
-
|
|
623
615
|
"@aws-sdk/util-arn-parser@3.535.0":
|
|
624
616
|
version "3.535.0"
|
|
625
617
|
resolved "https://registry.yarnpkg.com/@aws-sdk/util-arn-parser/-/util-arn-parser-3.535.0.tgz#046aafff4438caa3740cebec600989b1e840b934"
|
|
@@ -1186,12 +1178,7 @@
|
|
|
1186
1178
|
chalk "^4.1.2"
|
|
1187
1179
|
figures "^3.2.0"
|
|
1188
1180
|
|
|
1189
|
-
"@inquirer/type@^1.1.6":
|
|
1190
|
-
version "1.2.0"
|
|
1191
|
-
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.2.0.tgz#a569613628a881c2104289ca868a7def54e5c49d"
|
|
1192
|
-
integrity sha512-/vvkUkYhrjbm+RolU7V1aUFDydZVKNKqKHR5TsE+j5DXgXFwrsOPcoGUJ02K0O7q7O53CU2DOTMYCHeGZ25WHA==
|
|
1193
|
-
|
|
1194
|
-
"@inquirer/type@^1.2.1":
|
|
1181
|
+
"@inquirer/type@^1.1.6", "@inquirer/type@^1.2.1":
|
|
1195
1182
|
version "1.2.1"
|
|
1196
1183
|
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.2.1.tgz#fbc7ab3a2e5050d0c150642d5e8f5e88faa066b8"
|
|
1197
1184
|
integrity sha512-xwMfkPAxeo8Ji/IxfUSqzRi0/+F2GIqJmpc5/thelgMGsjNZcjDDRBO9TLXT1s/hdx/mK5QbVIvgoLIFgXhTMQ==
|
|
@@ -1319,7 +1306,7 @@
|
|
|
1319
1306
|
wordwrap "^1.0.0"
|
|
1320
1307
|
wrap-ansi "^7.0.0"
|
|
1321
1308
|
|
|
1322
|
-
"@oclif/core@^3.15.1", "@oclif/core@^3.
|
|
1309
|
+
"@oclif/core@^3.15.1", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0":
|
|
1323
1310
|
version "3.26.0"
|
|
1324
1311
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279"
|
|
1325
1312
|
integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==
|
|
@@ -1401,10 +1388,10 @@
|
|
|
1401
1388
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
1402
1389
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
1403
1390
|
|
|
1404
|
-
"@salesforce/apex-node@^
|
|
1405
|
-
version "
|
|
1406
|
-
resolved "https://registry.yarnpkg.com/@salesforce/apex-node/-/apex-node-
|
|
1407
|
-
integrity sha512-
|
|
1391
|
+
"@salesforce/apex-node@^4.0.2":
|
|
1392
|
+
version "4.0.2"
|
|
1393
|
+
resolved "https://registry.yarnpkg.com/@salesforce/apex-node/-/apex-node-4.0.2.tgz#688dd4e9a5f7bfab09d24c6460bac72a322ad6d4"
|
|
1394
|
+
integrity sha512-vNjj/CHnX7DerQsePG1HuOqshugKp+v8k8lrH6Pgut0C3AZB4oUn8BDauUtJb0IsyzjwS7B4CDNVuwziKFWheg==
|
|
1408
1395
|
dependencies:
|
|
1409
1396
|
"@salesforce/core" "^6.5.1"
|
|
1410
1397
|
"@salesforce/kit" "^3.0.15"
|
|
@@ -1431,7 +1418,7 @@
|
|
|
1431
1418
|
strip-ansi "6.0.1"
|
|
1432
1419
|
ts-retry-promise "^0.8.0"
|
|
1433
1420
|
|
|
1434
|
-
"@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.
|
|
1421
|
+
"@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.7.0", "@salesforce/core@^6.7.3":
|
|
1435
1422
|
version "6.7.3"
|
|
1436
1423
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.3.tgz#5d8f30c40ac3cebb898c8e845fe9a067bc729268"
|
|
1437
1424
|
integrity sha512-uU+PuZZGXxByhvnXLH1V3eY5P1caw401dIZ/QvhzYxoP/alPLk7dpChnZNJYH5Rw3dc/AhSPw+eg0cvUyjhP1Q==
|
|
@@ -1500,14 +1487,14 @@
|
|
|
1500
1487
|
"@salesforce/ts-types" "^2.0.9"
|
|
1501
1488
|
tslib "^2.6.2"
|
|
1502
1489
|
|
|
1503
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
1504
|
-
version "3.0.
|
|
1505
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
1506
|
-
integrity sha512-
|
|
1490
|
+
"@salesforce/plugin-command-reference@^3.0.74":
|
|
1491
|
+
version "3.0.74"
|
|
1492
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.74.tgz#910277267b31f97b94b49d6f22b5ad046a729011"
|
|
1493
|
+
integrity sha512-YJR4kUes+wCBshCDEL3gooxwXmsJrH08ITZfwn4VvpM/KLQtiZAzMQXarvqge9Gp8rcxAv7HREsulT7SCffafg==
|
|
1507
1494
|
dependencies:
|
|
1508
|
-
"@oclif/core" "^3.
|
|
1509
|
-
"@salesforce/core" "^6.
|
|
1510
|
-
"@salesforce/kit" "^3.0
|
|
1495
|
+
"@oclif/core" "^3.26.0"
|
|
1496
|
+
"@salesforce/core" "^6.7.3"
|
|
1497
|
+
"@salesforce/kit" "^3.1.0"
|
|
1511
1498
|
"@salesforce/sf-plugins-core" "^5.0.13"
|
|
1512
1499
|
"@salesforce/ts-types" "^2.0.9"
|
|
1513
1500
|
chalk "^4"
|
|
@@ -1911,13 +1898,6 @@
|
|
|
1911
1898
|
"@smithy/util-stream" "^2.2.0"
|
|
1912
1899
|
tslib "^2.6.2"
|
|
1913
1900
|
|
|
1914
|
-
"@smithy/types@^2.10.0":
|
|
1915
|
-
version "2.10.0"
|
|
1916
|
-
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-2.10.0.tgz#1cc16e3c04d56c49ecb88efa1b7fa9ca3a90d667"
|
|
1917
|
-
integrity sha512-QYXQmpIebS8/jYXgyJjCanKZbI4Rr8tBVGBAIdDhA35f025TVjJNW69FJ0TGiDqt+lIGo037YIswq2t2Y1AYZQ==
|
|
1918
|
-
dependencies:
|
|
1919
|
-
tslib "^2.5.0"
|
|
1920
|
-
|
|
1921
1901
|
"@smithy/types@^2.12.0":
|
|
1922
1902
|
version "2.12.0"
|
|
1923
1903
|
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-2.12.0.tgz#c44845f8ba07e5e8c88eda5aed7e6a0c462da041"
|
|
@@ -2202,10 +2182,10 @@
|
|
|
2202
2182
|
dependencies:
|
|
2203
2183
|
"@types/node" "*"
|
|
2204
2184
|
|
|
2205
|
-
"@types/node@*", "@types/node@^20.10.7":
|
|
2206
|
-
version "20.
|
|
2207
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.
|
|
2208
|
-
integrity sha512-
|
|
2185
|
+
"@types/node@*", "@types/node@^20.10.7", "@types/node@^20.11.30":
|
|
2186
|
+
version "20.12.2"
|
|
2187
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.2.tgz#9facdd11102f38b21b4ebedd9d7999663343d72e"
|
|
2188
|
+
integrity sha512-zQ0NYO87hyN6Xrclcqp7f8ZbXNbRfoGWNcMvHTPQp9UUrwI0mI7XBz+cu7/W6/VClYo2g63B0cjull/srU7LgQ==
|
|
2209
2189
|
dependencies:
|
|
2210
2190
|
undici-types "~5.26.4"
|
|
2211
2191
|
|
|
@@ -2226,13 +2206,6 @@
|
|
|
2226
2206
|
dependencies:
|
|
2227
2207
|
undici-types "~5.26.4"
|
|
2228
2208
|
|
|
2229
|
-
"@types/node@^20.11.30":
|
|
2230
|
-
version "20.12.2"
|
|
2231
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.2.tgz#9facdd11102f38b21b4ebedd9d7999663343d72e"
|
|
2232
|
-
integrity sha512-zQ0NYO87hyN6Xrclcqp7f8ZbXNbRfoGWNcMvHTPQp9UUrwI0mI7XBz+cu7/W6/VClYo2g63B0cjull/srU7LgQ==
|
|
2233
|
-
dependencies:
|
|
2234
|
-
undici-types "~5.26.4"
|
|
2235
|
-
|
|
2236
2209
|
"@types/normalize-package-data@^2.4.0":
|
|
2237
2210
|
version "2.4.4"
|
|
2238
2211
|
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-apex",
|
|
3
3
|
"description": "Apex commands",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^3.26.0",
|
|
9
|
-
"@salesforce/apex-node": "^
|
|
9
|
+
"@salesforce/apex-node": "^4.0.2",
|
|
10
10
|
"@salesforce/core": "^6.5.1",
|
|
11
11
|
"@salesforce/kit": "^3.1.0",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^8.0.3",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@oclif/plugin-command-snapshot": "^5.1.2",
|
|
19
19
|
"@salesforce/cli-plugins-testkit": "^5.1.12",
|
|
20
20
|
"@salesforce/dev-scripts": "^8.4.2",
|
|
21
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
21
|
+
"@salesforce/plugin-command-reference": "^3.0.74",
|
|
22
22
|
"@types/color-convert": "^2.0.3",
|
|
23
23
|
"eslint-plugin-sf-plugin": "^1.17.4",
|
|
24
24
|
"oclif": "^4.7.5",
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
"exports": "./lib/index.js",
|
|
223
223
|
"type": "module",
|
|
224
224
|
"sfdx": {
|
|
225
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.1.
|
|
226
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.1.
|
|
225
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.1.4.crt",
|
|
226
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.1.4.sig"
|
|
227
227
|
}
|
|
228
228
|
}
|