@salesforce/plugin-command-reference 3.1.45 → 3.1.47
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 +2 -2
- package/npm-shrinkwrap.json +48 -299
- package/oclif.lock +48 -83
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -130,7 +130,7 @@ EXAMPLES
|
|
|
130
130
|
$ sf commandreference generate --all --config-path /path/to/plugin --output-dir ./docs
|
|
131
131
|
```
|
|
132
132
|
|
|
133
|
-
_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.
|
|
133
|
+
_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.47/src/commands/commandreference/generate.ts)_
|
|
134
134
|
|
|
135
135
|
## `sf jit install`
|
|
136
136
|
|
|
@@ -151,6 +151,6 @@ EXAMPLES
|
|
|
151
151
|
$ sf jit install
|
|
152
152
|
```
|
|
153
153
|
|
|
154
|
-
_See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.
|
|
154
|
+
_See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.47/src/commands/jit/install.ts)_
|
|
155
155
|
|
|
156
156
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-command-reference",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.47",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-command-reference",
|
|
9
|
-
"version": "3.1.
|
|
9
|
+
"version": "3.1.47",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
13
|
-
"@salesforce/core": "^8.8.
|
|
13
|
+
"@salesforce/core": "^8.8.5",
|
|
14
14
|
"@salesforce/kit": "^3.2.3",
|
|
15
15
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.11",
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"handlebars": "^4.7.8"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@oclif/plugin-help": "^6.2.
|
|
23
|
-
"@salesforce/dev-scripts": "^10.2.
|
|
24
|
-
"@salesforce/plugin-auth": "^3.6.
|
|
25
|
-
"@salesforce/plugin-user": "^3.6.
|
|
22
|
+
"@oclif/plugin-help": "^6.2.26",
|
|
23
|
+
"@salesforce/dev-scripts": "^10.2.12",
|
|
24
|
+
"@salesforce/plugin-auth": "^3.6.103",
|
|
25
|
+
"@salesforce/plugin-user": "^3.6.12",
|
|
26
26
|
"@types/debug": "^4.1.12",
|
|
27
27
|
"eslint-plugin-sf-plugin": "^1.20.15",
|
|
28
28
|
"oclif": "^4.17.32",
|
|
@@ -99,33 +99,6 @@
|
|
|
99
99
|
"node": ">=16.0.0"
|
|
100
100
|
}
|
|
101
101
|
},
|
|
102
|
-
"node_modules/@aws-crypto/crc32/node_modules/@aws-sdk/types": {
|
|
103
|
-
"version": "3.686.0",
|
|
104
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.686.0.tgz",
|
|
105
|
-
"integrity": "sha512-xFnrb3wxOoJcW2Xrh63ZgFo5buIu9DF7bOHnwoUxHdNpUXicUh0AHw85TjXxyxIAd0d1psY/DU7QHoNI3OswgQ==",
|
|
106
|
-
"dev": true,
|
|
107
|
-
"license": "Apache-2.0",
|
|
108
|
-
"dependencies": {
|
|
109
|
-
"@smithy/types": "^3.6.0",
|
|
110
|
-
"tslib": "^2.6.2"
|
|
111
|
-
},
|
|
112
|
-
"engines": {
|
|
113
|
-
"node": ">=16.0.0"
|
|
114
|
-
}
|
|
115
|
-
},
|
|
116
|
-
"node_modules/@aws-crypto/crc32/node_modules/@smithy/types": {
|
|
117
|
-
"version": "3.6.0",
|
|
118
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.6.0.tgz",
|
|
119
|
-
"integrity": "sha512-8VXK/KzOHefoC65yRgCn5vG1cysPJjHnOVt9d0ybFQSmJgQj152vMn4EkYhGuaOmnnZvCPav/KnYyE6/KsNZ2w==",
|
|
120
|
-
"dev": true,
|
|
121
|
-
"license": "Apache-2.0",
|
|
122
|
-
"dependencies": {
|
|
123
|
-
"tslib": "^2.6.2"
|
|
124
|
-
},
|
|
125
|
-
"engines": {
|
|
126
|
-
"node": ">=16.0.0"
|
|
127
|
-
}
|
|
128
|
-
},
|
|
129
102
|
"node_modules/@aws-crypto/crc32c": {
|
|
130
103
|
"version": "5.2.0",
|
|
131
104
|
"resolved": "https://registry.npmjs.org/@aws-crypto/crc32c/-/crc32c-5.2.0.tgz",
|
|
@@ -138,33 +111,6 @@
|
|
|
138
111
|
"tslib": "^2.6.2"
|
|
139
112
|
}
|
|
140
113
|
},
|
|
141
|
-
"node_modules/@aws-crypto/crc32c/node_modules/@aws-sdk/types": {
|
|
142
|
-
"version": "3.686.0",
|
|
143
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.686.0.tgz",
|
|
144
|
-
"integrity": "sha512-xFnrb3wxOoJcW2Xrh63ZgFo5buIu9DF7bOHnwoUxHdNpUXicUh0AHw85TjXxyxIAd0d1psY/DU7QHoNI3OswgQ==",
|
|
145
|
-
"dev": true,
|
|
146
|
-
"license": "Apache-2.0",
|
|
147
|
-
"dependencies": {
|
|
148
|
-
"@smithy/types": "^3.6.0",
|
|
149
|
-
"tslib": "^2.6.2"
|
|
150
|
-
},
|
|
151
|
-
"engines": {
|
|
152
|
-
"node": ">=16.0.0"
|
|
153
|
-
}
|
|
154
|
-
},
|
|
155
|
-
"node_modules/@aws-crypto/crc32c/node_modules/@smithy/types": {
|
|
156
|
-
"version": "3.6.0",
|
|
157
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.6.0.tgz",
|
|
158
|
-
"integrity": "sha512-8VXK/KzOHefoC65yRgCn5vG1cysPJjHnOVt9d0ybFQSmJgQj152vMn4EkYhGuaOmnnZvCPav/KnYyE6/KsNZ2w==",
|
|
159
|
-
"dev": true,
|
|
160
|
-
"license": "Apache-2.0",
|
|
161
|
-
"dependencies": {
|
|
162
|
-
"tslib": "^2.6.2"
|
|
163
|
-
},
|
|
164
|
-
"engines": {
|
|
165
|
-
"node": ">=16.0.0"
|
|
166
|
-
}
|
|
167
|
-
},
|
|
168
114
|
"node_modules/@aws-crypto/sha1-browser": {
|
|
169
115
|
"version": "5.2.0",
|
|
170
116
|
"resolved": "https://registry.npmjs.org/@aws-crypto/sha1-browser/-/sha1-browser-5.2.0.tgz",
|
|
@@ -180,20 +126,6 @@
|
|
|
180
126
|
"tslib": "^2.6.2"
|
|
181
127
|
}
|
|
182
128
|
},
|
|
183
|
-
"node_modules/@aws-crypto/sha1-browser/node_modules/@aws-sdk/types": {
|
|
184
|
-
"version": "3.686.0",
|
|
185
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.686.0.tgz",
|
|
186
|
-
"integrity": "sha512-xFnrb3wxOoJcW2Xrh63ZgFo5buIu9DF7bOHnwoUxHdNpUXicUh0AHw85TjXxyxIAd0d1psY/DU7QHoNI3OswgQ==",
|
|
187
|
-
"dev": true,
|
|
188
|
-
"license": "Apache-2.0",
|
|
189
|
-
"dependencies": {
|
|
190
|
-
"@smithy/types": "^3.6.0",
|
|
191
|
-
"tslib": "^2.6.2"
|
|
192
|
-
},
|
|
193
|
-
"engines": {
|
|
194
|
-
"node": ">=16.0.0"
|
|
195
|
-
}
|
|
196
|
-
},
|
|
197
129
|
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer": {
|
|
198
130
|
"version": "2.2.0",
|
|
199
131
|
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz",
|
|
@@ -207,19 +139,6 @@
|
|
|
207
139
|
"node": ">=14.0.0"
|
|
208
140
|
}
|
|
209
141
|
},
|
|
210
|
-
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/types": {
|
|
211
|
-
"version": "3.6.0",
|
|
212
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.6.0.tgz",
|
|
213
|
-
"integrity": "sha512-8VXK/KzOHefoC65yRgCn5vG1cysPJjHnOVt9d0ybFQSmJgQj152vMn4EkYhGuaOmnnZvCPav/KnYyE6/KsNZ2w==",
|
|
214
|
-
"dev": true,
|
|
215
|
-
"license": "Apache-2.0",
|
|
216
|
-
"dependencies": {
|
|
217
|
-
"tslib": "^2.6.2"
|
|
218
|
-
},
|
|
219
|
-
"engines": {
|
|
220
|
-
"node": ">=16.0.0"
|
|
221
|
-
}
|
|
222
|
-
},
|
|
223
142
|
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from": {
|
|
224
143
|
"version": "2.2.0",
|
|
225
144
|
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz",
|
|
@@ -264,20 +183,6 @@
|
|
|
264
183
|
"tslib": "^2.6.2"
|
|
265
184
|
}
|
|
266
185
|
},
|
|
267
|
-
"node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types": {
|
|
268
|
-
"version": "3.686.0",
|
|
269
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.686.0.tgz",
|
|
270
|
-
"integrity": "sha512-xFnrb3wxOoJcW2Xrh63ZgFo5buIu9DF7bOHnwoUxHdNpUXicUh0AHw85TjXxyxIAd0d1psY/DU7QHoNI3OswgQ==",
|
|
271
|
-
"dev": true,
|
|
272
|
-
"license": "Apache-2.0",
|
|
273
|
-
"dependencies": {
|
|
274
|
-
"@smithy/types": "^3.6.0",
|
|
275
|
-
"tslib": "^2.6.2"
|
|
276
|
-
},
|
|
277
|
-
"engines": {
|
|
278
|
-
"node": ">=16.0.0"
|
|
279
|
-
}
|
|
280
|
-
},
|
|
281
186
|
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer": {
|
|
282
187
|
"version": "2.2.0",
|
|
283
188
|
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz",
|
|
@@ -291,19 +196,6 @@
|
|
|
291
196
|
"node": ">=14.0.0"
|
|
292
197
|
}
|
|
293
198
|
},
|
|
294
|
-
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types": {
|
|
295
|
-
"version": "3.6.0",
|
|
296
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.6.0.tgz",
|
|
297
|
-
"integrity": "sha512-8VXK/KzOHefoC65yRgCn5vG1cysPJjHnOVt9d0ybFQSmJgQj152vMn4EkYhGuaOmnnZvCPav/KnYyE6/KsNZ2w==",
|
|
298
|
-
"dev": true,
|
|
299
|
-
"license": "Apache-2.0",
|
|
300
|
-
"dependencies": {
|
|
301
|
-
"tslib": "^2.6.2"
|
|
302
|
-
},
|
|
303
|
-
"engines": {
|
|
304
|
-
"node": ">=16.0.0"
|
|
305
|
-
}
|
|
306
|
-
},
|
|
307
199
|
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from": {
|
|
308
200
|
"version": "2.2.0",
|
|
309
201
|
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz",
|
|
@@ -347,33 +239,6 @@
|
|
|
347
239
|
"node": ">=16.0.0"
|
|
348
240
|
}
|
|
349
241
|
},
|
|
350
|
-
"node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types": {
|
|
351
|
-
"version": "3.686.0",
|
|
352
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.686.0.tgz",
|
|
353
|
-
"integrity": "sha512-xFnrb3wxOoJcW2Xrh63ZgFo5buIu9DF7bOHnwoUxHdNpUXicUh0AHw85TjXxyxIAd0d1psY/DU7QHoNI3OswgQ==",
|
|
354
|
-
"dev": true,
|
|
355
|
-
"license": "Apache-2.0",
|
|
356
|
-
"dependencies": {
|
|
357
|
-
"@smithy/types": "^3.6.0",
|
|
358
|
-
"tslib": "^2.6.2"
|
|
359
|
-
},
|
|
360
|
-
"engines": {
|
|
361
|
-
"node": ">=16.0.0"
|
|
362
|
-
}
|
|
363
|
-
},
|
|
364
|
-
"node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types": {
|
|
365
|
-
"version": "3.6.0",
|
|
366
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.6.0.tgz",
|
|
367
|
-
"integrity": "sha512-8VXK/KzOHefoC65yRgCn5vG1cysPJjHnOVt9d0ybFQSmJgQj152vMn4EkYhGuaOmnnZvCPav/KnYyE6/KsNZ2w==",
|
|
368
|
-
"dev": true,
|
|
369
|
-
"license": "Apache-2.0",
|
|
370
|
-
"dependencies": {
|
|
371
|
-
"tslib": "^2.6.2"
|
|
372
|
-
},
|
|
373
|
-
"engines": {
|
|
374
|
-
"node": ">=16.0.0"
|
|
375
|
-
}
|
|
376
|
-
},
|
|
377
242
|
"node_modules/@aws-crypto/supports-web-crypto": {
|
|
378
243
|
"version": "5.2.0",
|
|
379
244
|
"resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-5.2.0.tgz",
|
|
@@ -396,20 +261,6 @@
|
|
|
396
261
|
"tslib": "^2.6.2"
|
|
397
262
|
}
|
|
398
263
|
},
|
|
399
|
-
"node_modules/@aws-crypto/util/node_modules/@aws-sdk/types": {
|
|
400
|
-
"version": "3.686.0",
|
|
401
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.686.0.tgz",
|
|
402
|
-
"integrity": "sha512-xFnrb3wxOoJcW2Xrh63ZgFo5buIu9DF7bOHnwoUxHdNpUXicUh0AHw85TjXxyxIAd0d1psY/DU7QHoNI3OswgQ==",
|
|
403
|
-
"dev": true,
|
|
404
|
-
"license": "Apache-2.0",
|
|
405
|
-
"dependencies": {
|
|
406
|
-
"@smithy/types": "^3.6.0",
|
|
407
|
-
"tslib": "^2.6.2"
|
|
408
|
-
},
|
|
409
|
-
"engines": {
|
|
410
|
-
"node": ">=16.0.0"
|
|
411
|
-
}
|
|
412
|
-
},
|
|
413
264
|
"node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer": {
|
|
414
265
|
"version": "2.2.0",
|
|
415
266
|
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz",
|
|
@@ -423,19 +274,6 @@
|
|
|
423
274
|
"node": ">=14.0.0"
|
|
424
275
|
}
|
|
425
276
|
},
|
|
426
|
-
"node_modules/@aws-crypto/util/node_modules/@smithy/types": {
|
|
427
|
-
"version": "3.6.0",
|
|
428
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.6.0.tgz",
|
|
429
|
-
"integrity": "sha512-8VXK/KzOHefoC65yRgCn5vG1cysPJjHnOVt9d0ybFQSmJgQj152vMn4EkYhGuaOmnnZvCPav/KnYyE6/KsNZ2w==",
|
|
430
|
-
"dev": true,
|
|
431
|
-
"license": "Apache-2.0",
|
|
432
|
-
"dependencies": {
|
|
433
|
-
"tslib": "^2.6.2"
|
|
434
|
-
},
|
|
435
|
-
"engines": {
|
|
436
|
-
"node": ">=16.0.0"
|
|
437
|
-
}
|
|
438
|
-
},
|
|
439
277
|
"node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from": {
|
|
440
278
|
"version": "2.2.0",
|
|
441
279
|
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz",
|
|
@@ -2879,16 +2717,6 @@
|
|
|
2879
2717
|
"node": ">=18"
|
|
2880
2718
|
}
|
|
2881
2719
|
},
|
|
2882
|
-
"node_modules/@inquirer/checkbox/node_modules/@inquirer/figures": {
|
|
2883
|
-
"version": "1.0.7",
|
|
2884
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.7.tgz",
|
|
2885
|
-
"integrity": "sha512-m+Trk77mp54Zma6xLkLuY+mvanPxlE4A7yNKs2HBiyZ4UkVs28Mv5c/pgWrHeInx+USHeX/WEPzjrWrcJiQgjw==",
|
|
2886
|
-
"dev": true,
|
|
2887
|
-
"license": "MIT",
|
|
2888
|
-
"engines": {
|
|
2889
|
-
"node": ">=18"
|
|
2890
|
-
}
|
|
2891
|
-
},
|
|
2892
2720
|
"node_modules/@inquirer/checkbox/node_modules/@inquirer/type": {
|
|
2893
2721
|
"version": "1.5.3",
|
|
2894
2722
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.3.tgz",
|
|
@@ -2952,15 +2780,6 @@
|
|
|
2952
2780
|
"node": ">=18"
|
|
2953
2781
|
}
|
|
2954
2782
|
},
|
|
2955
|
-
"node_modules/@inquirer/confirm/node_modules/@inquirer/figures": {
|
|
2956
|
-
"version": "1.0.7",
|
|
2957
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.7.tgz",
|
|
2958
|
-
"integrity": "sha512-m+Trk77mp54Zma6xLkLuY+mvanPxlE4A7yNKs2HBiyZ4UkVs28Mv5c/pgWrHeInx+USHeX/WEPzjrWrcJiQgjw==",
|
|
2959
|
-
"license": "MIT",
|
|
2960
|
-
"engines": {
|
|
2961
|
-
"node": ">=18"
|
|
2962
|
-
}
|
|
2963
|
-
},
|
|
2964
2783
|
"node_modules/@inquirer/confirm/node_modules/@inquirer/type": {
|
|
2965
2784
|
"version": "1.5.3",
|
|
2966
2785
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.3.tgz",
|
|
@@ -3069,7 +2888,6 @@
|
|
|
3069
2888
|
"version": "1.0.9",
|
|
3070
2889
|
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.9.tgz",
|
|
3071
2890
|
"integrity": "sha512-BXvGj0ehzrngHTPTDqUoDT3NXL8U0RxUk2zJm2A66RhCEIWdtU1v6GuUqNAgArW4PQ9CinqIWyHdQgdwOj06zQ==",
|
|
3072
|
-
"dev": true,
|
|
3073
2891
|
"license": "MIT",
|
|
3074
2892
|
"engines": {
|
|
3075
2893
|
"node": ">=18"
|
|
@@ -3114,16 +2932,6 @@
|
|
|
3114
2932
|
"node": ">=18"
|
|
3115
2933
|
}
|
|
3116
2934
|
},
|
|
3117
|
-
"node_modules/@inquirer/input/node_modules/@inquirer/figures": {
|
|
3118
|
-
"version": "1.0.7",
|
|
3119
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.7.tgz",
|
|
3120
|
-
"integrity": "sha512-m+Trk77mp54Zma6xLkLuY+mvanPxlE4A7yNKs2HBiyZ4UkVs28Mv5c/pgWrHeInx+USHeX/WEPzjrWrcJiQgjw==",
|
|
3121
|
-
"dev": true,
|
|
3122
|
-
"license": "MIT",
|
|
3123
|
-
"engines": {
|
|
3124
|
-
"node": ">=18"
|
|
3125
|
-
}
|
|
3126
|
-
},
|
|
3127
2935
|
"node_modules/@inquirer/input/node_modules/@inquirer/type": {
|
|
3128
2936
|
"version": "1.5.3",
|
|
3129
2937
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.3.tgz",
|
|
@@ -3205,15 +3013,6 @@
|
|
|
3205
3013
|
"node": ">=18"
|
|
3206
3014
|
}
|
|
3207
3015
|
},
|
|
3208
|
-
"node_modules/@inquirer/password/node_modules/@inquirer/figures": {
|
|
3209
|
-
"version": "1.0.7",
|
|
3210
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.7.tgz",
|
|
3211
|
-
"integrity": "sha512-m+Trk77mp54Zma6xLkLuY+mvanPxlE4A7yNKs2HBiyZ4UkVs28Mv5c/pgWrHeInx+USHeX/WEPzjrWrcJiQgjw==",
|
|
3212
|
-
"license": "MIT",
|
|
3213
|
-
"engines": {
|
|
3214
|
-
"node": ">=18"
|
|
3215
|
-
}
|
|
3216
|
-
},
|
|
3217
3016
|
"node_modules/@inquirer/password/node_modules/@inquirer/type": {
|
|
3218
3017
|
"version": "1.5.3",
|
|
3219
3018
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.3.tgz",
|
|
@@ -3434,16 +3233,6 @@
|
|
|
3434
3233
|
"node": ">=18"
|
|
3435
3234
|
}
|
|
3436
3235
|
},
|
|
3437
|
-
"node_modules/@inquirer/select/node_modules/@inquirer/figures": {
|
|
3438
|
-
"version": "1.0.7",
|
|
3439
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.7.tgz",
|
|
3440
|
-
"integrity": "sha512-m+Trk77mp54Zma6xLkLuY+mvanPxlE4A7yNKs2HBiyZ4UkVs28Mv5c/pgWrHeInx+USHeX/WEPzjrWrcJiQgjw==",
|
|
3441
|
-
"dev": true,
|
|
3442
|
-
"license": "MIT",
|
|
3443
|
-
"engines": {
|
|
3444
|
-
"node": ">=18"
|
|
3445
|
-
}
|
|
3446
|
-
},
|
|
3447
3236
|
"node_modules/@inquirer/select/node_modules/@inquirer/type": {
|
|
3448
3237
|
"version": "1.5.3",
|
|
3449
3238
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.3.tgz",
|
|
@@ -3759,13 +3548,13 @@
|
|
|
3759
3548
|
}
|
|
3760
3549
|
},
|
|
3761
3550
|
"node_modules/@oclif/core": {
|
|
3762
|
-
"version": "4.2.
|
|
3763
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.
|
|
3764
|
-
"integrity": "sha512-
|
|
3551
|
+
"version": "4.2.9",
|
|
3552
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.9.tgz",
|
|
3553
|
+
"integrity": "sha512-cIlvpefLtorcyvnvJiOmYBqn6J6qdp/06tk54p2MddGEr0gnA7EIaQXM2UtRjf4ryDVCbIo+8IFRsW8Flt0uGA==",
|
|
3765
3554
|
"license": "MIT",
|
|
3766
3555
|
"dependencies": {
|
|
3767
3556
|
"ansi-escapes": "^4.3.2",
|
|
3768
|
-
"ansis": "^3.
|
|
3557
|
+
"ansis": "^3.17.0",
|
|
3769
3558
|
"clean-stack": "^3.0.1",
|
|
3770
3559
|
"cli-spinners": "^2.9.2",
|
|
3771
3560
|
"debug": "^4.4.0",
|
|
@@ -3850,9 +3639,9 @@
|
|
|
3850
3639
|
}
|
|
3851
3640
|
},
|
|
3852
3641
|
"node_modules/@oclif/plugin-help": {
|
|
3853
|
-
"version": "6.2.
|
|
3854
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
3855
|
-
"integrity": "sha512-
|
|
3642
|
+
"version": "6.2.26",
|
|
3643
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.26.tgz",
|
|
3644
|
+
"integrity": "sha512-5KdldxEizbV3RsHOddN4oMxrX/HL6z79S94tbxEHVZ/dJKDWzfyCpgC9axNYqwmBF2pFZkozl/l7t3hCGOdalw==",
|
|
3856
3645
|
"dev": true,
|
|
3857
3646
|
"license": "MIT",
|
|
3858
3647
|
"dependencies": {
|
|
@@ -4053,9 +3842,9 @@
|
|
|
4053
3842
|
}
|
|
4054
3843
|
},
|
|
4055
3844
|
"node_modules/@salesforce/core": {
|
|
4056
|
-
"version": "8.8.
|
|
4057
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.8.
|
|
4058
|
-
"integrity": "sha512-
|
|
3845
|
+
"version": "8.8.5",
|
|
3846
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.8.5.tgz",
|
|
3847
|
+
"integrity": "sha512-eCiiO4NptvKkz04A4ivBVLzEBy/6IIFmaXoZ4tnF1FcD5MESvC+Xuc+0RFSRiYmPi5oloKNl6njrfVCKAho2zQ==",
|
|
4059
3848
|
"license": "BSD-3-Clause",
|
|
4060
3849
|
"dependencies": {
|
|
4061
3850
|
"@jsforce/jsforce-node": "^3.6.5",
|
|
@@ -4111,9 +3900,9 @@
|
|
|
4111
3900
|
"license": "BSD-3-Clause"
|
|
4112
3901
|
},
|
|
4113
3902
|
"node_modules/@salesforce/dev-scripts": {
|
|
4114
|
-
"version": "10.2.
|
|
4115
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-10.2.
|
|
4116
|
-
"integrity": "sha512-
|
|
3903
|
+
"version": "10.2.12",
|
|
3904
|
+
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-10.2.12.tgz",
|
|
3905
|
+
"integrity": "sha512-sQFrUm16PLefZ3U4scEP0+jCKrUvaVjvyMADoM7KK2sXCu9TkvwAD5XtPeBoUsf9SdWhdFf2isv1X8DKM5q/6w==",
|
|
4117
3906
|
"dev": true,
|
|
4118
3907
|
"license": "BSD-3-Clause",
|
|
4119
3908
|
"dependencies": {
|
|
@@ -4211,19 +4000,19 @@
|
|
|
4211
4000
|
}
|
|
4212
4001
|
},
|
|
4213
4002
|
"node_modules/@salesforce/plugin-auth": {
|
|
4214
|
-
"version": "3.6.
|
|
4215
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
4216
|
-
"integrity": "sha512-
|
|
4003
|
+
"version": "3.6.103",
|
|
4004
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.103.tgz",
|
|
4005
|
+
"integrity": "sha512-U/E6qKndmFJVzfCKL0I+yx6xp5Wh0KVVdNIPcBMaatbkucjelrB0C58RK4dOT9hvm5eNSw6ibKrCQSh30W3Maw==",
|
|
4217
4006
|
"dev": true,
|
|
4218
4007
|
"license": "BSD-3-Clause",
|
|
4219
4008
|
"dependencies": {
|
|
4220
4009
|
"@inquirer/checkbox": "^2.5.0",
|
|
4221
4010
|
"@inquirer/select": "^2.5.0",
|
|
4222
4011
|
"@oclif/core": "^4",
|
|
4223
|
-
"@salesforce/core": "^8.8.
|
|
4012
|
+
"@salesforce/core": "^8.8.5",
|
|
4224
4013
|
"@salesforce/kit": "^3.2.3",
|
|
4225
|
-
"@salesforce/plugin-info": "^3.4.
|
|
4226
|
-
"@salesforce/sf-plugins-core": "^12.
|
|
4014
|
+
"@salesforce/plugin-info": "^3.4.44",
|
|
4015
|
+
"@salesforce/sf-plugins-core": "^12.2.0",
|
|
4227
4016
|
"@salesforce/ts-types": "^2.0.11",
|
|
4228
4017
|
"open": "^10.1.0"
|
|
4229
4018
|
},
|
|
@@ -4232,9 +4021,9 @@
|
|
|
4232
4021
|
}
|
|
4233
4022
|
},
|
|
4234
4023
|
"node_modules/@salesforce/plugin-auth/node_modules/@salesforce/sf-plugins-core": {
|
|
4235
|
-
"version": "12.
|
|
4236
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.
|
|
4237
|
-
"integrity": "sha512-
|
|
4024
|
+
"version": "12.2.0",
|
|
4025
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.0.tgz",
|
|
4026
|
+
"integrity": "sha512-aGNk74rMt8I+HTP7hRsX6kxiGTuun9ONrWkX7JvWDdtIoO9TsEbNVZENH8GFxHFalWPFCj31IMUQD/bGbxMFbg==",
|
|
4238
4027
|
"dev": true,
|
|
4239
4028
|
"license": "BSD-3-Clause",
|
|
4240
4029
|
"dependencies": {
|
|
@@ -4254,16 +4043,16 @@
|
|
|
4254
4043
|
}
|
|
4255
4044
|
},
|
|
4256
4045
|
"node_modules/@salesforce/plugin-info": {
|
|
4257
|
-
"version": "3.4.
|
|
4258
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.
|
|
4259
|
-
"integrity": "sha512-
|
|
4046
|
+
"version": "3.4.45",
|
|
4047
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.45.tgz",
|
|
4048
|
+
"integrity": "sha512-9CcKPaPHUD+6mdzIXjORfke7OLcyX94B1l35EAqIADLtKqxURPcc5bJQfL+S8MyJV63XsXmzWSmpnft7q1Hbgg==",
|
|
4260
4049
|
"dev": true,
|
|
4261
4050
|
"license": "BSD-3-Clause",
|
|
4262
4051
|
"dependencies": {
|
|
4263
4052
|
"@inquirer/input": "^2.3.0",
|
|
4264
|
-
"@jsforce/jsforce-node": "^3.6.
|
|
4053
|
+
"@jsforce/jsforce-node": "^3.6.5",
|
|
4265
4054
|
"@oclif/core": "^4",
|
|
4266
|
-
"@salesforce/core": "^8.8.
|
|
4055
|
+
"@salesforce/core": "^8.8.5",
|
|
4267
4056
|
"@salesforce/kit": "^3.2.3",
|
|
4268
4057
|
"@salesforce/sf-plugins-core": "^12",
|
|
4269
4058
|
"got": "^13.0.0",
|
|
@@ -4278,9 +4067,9 @@
|
|
|
4278
4067
|
}
|
|
4279
4068
|
},
|
|
4280
4069
|
"node_modules/@salesforce/plugin-info/node_modules/@salesforce/sf-plugins-core": {
|
|
4281
|
-
"version": "12.
|
|
4282
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.
|
|
4283
|
-
"integrity": "sha512-
|
|
4070
|
+
"version": "12.2.0",
|
|
4071
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.0.tgz",
|
|
4072
|
+
"integrity": "sha512-aGNk74rMt8I+HTP7hRsX6kxiGTuun9ONrWkX7JvWDdtIoO9TsEbNVZENH8GFxHFalWPFCj31IMUQD/bGbxMFbg==",
|
|
4284
4073
|
"dev": true,
|
|
4285
4074
|
"license": "BSD-3-Clause",
|
|
4286
4075
|
"dependencies": {
|
|
@@ -4364,15 +4153,15 @@
|
|
|
4364
4153
|
}
|
|
4365
4154
|
},
|
|
4366
4155
|
"node_modules/@salesforce/plugin-user": {
|
|
4367
|
-
"version": "3.6.
|
|
4368
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.
|
|
4369
|
-
"integrity": "sha512-
|
|
4156
|
+
"version": "3.6.12",
|
|
4157
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.12.tgz",
|
|
4158
|
+
"integrity": "sha512-fZVjnI1zUxaXZ9CDViJXnjP854dhiKDOnuyZiVetasWfNYqgFEO7w6dUpW6xtohkIw39w+X/eMi2O95M6Y0ZCg==",
|
|
4370
4159
|
"dev": true,
|
|
4371
4160
|
"license": "BSD-3-Clause",
|
|
4372
4161
|
"dependencies": {
|
|
4373
|
-
"@salesforce/core": "^8.8.
|
|
4162
|
+
"@salesforce/core": "^8.8.4",
|
|
4374
4163
|
"@salesforce/kit": "^3.2.2",
|
|
4375
|
-
"@salesforce/sf-plugins-core": "^12.
|
|
4164
|
+
"@salesforce/sf-plugins-core": "^12.2.0",
|
|
4376
4165
|
"@salesforce/ts-types": "^2.0.11"
|
|
4377
4166
|
},
|
|
4378
4167
|
"engines": {
|
|
@@ -4380,9 +4169,9 @@
|
|
|
4380
4169
|
}
|
|
4381
4170
|
},
|
|
4382
4171
|
"node_modules/@salesforce/plugin-user/node_modules/@salesforce/sf-plugins-core": {
|
|
4383
|
-
"version": "12.
|
|
4384
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.
|
|
4385
|
-
"integrity": "sha512-
|
|
4172
|
+
"version": "12.2.0",
|
|
4173
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.0.tgz",
|
|
4174
|
+
"integrity": "sha512-aGNk74rMt8I+HTP7hRsX6kxiGTuun9ONrWkX7JvWDdtIoO9TsEbNVZENH8GFxHFalWPFCj31IMUQD/bGbxMFbg==",
|
|
4386
4175
|
"dev": true,
|
|
4387
4176
|
"license": "BSD-3-Clause",
|
|
4388
4177
|
"dependencies": {
|
|
@@ -5904,9 +5693,9 @@
|
|
|
5904
5693
|
"license": "MIT"
|
|
5905
5694
|
},
|
|
5906
5695
|
"node_modules/ansis": {
|
|
5907
|
-
"version": "3.
|
|
5908
|
-
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.
|
|
5909
|
-
"integrity": "sha512-
|
|
5696
|
+
"version": "3.17.0",
|
|
5697
|
+
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.17.0.tgz",
|
|
5698
|
+
"integrity": "sha512-0qWUglt9JEqLFr3w1I1pbrChn1grhaiAR2ocX1PP/flRmxgtwTzPFFFnfIlD6aMOLQZgSuCRlidD70lvx8yhzg==",
|
|
5910
5699
|
"license": "ISC",
|
|
5911
5700
|
"engines": {
|
|
5912
5701
|
"node": ">=14"
|
|
@@ -8938,33 +8727,6 @@
|
|
|
8938
8727
|
"node": ">=14"
|
|
8939
8728
|
}
|
|
8940
8729
|
},
|
|
8941
|
-
"node_modules/gaxios/node_modules/agent-base": {
|
|
8942
|
-
"version": "7.1.1",
|
|
8943
|
-
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz",
|
|
8944
|
-
"integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
|
|
8945
|
-
"dev": true,
|
|
8946
|
-
"license": "MIT",
|
|
8947
|
-
"dependencies": {
|
|
8948
|
-
"debug": "^4.3.4"
|
|
8949
|
-
},
|
|
8950
|
-
"engines": {
|
|
8951
|
-
"node": ">= 14"
|
|
8952
|
-
}
|
|
8953
|
-
},
|
|
8954
|
-
"node_modules/gaxios/node_modules/https-proxy-agent": {
|
|
8955
|
-
"version": "7.0.4",
|
|
8956
|
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz",
|
|
8957
|
-
"integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==",
|
|
8958
|
-
"dev": true,
|
|
8959
|
-
"license": "MIT",
|
|
8960
|
-
"dependencies": {
|
|
8961
|
-
"agent-base": "^7.0.2",
|
|
8962
|
-
"debug": "4"
|
|
8963
|
-
},
|
|
8964
|
-
"engines": {
|
|
8965
|
-
"node": ">= 14"
|
|
8966
|
-
}
|
|
8967
|
-
},
|
|
8968
8730
|
"node_modules/gensync": {
|
|
8969
8731
|
"version": "1.0.0-beta.2",
|
|
8970
8732
|
"resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
|
|
@@ -9590,19 +9352,6 @@
|
|
|
9590
9352
|
"node": ">= 14"
|
|
9591
9353
|
}
|
|
9592
9354
|
},
|
|
9593
|
-
"node_modules/http-proxy-agent/node_modules/agent-base": {
|
|
9594
|
-
"version": "7.1.1",
|
|
9595
|
-
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz",
|
|
9596
|
-
"integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
|
|
9597
|
-
"dev": true,
|
|
9598
|
-
"license": "MIT",
|
|
9599
|
-
"dependencies": {
|
|
9600
|
-
"debug": "^4.3.4"
|
|
9601
|
-
},
|
|
9602
|
-
"engines": {
|
|
9603
|
-
"node": ">= 14"
|
|
9604
|
-
}
|
|
9605
|
-
},
|
|
9606
9355
|
"node_modules/http2-wrapper": {
|
|
9607
9356
|
"version": "2.2.1",
|
|
9608
9357
|
"resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.2.1.tgz",
|
package/oclif.lock
CHANGED
|
@@ -798,7 +798,7 @@
|
|
|
798
798
|
"@smithy/types" "^4.1.0"
|
|
799
799
|
tslib "^2.6.2"
|
|
800
800
|
|
|
801
|
-
"@aws-sdk/types@3.734.0":
|
|
801
|
+
"@aws-sdk/types@3.734.0", "@aws-sdk/types@^3.222.0":
|
|
802
802
|
version "3.734.0"
|
|
803
803
|
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.734.0.tgz#af5e620b0e761918282aa1c8e53cac6091d169a2"
|
|
804
804
|
integrity sha512-o11tSPTT70nAkGV1fN9wm/hAIiLPyWX6SuGf+9JyTp7S/rC2cFWhR26MvA69nplcjNaXVzB0f+QFrLXXjOqCrg==
|
|
@@ -806,14 +806,6 @@
|
|
|
806
806
|
"@smithy/types" "^4.1.0"
|
|
807
807
|
tslib "^2.6.2"
|
|
808
808
|
|
|
809
|
-
"@aws-sdk/types@^3.222.0":
|
|
810
|
-
version "3.686.0"
|
|
811
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.686.0.tgz#01aa5307c727de9e69969c538f99ae8b53f1074f"
|
|
812
|
-
integrity sha512-xFnrb3wxOoJcW2Xrh63ZgFo5buIu9DF7bOHnwoUxHdNpUXicUh0AHw85TjXxyxIAd0d1psY/DU7QHoNI3OswgQ==
|
|
813
|
-
dependencies:
|
|
814
|
-
"@smithy/types" "^3.6.0"
|
|
815
|
-
tslib "^2.6.2"
|
|
816
|
-
|
|
817
809
|
"@aws-sdk/util-arn-parser@3.723.0":
|
|
818
810
|
version "3.723.0"
|
|
819
811
|
resolved "https://registry.yarnpkg.com/@aws-sdk/util-arn-parser/-/util-arn-parser-3.723.0.tgz#e9bff2b13918a92d60e0012101dad60ed7db292c"
|
|
@@ -1353,12 +1345,7 @@
|
|
|
1353
1345
|
"@inquirer/type" "^3.0.2"
|
|
1354
1346
|
yoctocolors-cjs "^2.1.2"
|
|
1355
1347
|
|
|
1356
|
-
"@inquirer/figures@^1.0.5":
|
|
1357
|
-
version "1.0.7"
|
|
1358
|
-
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.7.tgz#d050ccc0eabfacc0248c4ff647a9dfba1b01594b"
|
|
1359
|
-
integrity sha512-m+Trk77mp54Zma6xLkLuY+mvanPxlE4A7yNKs2HBiyZ4UkVs28Mv5c/pgWrHeInx+USHeX/WEPzjrWrcJiQgjw==
|
|
1360
|
-
|
|
1361
|
-
"@inquirer/figures@^1.0.9":
|
|
1348
|
+
"@inquirer/figures@^1.0.5", "@inquirer/figures@^1.0.9":
|
|
1362
1349
|
version "1.0.9"
|
|
1363
1350
|
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.9.tgz#9d8128f8274cde4ca009ca8547337cab3f37a4a3"
|
|
1364
1351
|
integrity sha512-BXvGj0ehzrngHTPTDqUoDT3NXL8U0RxUk2zJm2A66RhCEIWdtU1v6GuUqNAgArW4PQ9CinqIWyHdQgdwOj06zQ==
|
|
@@ -1542,7 +1529,7 @@
|
|
|
1542
1529
|
"@jridgewell/resolve-uri" "^3.1.0"
|
|
1543
1530
|
"@jridgewell/sourcemap-codec" "^1.4.14"
|
|
1544
1531
|
|
|
1545
|
-
"@jsforce/jsforce-node@^3.6.
|
|
1532
|
+
"@jsforce/jsforce-node@^3.6.5":
|
|
1546
1533
|
version "3.6.5"
|
|
1547
1534
|
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.6.5.tgz#d8a4097b46348b6b5001da66d616b3e9c7efb59f"
|
|
1548
1535
|
integrity sha512-XqYOCgqET9XYhwI3wmrg4oMRzKkTqy0ua8aopMQRMGT2QVuq2IBfRTSrfoMa129lqJvNy7XXA4ntXQJkKI/VqQ==
|
|
@@ -1580,12 +1567,12 @@
|
|
|
1580
1567
|
fastq "^1.6.0"
|
|
1581
1568
|
|
|
1582
1569
|
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.4", "@oclif/core@^4.2.8":
|
|
1583
|
-
version "4.2.
|
|
1584
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.
|
|
1585
|
-
integrity sha512-
|
|
1570
|
+
version "4.2.9"
|
|
1571
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.9.tgz#6eab4a3651fa433df700ec33f7006f6971eb1c2d"
|
|
1572
|
+
integrity sha512-cIlvpefLtorcyvnvJiOmYBqn6J6qdp/06tk54p2MddGEr0gnA7EIaQXM2UtRjf4ryDVCbIo+8IFRsW8Flt0uGA==
|
|
1586
1573
|
dependencies:
|
|
1587
1574
|
ansi-escapes "^4.3.2"
|
|
1588
|
-
ansis "^3.
|
|
1575
|
+
ansis "^3.17.0"
|
|
1589
1576
|
clean-stack "^3.0.1"
|
|
1590
1577
|
cli-spinners "^2.9.2"
|
|
1591
1578
|
debug "^4.4.0"
|
|
@@ -1603,10 +1590,10 @@
|
|
|
1603
1590
|
wordwrap "^1.0.0"
|
|
1604
1591
|
wrap-ansi "^7.0.0"
|
|
1605
1592
|
|
|
1606
|
-
"@oclif/plugin-help@^6.2.25":
|
|
1607
|
-
version "6.2.
|
|
1608
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.
|
|
1609
|
-
integrity sha512-
|
|
1593
|
+
"@oclif/plugin-help@^6.2.25", "@oclif/plugin-help@^6.2.26":
|
|
1594
|
+
version "6.2.26"
|
|
1595
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.26.tgz#16d4c5d538e1ed2864a3ca8fd59331694b5f86d2"
|
|
1596
|
+
integrity sha512-5KdldxEizbV3RsHOddN4oMxrX/HL6z79S94tbxEHVZ/dJKDWzfyCpgC9axNYqwmBF2pFZkozl/l7t3hCGOdalw==
|
|
1610
1597
|
dependencies:
|
|
1611
1598
|
"@oclif/core" "^4"
|
|
1612
1599
|
|
|
@@ -1673,10 +1660,10 @@
|
|
|
1673
1660
|
"@pnpm/network.ca-file" "^1.0.1"
|
|
1674
1661
|
config-chain "^1.1.11"
|
|
1675
1662
|
|
|
1676
|
-
"@salesforce/core@^8.5.1", "@salesforce/core@^8.8.
|
|
1677
|
-
version "8.8.
|
|
1678
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.
|
|
1679
|
-
integrity sha512-
|
|
1663
|
+
"@salesforce/core@^8.5.1", "@salesforce/core@^8.8.3", "@salesforce/core@^8.8.4", "@salesforce/core@^8.8.5":
|
|
1664
|
+
version "8.8.5"
|
|
1665
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.5.tgz#4004e22523e4e45b42631733d06dc8aec9fdc23d"
|
|
1666
|
+
integrity sha512-eCiiO4NptvKkz04A4ivBVLzEBy/6IIFmaXoZ4tnF1FcD5MESvC+Xuc+0RFSRiYmPi5oloKNl6njrfVCKAho2zQ==
|
|
1680
1667
|
dependencies:
|
|
1681
1668
|
"@jsforce/jsforce-node" "^3.6.5"
|
|
1682
1669
|
"@salesforce/kit" "^3.2.2"
|
|
@@ -1702,10 +1689,10 @@
|
|
|
1702
1689
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.3.1.tgz#4dac8245df79d675258b50e1d24e8c636eaa5e10"
|
|
1703
1690
|
integrity sha512-rO6axodoRF2SA1kknGttIWuL7HhIwSmweGlBzM8y2m5TH8DeIv4xsqYc8Cu+SrR3JT1FN4nh6XgrogI83AJfKg==
|
|
1704
1691
|
|
|
1705
|
-
"@salesforce/dev-scripts@^10.2.
|
|
1706
|
-
version "10.2.
|
|
1707
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.2.
|
|
1708
|
-
integrity sha512-
|
|
1692
|
+
"@salesforce/dev-scripts@^10.2.12":
|
|
1693
|
+
version "10.2.12"
|
|
1694
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.2.12.tgz#05cb48e60cf1a204ec8402aa803093c924b02bf7"
|
|
1695
|
+
integrity sha512-sQFrUm16PLefZ3U4scEP0+jCKrUvaVjvyMADoM7KK2sXCu9TkvwAD5XtPeBoUsf9SdWhdFf2isv1X8DKM5q/6w==
|
|
1709
1696
|
dependencies:
|
|
1710
1697
|
"@commitlint/cli" "^17.1.2"
|
|
1711
1698
|
"@commitlint/config-conventional" "^17.8.1"
|
|
@@ -1741,30 +1728,30 @@
|
|
|
1741
1728
|
dependencies:
|
|
1742
1729
|
"@salesforce/ts-types" "^2.0.12"
|
|
1743
1730
|
|
|
1744
|
-
"@salesforce/plugin-auth@^3.6.
|
|
1745
|
-
version "3.6.
|
|
1746
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
1747
|
-
integrity sha512-
|
|
1731
|
+
"@salesforce/plugin-auth@^3.6.103":
|
|
1732
|
+
version "3.6.103"
|
|
1733
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-3.6.103.tgz#dc4e5622708c437f951fd213e9a9b0c685ddf77d"
|
|
1734
|
+
integrity sha512-U/E6qKndmFJVzfCKL0I+yx6xp5Wh0KVVdNIPcBMaatbkucjelrB0C58RK4dOT9hvm5eNSw6ibKrCQSh30W3Maw==
|
|
1748
1735
|
dependencies:
|
|
1749
1736
|
"@inquirer/checkbox" "^2.5.0"
|
|
1750
1737
|
"@inquirer/select" "^2.5.0"
|
|
1751
1738
|
"@oclif/core" "^4"
|
|
1752
|
-
"@salesforce/core" "^8.8.
|
|
1739
|
+
"@salesforce/core" "^8.8.5"
|
|
1753
1740
|
"@salesforce/kit" "^3.2.3"
|
|
1754
|
-
"@salesforce/plugin-info" "^3.4.
|
|
1755
|
-
"@salesforce/sf-plugins-core" "^12.
|
|
1741
|
+
"@salesforce/plugin-info" "^3.4.44"
|
|
1742
|
+
"@salesforce/sf-plugins-core" "^12.2.0"
|
|
1756
1743
|
"@salesforce/ts-types" "^2.0.11"
|
|
1757
1744
|
open "^10.1.0"
|
|
1758
1745
|
|
|
1759
|
-
"@salesforce/plugin-info@^3.4.
|
|
1760
|
-
version "3.4.
|
|
1761
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.
|
|
1762
|
-
integrity sha512-
|
|
1746
|
+
"@salesforce/plugin-info@^3.4.44":
|
|
1747
|
+
version "3.4.45"
|
|
1748
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.45.tgz#96863a8d42457a0ab8ea070ad4492a3a9f775af6"
|
|
1749
|
+
integrity sha512-9CcKPaPHUD+6mdzIXjORfke7OLcyX94B1l35EAqIADLtKqxURPcc5bJQfL+S8MyJV63XsXmzWSmpnft7q1Hbgg==
|
|
1763
1750
|
dependencies:
|
|
1764
1751
|
"@inquirer/input" "^2.3.0"
|
|
1765
|
-
"@jsforce/jsforce-node" "^3.6.
|
|
1752
|
+
"@jsforce/jsforce-node" "^3.6.5"
|
|
1766
1753
|
"@oclif/core" "^4"
|
|
1767
|
-
"@salesforce/core" "^8.8.
|
|
1754
|
+
"@salesforce/core" "^8.8.5"
|
|
1768
1755
|
"@salesforce/kit" "^3.2.3"
|
|
1769
1756
|
"@salesforce/sf-plugins-core" "^12"
|
|
1770
1757
|
got "^13.0.0"
|
|
@@ -1774,14 +1761,14 @@
|
|
|
1774
1761
|
proxy-agent "^6.5.0"
|
|
1775
1762
|
semver "^7.7.1"
|
|
1776
1763
|
|
|
1777
|
-
"@salesforce/plugin-user@^3.6.
|
|
1778
|
-
version "3.6.
|
|
1779
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-user/-/plugin-user-3.6.
|
|
1780
|
-
integrity sha512-
|
|
1764
|
+
"@salesforce/plugin-user@^3.6.12":
|
|
1765
|
+
version "3.6.12"
|
|
1766
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-user/-/plugin-user-3.6.12.tgz#0f83456a3578b84f85c611f0048903ae862778f5"
|
|
1767
|
+
integrity sha512-fZVjnI1zUxaXZ9CDViJXnjP854dhiKDOnuyZiVetasWfNYqgFEO7w6dUpW6xtohkIw39w+X/eMi2O95M6Y0ZCg==
|
|
1781
1768
|
dependencies:
|
|
1782
|
-
"@salesforce/core" "^8.8.
|
|
1769
|
+
"@salesforce/core" "^8.8.4"
|
|
1783
1770
|
"@salesforce/kit" "^3.2.2"
|
|
1784
|
-
"@salesforce/sf-plugins-core" "^12.
|
|
1771
|
+
"@salesforce/sf-plugins-core" "^12.2.0"
|
|
1785
1772
|
"@salesforce/ts-types" "^2.0.11"
|
|
1786
1773
|
|
|
1787
1774
|
"@salesforce/prettier-config@^0.0.3":
|
|
@@ -1812,10 +1799,10 @@
|
|
|
1812
1799
|
string-width "^7.2.0"
|
|
1813
1800
|
terminal-link "^3.0.0"
|
|
1814
1801
|
|
|
1815
|
-
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.
|
|
1816
|
-
version "12.
|
|
1817
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.
|
|
1818
|
-
integrity sha512-
|
|
1802
|
+
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.2.0":
|
|
1803
|
+
version "12.2.0"
|
|
1804
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.0.tgz#c53f5342841cc490752b78f2707e84d8946dd740"
|
|
1805
|
+
integrity sha512-aGNk74rMt8I+HTP7hRsX6kxiGTuun9ONrWkX7JvWDdtIoO9TsEbNVZENH8GFxHFalWPFCj31IMUQD/bGbxMFbg==
|
|
1819
1806
|
dependencies:
|
|
1820
1807
|
"@inquirer/confirm" "^3.1.22"
|
|
1821
1808
|
"@inquirer/password" "^2.2.0"
|
|
@@ -2203,13 +2190,6 @@
|
|
|
2203
2190
|
"@smithy/util-stream" "^4.1.1"
|
|
2204
2191
|
tslib "^2.6.2"
|
|
2205
2192
|
|
|
2206
|
-
"@smithy/types@^3.6.0":
|
|
2207
|
-
version "3.6.0"
|
|
2208
|
-
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-3.6.0.tgz#03a52bfd62ee4b7b2a1842c8ae3ada7a0a5ff3a4"
|
|
2209
|
-
integrity sha512-8VXK/KzOHefoC65yRgCn5vG1cysPJjHnOVt9d0ybFQSmJgQj152vMn4EkYhGuaOmnnZvCPav/KnYyE6/KsNZ2w==
|
|
2210
|
-
dependencies:
|
|
2211
|
-
tslib "^2.6.2"
|
|
2212
|
-
|
|
2213
2193
|
"@smithy/types@^4.1.0":
|
|
2214
2194
|
version "4.1.0"
|
|
2215
2195
|
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.1.0.tgz#19de0b6087bccdd4182a334eb5d3d2629699370f"
|
|
@@ -2695,14 +2675,7 @@ agent-base@6:
|
|
|
2695
2675
|
dependencies:
|
|
2696
2676
|
debug "4"
|
|
2697
2677
|
|
|
2698
|
-
agent-base@^7.0
|
|
2699
|
-
version "7.1.1"
|
|
2700
|
-
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.1.tgz#bdbded7dfb096b751a2a087eeeb9664725b2e317"
|
|
2701
|
-
integrity sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==
|
|
2702
|
-
dependencies:
|
|
2703
|
-
debug "^4.3.4"
|
|
2704
|
-
|
|
2705
|
-
agent-base@^7.1.2:
|
|
2678
|
+
agent-base@^7.1.0, agent-base@^7.1.2:
|
|
2706
2679
|
version "7.1.3"
|
|
2707
2680
|
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.3.tgz#29435eb821bc4194633a5b89e5bc4703bafc25a1"
|
|
2708
2681
|
integrity sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==
|
|
@@ -2795,10 +2768,10 @@ ansicolors@~0.3.2:
|
|
|
2795
2768
|
resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979"
|
|
2796
2769
|
integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
|
|
2797
2770
|
|
|
2798
|
-
ansis@^3.
|
|
2799
|
-
version "3.
|
|
2800
|
-
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.
|
|
2801
|
-
integrity sha512-
|
|
2771
|
+
ansis@^3.17.0, ansis@^3.3.2, ansis@^3.5.2:
|
|
2772
|
+
version "3.17.0"
|
|
2773
|
+
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.17.0.tgz#fa8d9c2a93fe7d1177e0c17f9eeb562a58a832d7"
|
|
2774
|
+
integrity sha512-0qWUglt9JEqLFr3w1I1pbrChn1grhaiAR2ocX1PP/flRmxgtwTzPFFFnfIlD6aMOLQZgSuCRlidD70lvx8yhzg==
|
|
2802
2775
|
|
|
2803
2776
|
anymatch@~3.1.2:
|
|
2804
2777
|
version "3.1.2"
|
|
@@ -4850,15 +4823,7 @@ https-proxy-agent@^5.0.0:
|
|
|
4850
4823
|
agent-base "6"
|
|
4851
4824
|
debug "4"
|
|
4852
4825
|
|
|
4853
|
-
https-proxy-agent@^7.0.1:
|
|
4854
|
-
version "7.0.4"
|
|
4855
|
-
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz#8e97b841a029ad8ddc8731f26595bad868cb4168"
|
|
4856
|
-
integrity sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==
|
|
4857
|
-
dependencies:
|
|
4858
|
-
agent-base "^7.0.2"
|
|
4859
|
-
debug "4"
|
|
4860
|
-
|
|
4861
|
-
https-proxy-agent@^7.0.6:
|
|
4826
|
+
https-proxy-agent@^7.0.1, https-proxy-agent@^7.0.6:
|
|
4862
4827
|
version "7.0.6"
|
|
4863
4828
|
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz#da8dfeac7da130b05c2ba4b59c9b6cd66611a6b9"
|
|
4864
4829
|
integrity sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-command-reference",
|
|
3
3
|
"description": "Generate the Salesforce CLI command reference guide",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.47",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@oclif/core": "^4",
|
|
10
|
-
"@salesforce/core": "^8.8.
|
|
10
|
+
"@salesforce/core": "^8.8.5",
|
|
11
11
|
"@salesforce/kit": "^3.2.3",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
13
13
|
"@salesforce/ts-types": "^2.0.11",
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
"handlebars": "^4.7.8"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@oclif/plugin-help": "^6.2.
|
|
20
|
-
"@salesforce/dev-scripts": "^10.2.
|
|
21
|
-
"@salesforce/plugin-auth": "^3.6.
|
|
22
|
-
"@salesforce/plugin-user": "^3.6.
|
|
19
|
+
"@oclif/plugin-help": "^6.2.26",
|
|
20
|
+
"@salesforce/dev-scripts": "^10.2.12",
|
|
21
|
+
"@salesforce/plugin-auth": "^3.6.103",
|
|
22
|
+
"@salesforce/plugin-user": "^3.6.12",
|
|
23
23
|
"@types/debug": "^4.1.12",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.20.15",
|
|
25
25
|
"oclif": "^4.17.32",
|
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
"output": []
|
|
189
189
|
},
|
|
190
190
|
"link-check": {
|
|
191
|
-
"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",
|
|
191
|
+
"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",
|
|
192
192
|
"files": [
|
|
193
193
|
"./*.md",
|
|
194
194
|
"./!(CHANGELOG).md",
|