@salesforce/plugin-signups 2.6.0 → 2.6.2
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +7 -7
- package/npm-shrinkwrap.json +119 -444
- package/oclif.lock +36 -113
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
@@ -123,7 +123,7 @@ EXAMPLES
|
|
123
123
|
$ sf org create shape --target-org SourceOrg
|
124
124
|
```
|
125
125
|
|
126
|
-
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.
|
126
|
+
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.2/src/commands/org/create/shape.ts)_
|
127
127
|
|
128
128
|
## `sf org create snapshot`
|
129
129
|
|
@@ -179,7 +179,7 @@ FLAG DESCRIPTIONS
|
|
179
179
|
as a version control system tag or commit ID.
|
180
180
|
```
|
181
181
|
|
182
|
-
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.
|
182
|
+
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.2/src/commands/org/create/snapshot.ts)_
|
183
183
|
|
184
184
|
## `sf org delete shape`
|
185
185
|
|
@@ -219,7 +219,7 @@ EXAMPLES
|
|
219
219
|
$ sf org delete shape --target-org SourceOrg --no-prompt
|
220
220
|
```
|
221
221
|
|
222
|
-
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.
|
222
|
+
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.2/src/commands/org/delete/shape.ts)_
|
223
223
|
|
224
224
|
## `sf org delete snapshot`
|
225
225
|
|
@@ -264,7 +264,7 @@ FLAG DESCRIPTIONS
|
|
264
264
|
The IDs of scratch org snapshots start with 0Oo.
|
265
265
|
```
|
266
266
|
|
267
|
-
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.
|
267
|
+
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.2/src/commands/org/delete/snapshot.ts)_
|
268
268
|
|
269
269
|
## `sf org get snapshot`
|
270
270
|
|
@@ -311,7 +311,7 @@ FLAG DESCRIPTIONS
|
|
311
311
|
The IDs of scratch org snapshots start with 0Oo.
|
312
312
|
```
|
313
313
|
|
314
|
-
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.
|
314
|
+
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.2/src/commands/org/get/snapshot.ts)_
|
315
315
|
|
316
316
|
## `sf org list shape`
|
317
317
|
|
@@ -344,7 +344,7 @@ EXAMPLES
|
|
344
344
|
$ sf org list shape --json > tmp/MyOrgShapeList.json
|
345
345
|
```
|
346
346
|
|
347
|
-
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.
|
347
|
+
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.2/src/commands/org/list/shape.ts)_
|
348
348
|
|
349
349
|
## `sf org list snapshot`
|
350
350
|
|
@@ -386,6 +386,6 @@ EXAMPLES
|
|
386
386
|
$ sf org list snapshot --target-dev-hub SnapshotDevHub
|
387
387
|
```
|
388
388
|
|
389
|
-
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.
|
389
|
+
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.2/src/commands/org/list/snapshot.ts)_
|
390
390
|
|
391
391
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,25 +1,25 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
|
-
"version": "2.6.
|
3
|
+
"version": "2.6.2",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@salesforce/plugin-signups",
|
9
|
-
"version": "2.6.
|
9
|
+
"version": "2.6.2",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@oclif/core": "^4",
|
13
|
-
"@salesforce/core": "^8.6.
|
13
|
+
"@salesforce/core": "^8.6.4",
|
14
14
|
"@salesforce/kit": "^3.2.3",
|
15
15
|
"@salesforce/sf-plugins-core": "^12.0.7",
|
16
16
|
"change-case": "^5.4.4"
|
17
17
|
},
|
18
18
|
"devDependencies": {
|
19
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
20
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
21
|
-
"@salesforce/dev-scripts": "^10.2.
|
22
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
19
|
+
"@oclif/plugin-command-snapshot": "^5.2.20",
|
20
|
+
"@salesforce/cli-plugins-testkit": "^5.3.36",
|
21
|
+
"@salesforce/dev-scripts": "^10.2.11",
|
22
|
+
"@salesforce/plugin-command-reference": "^3.1.33",
|
23
23
|
"@salesforce/ts-types": "^2.0.11",
|
24
24
|
"@types/chai-as-promised": "^7.1.8",
|
25
25
|
"@types/chai-string": "^1.4.5",
|
@@ -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.609.0",
|
104
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.609.0.tgz",
|
105
|
-
"integrity": "sha512-+Tqnh9w0h2LcrUsdXyT1F8mNhXz+tVYBtP19LpeEGntmvHwa2XzvLUCWpoIAIVsHp5+HdB2X9Sn0KAtmbFXc2Q==",
|
106
|
-
"dev": true,
|
107
|
-
"license": "Apache-2.0",
|
108
|
-
"dependencies": {
|
109
|
-
"@smithy/types": "^3.3.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.3.0",
|
118
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.3.0.tgz",
|
119
|
-
"integrity": "sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==",
|
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.609.0",
|
143
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.609.0.tgz",
|
144
|
-
"integrity": "sha512-+Tqnh9w0h2LcrUsdXyT1F8mNhXz+tVYBtP19LpeEGntmvHwa2XzvLUCWpoIAIVsHp5+HdB2X9Sn0KAtmbFXc2Q==",
|
145
|
-
"dev": true,
|
146
|
-
"license": "Apache-2.0",
|
147
|
-
"dependencies": {
|
148
|
-
"@smithy/types": "^3.3.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.3.0",
|
157
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.3.0.tgz",
|
158
|
-
"integrity": "sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==",
|
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.609.0",
|
185
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.609.0.tgz",
|
186
|
-
"integrity": "sha512-+Tqnh9w0h2LcrUsdXyT1F8mNhXz+tVYBtP19LpeEGntmvHwa2XzvLUCWpoIAIVsHp5+HdB2X9Sn0KAtmbFXc2Q==",
|
187
|
-
"dev": true,
|
188
|
-
"license": "Apache-2.0",
|
189
|
-
"dependencies": {
|
190
|
-
"@smithy/types": "^3.3.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.3.0",
|
212
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.3.0.tgz",
|
213
|
-
"integrity": "sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==",
|
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.609.0",
|
269
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.609.0.tgz",
|
270
|
-
"integrity": "sha512-+Tqnh9w0h2LcrUsdXyT1F8mNhXz+tVYBtP19LpeEGntmvHwa2XzvLUCWpoIAIVsHp5+HdB2X9Sn0KAtmbFXc2Q==",
|
271
|
-
"dev": true,
|
272
|
-
"license": "Apache-2.0",
|
273
|
-
"dependencies": {
|
274
|
-
"@smithy/types": "^3.3.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.3.0",
|
296
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.3.0.tgz",
|
297
|
-
"integrity": "sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==",
|
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.609.0",
|
352
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.609.0.tgz",
|
353
|
-
"integrity": "sha512-+Tqnh9w0h2LcrUsdXyT1F8mNhXz+tVYBtP19LpeEGntmvHwa2XzvLUCWpoIAIVsHp5+HdB2X9Sn0KAtmbFXc2Q==",
|
354
|
-
"dev": true,
|
355
|
-
"license": "Apache-2.0",
|
356
|
-
"dependencies": {
|
357
|
-
"@smithy/types": "^3.3.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.3.0",
|
366
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.3.0.tgz",
|
367
|
-
"integrity": "sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==",
|
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.609.0",
|
401
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.609.0.tgz",
|
402
|
-
"integrity": "sha512-+Tqnh9w0h2LcrUsdXyT1F8mNhXz+tVYBtP19LpeEGntmvHwa2XzvLUCWpoIAIVsHp5+HdB2X9Sn0KAtmbFXc2Q==",
|
403
|
-
"dev": true,
|
404
|
-
"license": "Apache-2.0",
|
405
|
-
"dependencies": {
|
406
|
-
"@smithy/types": "^3.3.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.3.0",
|
428
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.3.0.tgz",
|
429
|
-
"integrity": "sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==",
|
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",
|
@@ -1715,22 +1553,6 @@
|
|
1715
1553
|
"node": ">=v14"
|
1716
1554
|
}
|
1717
1555
|
},
|
1718
|
-
"node_modules/@commitlint/cli/node_modules/ansi-styles": {
|
1719
|
-
"version": "4.3.0",
|
1720
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
1721
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
1722
|
-
"dev": true,
|
1723
|
-
"license": "MIT",
|
1724
|
-
"dependencies": {
|
1725
|
-
"color-convert": "^2.0.1"
|
1726
|
-
},
|
1727
|
-
"engines": {
|
1728
|
-
"node": ">=8"
|
1729
|
-
},
|
1730
|
-
"funding": {
|
1731
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
1732
|
-
}
|
1733
|
-
},
|
1734
1556
|
"node_modules/@commitlint/cli/node_modules/cliui": {
|
1735
1557
|
"version": "8.0.1",
|
1736
1558
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
|
@@ -1746,24 +1568,6 @@
|
|
1746
1568
|
"node": ">=12"
|
1747
1569
|
}
|
1748
1570
|
},
|
1749
|
-
"node_modules/@commitlint/cli/node_modules/wrap-ansi": {
|
1750
|
-
"version": "7.0.0",
|
1751
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
1752
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
1753
|
-
"dev": true,
|
1754
|
-
"license": "MIT",
|
1755
|
-
"dependencies": {
|
1756
|
-
"ansi-styles": "^4.0.0",
|
1757
|
-
"string-width": "^4.1.0",
|
1758
|
-
"strip-ansi": "^6.0.0"
|
1759
|
-
},
|
1760
|
-
"engines": {
|
1761
|
-
"node": ">=10"
|
1762
|
-
},
|
1763
|
-
"funding": {
|
1764
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
1765
|
-
}
|
1766
|
-
},
|
1767
1571
|
"node_modules/@commitlint/cli/node_modules/yargs": {
|
1768
1572
|
"version": "17.7.0",
|
1769
1573
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.0.tgz",
|
@@ -2379,15 +2183,6 @@
|
|
2379
2183
|
"node": ">=18"
|
2380
2184
|
}
|
2381
2185
|
},
|
2382
|
-
"node_modules/@inquirer/core/node_modules/@inquirer/figures": {
|
2383
|
-
"version": "1.0.6",
|
2384
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.6.tgz",
|
2385
|
-
"integrity": "sha512-yfZzps3Cso2UbM7WlxKwZQh2Hs6plrbjs1QnzQDZhK2DgyCo6D8AaHps9olkNcUFlcYERMqU3uJSp1gmy3s/qQ==",
|
2386
|
-
"license": "MIT",
|
2387
|
-
"engines": {
|
2388
|
-
"node": ">=18"
|
2389
|
-
}
|
2390
|
-
},
|
2391
2186
|
"node_modules/@inquirer/core/node_modules/@inquirer/type": {
|
2392
2187
|
"version": "2.0.0",
|
2393
2188
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-2.0.0.tgz",
|
@@ -2400,13 +2195,28 @@
|
|
2400
2195
|
"node": ">=18"
|
2401
2196
|
}
|
2402
2197
|
},
|
2403
|
-
"node_modules/@inquirer/core/node_modules
|
2404
|
-
"version": "
|
2405
|
-
"resolved": "https://registry.npmjs.org
|
2406
|
-
"integrity": "sha512-
|
2198
|
+
"node_modules/@inquirer/core/node_modules/ansi-styles": {
|
2199
|
+
"version": "4.3.0",
|
2200
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
2201
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
2407
2202
|
"license": "MIT",
|
2408
2203
|
"dependencies": {
|
2409
|
-
"
|
2204
|
+
"color-convert": "^2.0.1"
|
2205
|
+
},
|
2206
|
+
"engines": {
|
2207
|
+
"node": ">=8"
|
2208
|
+
},
|
2209
|
+
"funding": {
|
2210
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
2211
|
+
}
|
2212
|
+
},
|
2213
|
+
"node_modules/@inquirer/core/node_modules/cli-width": {
|
2214
|
+
"version": "4.1.0",
|
2215
|
+
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz",
|
2216
|
+
"integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==",
|
2217
|
+
"license": "ISC",
|
2218
|
+
"engines": {
|
2219
|
+
"node": ">= 12"
|
2410
2220
|
}
|
2411
2221
|
},
|
2412
2222
|
"node_modules/@inquirer/core/node_modules/signal-exit": {
|
@@ -2421,17 +2231,24 @@
|
|
2421
2231
|
"url": "https://github.com/sponsors/isaacs"
|
2422
2232
|
}
|
2423
2233
|
},
|
2424
|
-
"node_modules/@inquirer/core/node_modules/
|
2425
|
-
"version": "6.
|
2426
|
-
"resolved": "https://registry.npmjs.org/
|
2427
|
-
"integrity": "sha512-
|
2428
|
-
"license": "MIT"
|
2234
|
+
"node_modules/@inquirer/core/node_modules/wrap-ansi": {
|
2235
|
+
"version": "6.2.0",
|
2236
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
2237
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
2238
|
+
"license": "MIT",
|
2239
|
+
"dependencies": {
|
2240
|
+
"ansi-styles": "^4.0.0",
|
2241
|
+
"string-width": "^4.1.0",
|
2242
|
+
"strip-ansi": "^6.0.0"
|
2243
|
+
},
|
2244
|
+
"engines": {
|
2245
|
+
"node": ">=8"
|
2246
|
+
}
|
2429
2247
|
},
|
2430
2248
|
"node_modules/@inquirer/figures": {
|
2431
|
-
"version": "1.0.
|
2432
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.
|
2433
|
-
"integrity": "sha512-
|
2434
|
-
"dev": true,
|
2249
|
+
"version": "1.0.6",
|
2250
|
+
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.6.tgz",
|
2251
|
+
"integrity": "sha512-yfZzps3Cso2UbM7WlxKwZQh2Hs6plrbjs1QnzQDZhK2DgyCo6D8AaHps9olkNcUFlcYERMqU3uJSp1gmy3s/qQ==",
|
2435
2252
|
"license": "MIT",
|
2436
2253
|
"engines": {
|
2437
2254
|
"node": ">=18"
|
@@ -2451,57 +2268,6 @@
|
|
2451
2268
|
"node": ">=18"
|
2452
2269
|
}
|
2453
2270
|
},
|
2454
|
-
"node_modules/@inquirer/input/node_modules/@inquirer/core": {
|
2455
|
-
"version": "9.0.10",
|
2456
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.0.10.tgz",
|
2457
|
-
"integrity": "sha512-TdESOKSVwf6+YWDz8GhS6nKscwzkIyakEzCLJ5Vh6O3Co2ClhCJ0A4MG909MUWfaWdpJm7DE45ii51/2Kat9tA==",
|
2458
|
-
"dev": true,
|
2459
|
-
"license": "MIT",
|
2460
|
-
"dependencies": {
|
2461
|
-
"@inquirer/figures": "^1.0.5",
|
2462
|
-
"@inquirer/type": "^1.5.2",
|
2463
|
-
"@types/mute-stream": "^0.0.4",
|
2464
|
-
"@types/node": "^22.1.0",
|
2465
|
-
"@types/wrap-ansi": "^3.0.0",
|
2466
|
-
"ansi-escapes": "^4.3.2",
|
2467
|
-
"cli-spinners": "^2.9.2",
|
2468
|
-
"cli-width": "^4.1.0",
|
2469
|
-
"mute-stream": "^1.0.0",
|
2470
|
-
"signal-exit": "^4.1.0",
|
2471
|
-
"strip-ansi": "^6.0.1",
|
2472
|
-
"wrap-ansi": "^6.2.0",
|
2473
|
-
"yoctocolors-cjs": "^2.1.2"
|
2474
|
-
},
|
2475
|
-
"engines": {
|
2476
|
-
"node": ">=18"
|
2477
|
-
}
|
2478
|
-
},
|
2479
|
-
"node_modules/@inquirer/input/node_modules/@inquirer/type": {
|
2480
|
-
"version": "1.5.2",
|
2481
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.2.tgz",
|
2482
|
-
"integrity": "sha512-w9qFkumYDCNyDZmNQjf/n6qQuvQ4dMC3BJesY4oF+yr0CxR5vxujflAVeIcS6U336uzi9GM0kAfZlLrZ9UTkpA==",
|
2483
|
-
"dev": true,
|
2484
|
-
"license": "MIT",
|
2485
|
-
"dependencies": {
|
2486
|
-
"mute-stream": "^1.0.0"
|
2487
|
-
},
|
2488
|
-
"engines": {
|
2489
|
-
"node": ">=18"
|
2490
|
-
}
|
2491
|
-
},
|
2492
|
-
"node_modules/@inquirer/input/node_modules/signal-exit": {
|
2493
|
-
"version": "4.1.0",
|
2494
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
2495
|
-
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
2496
|
-
"dev": true,
|
2497
|
-
"license": "ISC",
|
2498
|
-
"engines": {
|
2499
|
-
"node": ">=14"
|
2500
|
-
},
|
2501
|
-
"funding": {
|
2502
|
-
"url": "https://github.com/sponsors/isaacs"
|
2503
|
-
}
|
2504
|
-
},
|
2505
2271
|
"node_modules/@inquirer/password": {
|
2506
2272
|
"version": "2.2.0",
|
2507
2273
|
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-2.2.0.tgz",
|
@@ -2821,9 +2587,9 @@
|
|
2821
2587
|
}
|
2822
2588
|
},
|
2823
2589
|
"node_modules/@oclif/core": {
|
2824
|
-
"version": "4.0.
|
2825
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
2826
|
-
"integrity": "sha512-
|
2590
|
+
"version": "4.0.32",
|
2591
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.32.tgz",
|
2592
|
+
"integrity": "sha512-O3jfIAhqaJxXI2dzF81PLTMhKpFFA0Nyz8kfBnc9WYDJnvdmXK0fVAOSpwpi2mHTow/9FXxY6Kww8+Kbe7/sag==",
|
2827
2593
|
"license": "MIT",
|
2828
2594
|
"dependencies": {
|
2829
2595
|
"ansi-escapes": "^4.3.2",
|
@@ -2835,7 +2601,7 @@
|
|
2835
2601
|
"get-package-type": "^0.1.0",
|
2836
2602
|
"globby": "^11.1.0",
|
2837
2603
|
"indent-string": "^4.0.0",
|
2838
|
-
"is-wsl": "^
|
2604
|
+
"is-wsl": "^2.2.0",
|
2839
2605
|
"lilconfig": "^3.1.2",
|
2840
2606
|
"minimatch": "^9.0.5",
|
2841
2607
|
"semver": "^7.6.3",
|
@@ -2849,21 +2615,6 @@
|
|
2849
2615
|
"node": ">=18.0.0"
|
2850
2616
|
}
|
2851
2617
|
},
|
2852
|
-
"node_modules/@oclif/core/node_modules/ansi-styles": {
|
2853
|
-
"version": "4.3.0",
|
2854
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
2855
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
2856
|
-
"license": "MIT",
|
2857
|
-
"dependencies": {
|
2858
|
-
"color-convert": "^2.0.1"
|
2859
|
-
},
|
2860
|
-
"engines": {
|
2861
|
-
"node": ">=8"
|
2862
|
-
},
|
2863
|
-
"funding": {
|
2864
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
2865
|
-
}
|
2866
|
-
},
|
2867
2618
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
2868
2619
|
"version": "9.0.5",
|
2869
2620
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
@@ -2894,27 +2645,10 @@
|
|
2894
2645
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
2895
2646
|
}
|
2896
2647
|
},
|
2897
|
-
"node_modules/@oclif/core/node_modules/wrap-ansi": {
|
2898
|
-
"version": "7.0.0",
|
2899
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
2900
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
2901
|
-
"license": "MIT",
|
2902
|
-
"dependencies": {
|
2903
|
-
"ansi-styles": "^4.0.0",
|
2904
|
-
"string-width": "^4.1.0",
|
2905
|
-
"strip-ansi": "^6.0.0"
|
2906
|
-
},
|
2907
|
-
"engines": {
|
2908
|
-
"node": ">=10"
|
2909
|
-
},
|
2910
|
-
"funding": {
|
2911
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
2912
|
-
}
|
2913
|
-
},
|
2914
2648
|
"node_modules/@oclif/plugin-command-snapshot": {
|
2915
|
-
"version": "5.2.
|
2916
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
2917
|
-
"integrity": "sha512-
|
2649
|
+
"version": "5.2.20",
|
2650
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.20.tgz",
|
2651
|
+
"integrity": "sha512-Kh9qrIawE0fjdZ8ttHsPlFA29D8tqsJXhneceBX/rJFMWebd8jT5G6PXVwtH9LYT5ZTSy2bQY70RIKtGvuVxPg==",
|
2918
2652
|
"dev": true,
|
2919
2653
|
"license": "MIT",
|
2920
2654
|
"dependencies": {
|
@@ -3125,13 +2859,13 @@
|
|
3125
2859
|
}
|
3126
2860
|
},
|
3127
2861
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
3128
|
-
"version": "5.3.
|
3129
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
3130
|
-
"integrity": "sha512-
|
2862
|
+
"version": "5.3.36",
|
2863
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.36.tgz",
|
2864
|
+
"integrity": "sha512-gLjMnWl9SXC6DYSwt49e1y9+lYgZjtuyRUdhfAch21kIWVfo79U33nvhOXn/bVdtzkIo6oHUJ/02wsu+rNFzmg==",
|
3131
2865
|
"dev": true,
|
3132
2866
|
"license": "BSD-3-Clause",
|
3133
2867
|
"dependencies": {
|
3134
|
-
"@salesforce/core": "^8.6.
|
2868
|
+
"@salesforce/core": "^8.6.4",
|
3135
2869
|
"@salesforce/kit": "^3.2.3",
|
3136
2870
|
"@salesforce/ts-types": "^2.0.11",
|
3137
2871
|
"@types/shelljs": "^0.8.15",
|
@@ -3236,9 +2970,9 @@
|
|
3236
2970
|
}
|
3237
2971
|
},
|
3238
2972
|
"node_modules/@salesforce/core": {
|
3239
|
-
"version": "8.6.
|
3240
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.6.
|
3241
|
-
"integrity": "sha512-
|
2973
|
+
"version": "8.6.4",
|
2974
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.6.4.tgz",
|
2975
|
+
"integrity": "sha512-ubksHYBjjv1zfU8Xv3ylzCVftIftBrh682r6PNMzH/LgRcSo8+u4Tgib0d14d85kcIb2ElonV2wPpnbpS+2Aww==",
|
3242
2976
|
"license": "BSD-3-Clause",
|
3243
2977
|
"dependencies": {
|
3244
2978
|
"@jsforce/jsforce-node": "^3.6.1",
|
@@ -3314,9 +3048,9 @@
|
|
3314
3048
|
"license": "BSD-3-Clause"
|
3315
3049
|
},
|
3316
3050
|
"node_modules/@salesforce/dev-scripts": {
|
3317
|
-
"version": "10.2.
|
3318
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-10.2.
|
3319
|
-
"integrity": "sha512-
|
3051
|
+
"version": "10.2.11",
|
3052
|
+
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-10.2.11.tgz",
|
3053
|
+
"integrity": "sha512-LyX8njw21aKsDbpKDDJwtjX2n+V2OvS3vLg9zXLYlZvy8c2Lu8TfKSsXHS7jGhRLkBEYkJ4cJR+ClHuB2xo81A==",
|
3320
3054
|
"dev": true,
|
3321
3055
|
"license": "BSD-3-Clause",
|
3322
3056
|
"dependencies": {
|
@@ -3381,14 +3115,14 @@
|
|
3381
3115
|
}
|
3382
3116
|
},
|
3383
3117
|
"node_modules/@salesforce/plugin-command-reference": {
|
3384
|
-
"version": "3.1.
|
3385
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
3386
|
-
"integrity": "sha512-
|
3118
|
+
"version": "3.1.33",
|
3119
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.33.tgz",
|
3120
|
+
"integrity": "sha512-z8APQhlEvwBZXrtQZQz59qamJjkW34sfeAYdKzRAdF5hq7lgs3gFFek5aPStKbh6xereoDhJOj9vKvYXo8U2Rw==",
|
3387
3121
|
"dev": true,
|
3388
3122
|
"license": "BSD-3-Clause",
|
3389
3123
|
"dependencies": {
|
3390
3124
|
"@oclif/core": "^4",
|
3391
|
-
"@salesforce/core": "^8.
|
3125
|
+
"@salesforce/core": "^8.6.4",
|
3392
3126
|
"@salesforce/kit": "^3.2.3",
|
3393
3127
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
3394
3128
|
"@salesforce/ts-types": "^2.0.11",
|
@@ -4566,12 +4300,12 @@
|
|
4566
4300
|
}
|
4567
4301
|
},
|
4568
4302
|
"node_modules/@types/node": {
|
4569
|
-
"version": "22.
|
4570
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
4571
|
-
"integrity": "sha512-
|
4303
|
+
"version": "22.5.5",
|
4304
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.5.tgz",
|
4305
|
+
"integrity": "sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==",
|
4572
4306
|
"license": "MIT",
|
4573
4307
|
"dependencies": {
|
4574
|
-
"undici-types": "~6.
|
4308
|
+
"undici-types": "~6.19.2"
|
4575
4309
|
}
|
4576
4310
|
},
|
4577
4311
|
"node_modules/@types/normalize-package-data": {
|
@@ -5955,12 +5689,13 @@
|
|
5955
5689
|
}
|
5956
5690
|
},
|
5957
5691
|
"node_modules/cli-width": {
|
5958
|
-
"version": "
|
5959
|
-
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-
|
5960
|
-
"integrity": "sha512-
|
5692
|
+
"version": "3.0.0",
|
5693
|
+
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz",
|
5694
|
+
"integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==",
|
5695
|
+
"dev": true,
|
5961
5696
|
"license": "ISC",
|
5962
5697
|
"engines": {
|
5963
|
-
"node": ">=
|
5698
|
+
"node": ">= 10"
|
5964
5699
|
}
|
5965
5700
|
},
|
5966
5701
|
"node_modules/cliui": {
|
@@ -5975,6 +5710,37 @@
|
|
5975
5710
|
"wrap-ansi": "^6.2.0"
|
5976
5711
|
}
|
5977
5712
|
},
|
5713
|
+
"node_modules/cliui/node_modules/ansi-styles": {
|
5714
|
+
"version": "4.3.0",
|
5715
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
5716
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
5717
|
+
"dev": true,
|
5718
|
+
"license": "MIT",
|
5719
|
+
"dependencies": {
|
5720
|
+
"color-convert": "^2.0.1"
|
5721
|
+
},
|
5722
|
+
"engines": {
|
5723
|
+
"node": ">=8"
|
5724
|
+
},
|
5725
|
+
"funding": {
|
5726
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
5727
|
+
}
|
5728
|
+
},
|
5729
|
+
"node_modules/cliui/node_modules/wrap-ansi": {
|
5730
|
+
"version": "6.2.0",
|
5731
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
5732
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
5733
|
+
"dev": true,
|
5734
|
+
"license": "MIT",
|
5735
|
+
"dependencies": {
|
5736
|
+
"ansi-styles": "^4.0.0",
|
5737
|
+
"string-width": "^4.1.0",
|
5738
|
+
"strip-ansi": "^6.0.0"
|
5739
|
+
},
|
5740
|
+
"engines": {
|
5741
|
+
"node": ">=8"
|
5742
|
+
}
|
5743
|
+
},
|
5978
5744
|
"node_modules/code-excerpt": {
|
5979
5745
|
"version": "4.0.0",
|
5980
5746
|
"resolved": "https://registry.npmjs.org/code-excerpt/-/code-excerpt-4.0.0.tgz",
|
@@ -8972,16 +8738,6 @@
|
|
8972
8738
|
"node": ">=8.0.0"
|
8973
8739
|
}
|
8974
8740
|
},
|
8975
|
-
"node_modules/inquirer/node_modules/cli-width": {
|
8976
|
-
"version": "3.0.0",
|
8977
|
-
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz",
|
8978
|
-
"integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==",
|
8979
|
-
"dev": true,
|
8980
|
-
"license": "ISC",
|
8981
|
-
"engines": {
|
8982
|
-
"node": ">= 10"
|
8983
|
-
}
|
8984
|
-
},
|
8985
8741
|
"node_modules/inquirer/node_modules/mute-stream": {
|
8986
8742
|
"version": "0.0.8",
|
8987
8743
|
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz",
|
@@ -9141,7 +8897,6 @@
|
|
9141
8897
|
"version": "2.2.1",
|
9142
8898
|
"resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
|
9143
8899
|
"integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
|
9144
|
-
"dev": true,
|
9145
8900
|
"license": "MIT",
|
9146
8901
|
"bin": {
|
9147
8902
|
"is-docker": "cli.js"
|
@@ -9198,39 +8953,6 @@
|
|
9198
8953
|
"url": "https://github.com/sponsors/sindresorhus"
|
9199
8954
|
}
|
9200
8955
|
},
|
9201
|
-
"node_modules/is-inside-container": {
|
9202
|
-
"version": "1.0.0",
|
9203
|
-
"resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
|
9204
|
-
"integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
|
9205
|
-
"license": "MIT",
|
9206
|
-
"dependencies": {
|
9207
|
-
"is-docker": "^3.0.0"
|
9208
|
-
},
|
9209
|
-
"bin": {
|
9210
|
-
"is-inside-container": "cli.js"
|
9211
|
-
},
|
9212
|
-
"engines": {
|
9213
|
-
"node": ">=14.16"
|
9214
|
-
},
|
9215
|
-
"funding": {
|
9216
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
9217
|
-
}
|
9218
|
-
},
|
9219
|
-
"node_modules/is-inside-container/node_modules/is-docker": {
|
9220
|
-
"version": "3.0.0",
|
9221
|
-
"resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
|
9222
|
-
"integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
|
9223
|
-
"license": "MIT",
|
9224
|
-
"bin": {
|
9225
|
-
"is-docker": "cli.js"
|
9226
|
-
},
|
9227
|
-
"engines": {
|
9228
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
9229
|
-
},
|
9230
|
-
"funding": {
|
9231
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
9232
|
-
}
|
9233
|
-
},
|
9234
8956
|
"node_modules/is-negative-zero": {
|
9235
8957
|
"version": "2.0.2",
|
9236
8958
|
"resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
|
@@ -9457,18 +9179,15 @@
|
|
9457
9179
|
}
|
9458
9180
|
},
|
9459
9181
|
"node_modules/is-wsl": {
|
9460
|
-
"version": "
|
9461
|
-
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-
|
9462
|
-
"integrity": "sha512-
|
9182
|
+
"version": "2.2.0",
|
9183
|
+
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
|
9184
|
+
"integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
|
9463
9185
|
"license": "MIT",
|
9464
9186
|
"dependencies": {
|
9465
|
-
"is-
|
9187
|
+
"is-docker": "^2.0.0"
|
9466
9188
|
},
|
9467
9189
|
"engines": {
|
9468
|
-
"node": ">=
|
9469
|
-
},
|
9470
|
-
"funding": {
|
9471
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
9190
|
+
"node": ">=8"
|
9472
9191
|
}
|
9473
9192
|
},
|
9474
9193
|
"node_modules/isarray": {
|
@@ -10656,22 +10375,6 @@
|
|
10656
10375
|
"node": ">= 14.0.0"
|
10657
10376
|
}
|
10658
10377
|
},
|
10659
|
-
"node_modules/mocha/node_modules/ansi-styles": {
|
10660
|
-
"version": "4.3.0",
|
10661
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
10662
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
10663
|
-
"dev": true,
|
10664
|
-
"license": "MIT",
|
10665
|
-
"dependencies": {
|
10666
|
-
"color-convert": "^2.0.1"
|
10667
|
-
},
|
10668
|
-
"engines": {
|
10669
|
-
"node": ">=8"
|
10670
|
-
},
|
10671
|
-
"funding": {
|
10672
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
10673
|
-
}
|
10674
|
-
},
|
10675
10378
|
"node_modules/mocha/node_modules/cliui": {
|
10676
10379
|
"version": "7.0.4",
|
10677
10380
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
|
@@ -10808,24 +10511,6 @@
|
|
10808
10511
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
10809
10512
|
}
|
10810
10513
|
},
|
10811
|
-
"node_modules/mocha/node_modules/wrap-ansi": {
|
10812
|
-
"version": "7.0.0",
|
10813
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
10814
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
10815
|
-
"dev": true,
|
10816
|
-
"license": "MIT",
|
10817
|
-
"dependencies": {
|
10818
|
-
"ansi-styles": "^4.0.0",
|
10819
|
-
"string-width": "^4.1.0",
|
10820
|
-
"strip-ansi": "^6.0.0"
|
10821
|
-
},
|
10822
|
-
"engines": {
|
10823
|
-
"node": ">=10"
|
10824
|
-
},
|
10825
|
-
"funding": {
|
10826
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
10827
|
-
}
|
10828
|
-
},
|
10829
10514
|
"node_modules/mocha/node_modules/yargs": {
|
10830
10515
|
"version": "16.2.0",
|
10831
10516
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
|
@@ -11304,19 +10989,6 @@
|
|
11304
10989
|
"url": "https://github.com/sponsors/sindresorhus"
|
11305
10990
|
}
|
11306
10991
|
},
|
11307
|
-
"node_modules/open/node_modules/is-wsl": {
|
11308
|
-
"version": "2.2.0",
|
11309
|
-
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
|
11310
|
-
"integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
|
11311
|
-
"dev": true,
|
11312
|
-
"license": "MIT",
|
11313
|
-
"dependencies": {
|
11314
|
-
"is-docker": "^2.0.0"
|
11315
|
-
},
|
11316
|
-
"engines": {
|
11317
|
-
"node": ">=8"
|
11318
|
-
}
|
11319
|
-
},
|
11320
10992
|
"node_modules/optionator": {
|
11321
10993
|
"version": "0.9.3",
|
11322
10994
|
"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz",
|
@@ -13780,9 +13452,9 @@
|
|
13780
13452
|
}
|
13781
13453
|
},
|
13782
13454
|
"node_modules/undici-types": {
|
13783
|
-
"version": "6.
|
13784
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.
|
13785
|
-
"integrity": "sha512-
|
13455
|
+
"version": "6.19.8",
|
13456
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
|
13457
|
+
"integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
|
13786
13458
|
"license": "MIT"
|
13787
13459
|
},
|
13788
13460
|
"node_modules/unicorn-magic": {
|
@@ -14093,9 +13765,9 @@
|
|
14093
13765
|
"license": "Apache-2.0"
|
14094
13766
|
},
|
14095
13767
|
"node_modules/wrap-ansi": {
|
14096
|
-
"version": "
|
14097
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-
|
14098
|
-
"integrity": "sha512-
|
13768
|
+
"version": "7.0.0",
|
13769
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
13770
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
14099
13771
|
"license": "MIT",
|
14100
13772
|
"dependencies": {
|
14101
13773
|
"ansi-styles": "^4.0.0",
|
@@ -14103,7 +13775,10 @@
|
|
14103
13775
|
"strip-ansi": "^6.0.0"
|
14104
13776
|
},
|
14105
13777
|
"engines": {
|
14106
|
-
"node": ">=
|
13778
|
+
"node": ">=10"
|
13779
|
+
},
|
13780
|
+
"funding": {
|
13781
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
14107
13782
|
}
|
14108
13783
|
},
|
14109
13784
|
"node_modules/wrap-ansi-cjs": {
|
package/oclif.lock
CHANGED
@@ -612,7 +612,7 @@
|
|
612
612
|
"@smithy/types" "^3.5.0"
|
613
613
|
tslib "^2.6.2"
|
614
614
|
|
615
|
-
"@aws-sdk/types@3.679.0":
|
615
|
+
"@aws-sdk/types@3.679.0", "@aws-sdk/types@^3.222.0":
|
616
616
|
version "3.679.0"
|
617
617
|
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.679.0.tgz#3737bb0f190add9e788b838a24cd5d8106dbed4f"
|
618
618
|
integrity sha512-NwVq8YvInxQdJ47+zz4fH3BRRLC6lL+WLkvr242PVBbUOLRyK/lkwHlfiKUoeVIMyK5NF+up6TRg71t/8Bny6Q==
|
@@ -620,14 +620,6 @@
|
|
620
620
|
"@smithy/types" "^3.5.0"
|
621
621
|
tslib "^2.6.2"
|
622
622
|
|
623
|
-
"@aws-sdk/types@^3.222.0":
|
624
|
-
version "3.609.0"
|
625
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.609.0.tgz#06b39d799c9f197a7b43670243e8e78a3bf7d6a5"
|
626
|
-
integrity sha512-+Tqnh9w0h2LcrUsdXyT1F8mNhXz+tVYBtP19LpeEGntmvHwa2XzvLUCWpoIAIVsHp5+HdB2X9Sn0KAtmbFXc2Q==
|
627
|
-
dependencies:
|
628
|
-
"@smithy/types" "^3.3.0"
|
629
|
-
tslib "^2.6.2"
|
630
|
-
|
631
623
|
"@aws-sdk/util-arn-parser@3.679.0":
|
632
624
|
version "3.679.0"
|
633
625
|
resolved "https://registry.yarnpkg.com/@aws-sdk/util-arn-parser/-/util-arn-parser-3.679.0.tgz#1b7793c8ae31305ca6c6f7497066f3e74ad69716"
|
@@ -1082,26 +1074,7 @@
|
|
1082
1074
|
"@inquirer/core" "^9.1.0"
|
1083
1075
|
"@inquirer/type" "^1.5.3"
|
1084
1076
|
|
1085
|
-
"@inquirer/core@^9.0.8":
|
1086
|
-
version "9.0.10"
|
1087
|
-
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.0.10.tgz#4270191e2ad3bea6223530a093dd9479bcbc7dd0"
|
1088
|
-
integrity sha512-TdESOKSVwf6+YWDz8GhS6nKscwzkIyakEzCLJ5Vh6O3Co2ClhCJ0A4MG909MUWfaWdpJm7DE45ii51/2Kat9tA==
|
1089
|
-
dependencies:
|
1090
|
-
"@inquirer/figures" "^1.0.5"
|
1091
|
-
"@inquirer/type" "^1.5.2"
|
1092
|
-
"@types/mute-stream" "^0.0.4"
|
1093
|
-
"@types/node" "^22.1.0"
|
1094
|
-
"@types/wrap-ansi" "^3.0.0"
|
1095
|
-
ansi-escapes "^4.3.2"
|
1096
|
-
cli-spinners "^2.9.2"
|
1097
|
-
cli-width "^4.1.0"
|
1098
|
-
mute-stream "^1.0.0"
|
1099
|
-
signal-exit "^4.1.0"
|
1100
|
-
strip-ansi "^6.0.1"
|
1101
|
-
wrap-ansi "^6.2.0"
|
1102
|
-
yoctocolors-cjs "^2.1.2"
|
1103
|
-
|
1104
|
-
"@inquirer/core@^9.1.0":
|
1077
|
+
"@inquirer/core@^9.0.8", "@inquirer/core@^9.1.0":
|
1105
1078
|
version "9.2.1"
|
1106
1079
|
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.2.1.tgz#677c49dee399c9063f31e0c93f0f37bddc67add1"
|
1107
1080
|
integrity sha512-F2VBt7W/mwqEU4bL0RnHNZmC/OxzNx9cOYxHqnXX3MP6ruYvZUZAW9imgN9+h/uBT/oP8Gh888J2OZSbjSeWcg==
|
@@ -1119,12 +1092,7 @@
|
|
1119
1092
|
wrap-ansi "^6.2.0"
|
1120
1093
|
yoctocolors-cjs "^2.1.2"
|
1121
1094
|
|
1122
|
-
"@inquirer/figures@^1.0.5":
|
1123
|
-
version "1.0.5"
|
1124
|
-
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.5.tgz#57f9a996d64d3e3345d2a3ca04d36912e94f8790"
|
1125
|
-
integrity sha512-79hP/VWdZ2UVc9bFGJnoQ/lQMpL74mGgzSYX1xUqCVk7/v73vJCMw1VuyWN1jGkZ9B3z7THAbySqGbCNefcjfA==
|
1126
|
-
|
1127
|
-
"@inquirer/figures@^1.0.6":
|
1095
|
+
"@inquirer/figures@^1.0.5", "@inquirer/figures@^1.0.6":
|
1128
1096
|
version "1.0.6"
|
1129
1097
|
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.6.tgz#1a562f916da39888c56b65b78259d2261bd7d40b"
|
1130
1098
|
integrity sha512-yfZzps3Cso2UbM7WlxKwZQh2Hs6plrbjs1QnzQDZhK2DgyCo6D8AaHps9olkNcUFlcYERMqU3uJSp1gmy3s/qQ==
|
@@ -1157,14 +1125,7 @@
|
|
1157
1125
|
ansi-escapes "^4.3.2"
|
1158
1126
|
yoctocolors-cjs "^2.1.2"
|
1159
1127
|
|
1160
|
-
"@inquirer/type@^1.5.1", "@inquirer/type@^1.5.
|
1161
|
-
version "1.5.2"
|
1162
|
-
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.5.2.tgz#15f5e4a4dae02c4203650cb07c8a000cdd423939"
|
1163
|
-
integrity sha512-w9qFkumYDCNyDZmNQjf/n6qQuvQ4dMC3BJesY4oF+yr0CxR5vxujflAVeIcS6U336uzi9GM0kAfZlLrZ9UTkpA==
|
1164
|
-
dependencies:
|
1165
|
-
mute-stream "^1.0.0"
|
1166
|
-
|
1167
|
-
"@inquirer/type@^1.5.3":
|
1128
|
+
"@inquirer/type@^1.5.1", "@inquirer/type@^1.5.3":
|
1168
1129
|
version "1.5.5"
|
1169
1130
|
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.5.5.tgz#303ea04ce7ad2e585b921b662b3be36ef7b4f09b"
|
1170
1131
|
integrity sha512-MzICLu4yS7V8AA61sANROZ9vT1H3ooca5dSmI1FjZkzq7o/koMsRfQSzRtFo+F3Ao4Sf1C0bpLKejpKB/+j6MA==
|
@@ -1284,9 +1245,9 @@
|
|
1284
1245
|
fastq "^1.6.0"
|
1285
1246
|
|
1286
1247
|
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.30":
|
1287
|
-
version "4.0.
|
1288
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.
|
1289
|
-
integrity sha512-
|
1248
|
+
version "4.0.32"
|
1249
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.32.tgz#0e8078c53b079549d685798893b9f9534ca69bf6"
|
1250
|
+
integrity sha512-O3jfIAhqaJxXI2dzF81PLTMhKpFFA0Nyz8kfBnc9WYDJnvdmXK0fVAOSpwpi2mHTow/9FXxY6Kww8+Kbe7/sag==
|
1290
1251
|
dependencies:
|
1291
1252
|
ansi-escapes "^4.3.2"
|
1292
1253
|
ansis "^3.3.2"
|
@@ -1297,7 +1258,7 @@
|
|
1297
1258
|
get-package-type "^0.1.0"
|
1298
1259
|
globby "^11.1.0"
|
1299
1260
|
indent-string "^4.0.0"
|
1300
|
-
is-wsl "^
|
1261
|
+
is-wsl "^2.2.0"
|
1301
1262
|
lilconfig "^3.1.2"
|
1302
1263
|
minimatch "^9.0.5"
|
1303
1264
|
semver "^7.6.3"
|
@@ -1307,10 +1268,10 @@
|
|
1307
1268
|
wordwrap "^1.0.0"
|
1308
1269
|
wrap-ansi "^7.0.0"
|
1309
1270
|
|
1310
|
-
"@oclif/plugin-command-snapshot@^5.2.
|
1311
|
-
version "5.2.
|
1312
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
1313
|
-
integrity sha512-
|
1271
|
+
"@oclif/plugin-command-snapshot@^5.2.20":
|
1272
|
+
version "5.2.20"
|
1273
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.20.tgz#6735aa12be24ad6f14698f1b60b172f9d6420d07"
|
1274
|
+
integrity sha512-Kh9qrIawE0fjdZ8ttHsPlFA29D8tqsJXhneceBX/rJFMWebd8jT5G6PXVwtH9LYT5ZTSy2bQY70RIKtGvuVxPg==
|
1314
1275
|
dependencies:
|
1315
1276
|
"@oclif/core" "^4"
|
1316
1277
|
ansis "^3.3.2"
|
@@ -1371,12 +1332,12 @@
|
|
1371
1332
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
1372
1333
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
1373
1334
|
|
1374
|
-
"@salesforce/cli-plugins-testkit@^5.3.
|
1375
|
-
version "5.3.
|
1376
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
1377
|
-
integrity sha512-
|
1335
|
+
"@salesforce/cli-plugins-testkit@^5.3.36":
|
1336
|
+
version "5.3.36"
|
1337
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.36.tgz#210acc4ee742e1f952e346e791590b14a2a9526c"
|
1338
|
+
integrity sha512-gLjMnWl9SXC6DYSwt49e1y9+lYgZjtuyRUdhfAch21kIWVfo79U33nvhOXn/bVdtzkIo6oHUJ/02wsu+rNFzmg==
|
1378
1339
|
dependencies:
|
1379
|
-
"@salesforce/core" "^8.6.
|
1340
|
+
"@salesforce/core" "^8.6.4"
|
1380
1341
|
"@salesforce/kit" "^3.2.3"
|
1381
1342
|
"@salesforce/ts-types" "^2.0.11"
|
1382
1343
|
"@types/shelljs" "^0.8.15"
|
@@ -1387,10 +1348,10 @@
|
|
1387
1348
|
strip-ansi "6.0.1"
|
1388
1349
|
ts-retry-promise "^0.8.1"
|
1389
1350
|
|
1390
|
-
"@salesforce/core@^8.5.1", "@salesforce/core@^8.
|
1391
|
-
version "8.6.
|
1392
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.6.
|
1393
|
-
integrity sha512-
|
1351
|
+
"@salesforce/core@^8.5.1", "@salesforce/core@^8.6.2", "@salesforce/core@^8.6.4":
|
1352
|
+
version "8.6.4"
|
1353
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.6.4.tgz#39a8234c816ff644e11bcef9517411495ec6039a"
|
1354
|
+
integrity sha512-ubksHYBjjv1zfU8Xv3ylzCVftIftBrh682r6PNMzH/LgRcSo8+u4Tgib0d14d85kcIb2ElonV2wPpnbpS+2Aww==
|
1394
1355
|
dependencies:
|
1395
1356
|
"@jsforce/jsforce-node" "^3.6.1"
|
1396
1357
|
"@salesforce/kit" "^3.2.2"
|
@@ -1416,10 +1377,10 @@
|
|
1416
1377
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.3.1.tgz#4dac8245df79d675258b50e1d24e8c636eaa5e10"
|
1417
1378
|
integrity sha512-rO6axodoRF2SA1kknGttIWuL7HhIwSmweGlBzM8y2m5TH8DeIv4xsqYc8Cu+SrR3JT1FN4nh6XgrogI83AJfKg==
|
1418
1379
|
|
1419
|
-
"@salesforce/dev-scripts@^10.2.
|
1420
|
-
version "10.2.
|
1421
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.2.
|
1422
|
-
integrity sha512-
|
1380
|
+
"@salesforce/dev-scripts@^10.2.11":
|
1381
|
+
version "10.2.11"
|
1382
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.2.11.tgz#7f041c258bf8588f9847115cc7ad5a59b9865232"
|
1383
|
+
integrity sha512-LyX8njw21aKsDbpKDDJwtjX2n+V2OvS3vLg9zXLYlZvy8c2Lu8TfKSsXHS7jGhRLkBEYkJ4cJR+ClHuB2xo81A==
|
1423
1384
|
dependencies:
|
1424
1385
|
"@commitlint/cli" "^17.1.2"
|
1425
1386
|
"@commitlint/config-conventional" "^17.8.1"
|
@@ -1455,13 +1416,13 @@
|
|
1455
1416
|
dependencies:
|
1456
1417
|
"@salesforce/ts-types" "^2.0.12"
|
1457
1418
|
|
1458
|
-
"@salesforce/plugin-command-reference@^3.1.
|
1459
|
-
version "3.1.
|
1460
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
1461
|
-
integrity sha512-
|
1419
|
+
"@salesforce/plugin-command-reference@^3.1.33":
|
1420
|
+
version "3.1.33"
|
1421
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.33.tgz#cd8141fa9eb2b29b85bf1c2331740e0e424c3012"
|
1422
|
+
integrity sha512-z8APQhlEvwBZXrtQZQz59qamJjkW34sfeAYdKzRAdF5hq7lgs3gFFek5aPStKbh6xereoDhJOj9vKvYXo8U2Rw==
|
1462
1423
|
dependencies:
|
1463
1424
|
"@oclif/core" "^4"
|
1464
|
-
"@salesforce/core" "^8.
|
1425
|
+
"@salesforce/core" "^8.6.4"
|
1465
1426
|
"@salesforce/kit" "^3.2.3"
|
1466
1427
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
1467
1428
|
"@salesforce/ts-types" "^2.0.11"
|
@@ -1926,13 +1887,6 @@
|
|
1926
1887
|
"@smithy/util-stream" "^3.1.9"
|
1927
1888
|
tslib "^2.6.2"
|
1928
1889
|
|
1929
|
-
"@smithy/types@^3.3.0":
|
1930
|
-
version "3.3.0"
|
1931
|
-
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-3.3.0.tgz#fae037c733d09bc758946a01a3de0ef6e210b16b"
|
1932
|
-
integrity sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==
|
1933
|
-
dependencies:
|
1934
|
-
tslib "^2.6.2"
|
1935
|
-
|
1936
1890
|
"@smithy/types@^3.5.0":
|
1937
1891
|
version "3.5.0"
|
1938
1892
|
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-3.5.0.tgz#9589e154c50d9c5d00feb7d818112ef8fc285d6e"
|
@@ -2196,12 +2150,12 @@
|
|
2196
2150
|
dependencies:
|
2197
2151
|
"@types/node" "*"
|
2198
2152
|
|
2199
|
-
"@types/node@*", "@types/node@^22.
|
2200
|
-
version "22.
|
2201
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.
|
2202
|
-
integrity sha512-
|
2153
|
+
"@types/node@*", "@types/node@^22.5.5":
|
2154
|
+
version "22.5.5"
|
2155
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.5.tgz#52f939dd0f65fc552a4ad0b392f3c466cc5d7a44"
|
2156
|
+
integrity sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==
|
2203
2157
|
dependencies:
|
2204
|
-
undici-types "~6.
|
2158
|
+
undici-types "~6.19.2"
|
2205
2159
|
|
2206
2160
|
"@types/node@^12.19.9":
|
2207
2161
|
version "12.20.55"
|
@@ -2215,13 +2169,6 @@
|
|
2215
2169
|
dependencies:
|
2216
2170
|
undici-types "~5.26.4"
|
2217
2171
|
|
2218
|
-
"@types/node@^22.5.5":
|
2219
|
-
version "22.5.5"
|
2220
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.5.tgz#52f939dd0f65fc552a4ad0b392f3c466cc5d7a44"
|
2221
|
-
integrity sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==
|
2222
|
-
dependencies:
|
2223
|
-
undici-types "~6.19.2"
|
2224
|
-
|
2225
2172
|
"@types/normalize-package-data@^2.4.0":
|
2226
2173
|
version "2.4.1"
|
2227
2174
|
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
|
@@ -4787,11 +4734,6 @@ is-docker@^2.0.0:
|
|
4787
4734
|
resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa"
|
4788
4735
|
integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==
|
4789
4736
|
|
4790
|
-
is-docker@^3.0.0:
|
4791
|
-
version "3.0.0"
|
4792
|
-
resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-3.0.0.tgz#90093aa3106277d8a77a5910dbae71747e15a200"
|
4793
|
-
integrity sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==
|
4794
|
-
|
4795
4737
|
is-extglob@^2.1.1:
|
4796
4738
|
version "2.1.1"
|
4797
4739
|
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
|
@@ -4826,13 +4768,6 @@ is-in-ci@^0.1.0:
|
|
4826
4768
|
resolved "https://registry.yarnpkg.com/is-in-ci/-/is-in-ci-0.1.0.tgz#5e07d6a02ec3a8292d3f590973357efa3fceb0d3"
|
4827
4769
|
integrity sha512-d9PXLEY0v1iJ64xLiQMJ51J128EYHAaOR4yZqQi8aHGfw6KgifM3/Viw1oZZ1GCVmb3gBuyhLyHj0HgR2DhSXQ==
|
4828
4770
|
|
4829
|
-
is-inside-container@^1.0.0:
|
4830
|
-
version "1.0.0"
|
4831
|
-
resolved "https://registry.yarnpkg.com/is-inside-container/-/is-inside-container-1.0.0.tgz#e81fba699662eb31dbdaf26766a61d4814717ea4"
|
4832
|
-
integrity sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==
|
4833
|
-
dependencies:
|
4834
|
-
is-docker "^3.0.0"
|
4835
|
-
|
4836
4771
|
is-negative-zero@^2.0.2:
|
4837
4772
|
version "2.0.2"
|
4838
4773
|
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.2.tgz#7bf6f03a28003b8b3965de3ac26f664d765f3150"
|
@@ -4950,20 +4885,13 @@ is-windows@^1.0.2:
|
|
4950
4885
|
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
|
4951
4886
|
integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==
|
4952
4887
|
|
4953
|
-
is-wsl@^2.1.1:
|
4888
|
+
is-wsl@^2.1.1, is-wsl@^2.2.0:
|
4954
4889
|
version "2.2.0"
|
4955
4890
|
resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271"
|
4956
4891
|
integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==
|
4957
4892
|
dependencies:
|
4958
4893
|
is-docker "^2.0.0"
|
4959
4894
|
|
4960
|
-
is-wsl@^3:
|
4961
|
-
version "3.1.0"
|
4962
|
-
resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-3.1.0.tgz#e1c657e39c10090afcbedec61720f6b924c3cbd2"
|
4963
|
-
integrity sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==
|
4964
|
-
dependencies:
|
4965
|
-
is-inside-container "^1.0.0"
|
4966
|
-
|
4967
4895
|
isarray@0.0.1:
|
4968
4896
|
version "0.0.1"
|
4969
4897
|
resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
|
@@ -7435,11 +7363,6 @@ undici-types@~5.26.4:
|
|
7435
7363
|
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
|
7436
7364
|
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
|
7437
7365
|
|
7438
|
-
undici-types@~6.13.0:
|
7439
|
-
version "6.13.0"
|
7440
|
-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.13.0.tgz#e3e79220ab8c81ed1496b5812471afd7cf075ea5"
|
7441
|
-
integrity sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==
|
7442
|
-
|
7443
7366
|
undici-types@~6.19.2:
|
7444
7367
|
version "6.19.8"
|
7445
7368
|
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,21 +1,21 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
3
|
"description": "Commands to interact with org shapes",
|
4
|
-
"version": "2.6.
|
4
|
+
"version": "2.6.2",
|
5
5
|
"author": "Salesforce",
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
7
7
|
"dependencies": {
|
8
8
|
"@oclif/core": "^4",
|
9
|
-
"@salesforce/core": "^8.6.
|
9
|
+
"@salesforce/core": "^8.6.4",
|
10
10
|
"@salesforce/kit": "^3.2.3",
|
11
11
|
"@salesforce/sf-plugins-core": "^12.0.7",
|
12
12
|
"change-case": "^5.4.4"
|
13
13
|
},
|
14
14
|
"devDependencies": {
|
15
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
16
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
17
|
-
"@salesforce/dev-scripts": "^10.2.
|
18
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
15
|
+
"@oclif/plugin-command-snapshot": "^5.2.20",
|
16
|
+
"@salesforce/cli-plugins-testkit": "^5.3.36",
|
17
|
+
"@salesforce/dev-scripts": "^10.2.11",
|
18
|
+
"@salesforce/plugin-command-reference": "^3.1.33",
|
19
19
|
"@salesforce/ts-types": "^2.0.11",
|
20
20
|
"@types/chai-as-promised": "^7.1.8",
|
21
21
|
"@types/chai-string": "^1.4.5",
|
@@ -219,7 +219,7 @@
|
|
219
219
|
"exports": "./lib/index.js",
|
220
220
|
"type": "module",
|
221
221
|
"sfdx": {
|
222
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.
|
223
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.
|
222
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.2.crt",
|
223
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.2.sig"
|
224
224
|
}
|
225
225
|
}
|