@salesforce/plugin-signups 2.2.3 → 2.2.5
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 +113 -285
- package/oclif.lock +37 -71
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
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.2.
|
126
|
+
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.5/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.2.
|
182
|
+
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.5/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.2.
|
222
|
+
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.5/src/commands/org/delete/shape.ts)_
|
223
223
|
|
224
224
|
## `sf org delete snapshot`
|
225
225
|
|
@@ -263,7 +263,7 @@ FLAG DESCRIPTIONS
|
|
263
263
|
The IDs of scratch org snapshots start with 0Oo.
|
264
264
|
```
|
265
265
|
|
266
|
-
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.
|
266
|
+
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.5/src/commands/org/delete/snapshot.ts)_
|
267
267
|
|
268
268
|
## `sf org get snapshot`
|
269
269
|
|
@@ -310,7 +310,7 @@ FLAG DESCRIPTIONS
|
|
310
310
|
The IDs of scratch org snapshots start with 0Oo.
|
311
311
|
```
|
312
312
|
|
313
|
-
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.
|
313
|
+
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.5/src/commands/org/get/snapshot.ts)_
|
314
314
|
|
315
315
|
## `sf org list shape`
|
316
316
|
|
@@ -343,7 +343,7 @@ EXAMPLES
|
|
343
343
|
$ sf org list shape --json > tmp/MyOrgShapeList.json
|
344
344
|
```
|
345
345
|
|
346
|
-
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.
|
346
|
+
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.5/src/commands/org/list/shape.ts)_
|
347
347
|
|
348
348
|
## `sf org list snapshot`
|
349
349
|
|
@@ -385,6 +385,6 @@ EXAMPLES
|
|
385
385
|
$ sf org list snapshot --target-dev-hub SnapshotDevHub
|
386
386
|
```
|
387
387
|
|
388
|
-
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.
|
388
|
+
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.5/src/commands/org/list/snapshot.ts)_
|
389
389
|
|
390
390
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,23 +1,23 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
|
-
"version": "2.2.
|
3
|
+
"version": "2.2.5",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@salesforce/plugin-signups",
|
9
|
-
"version": "2.2.
|
9
|
+
"version": "2.2.5",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@oclif/core": "^3.26.2",
|
13
|
-
"@salesforce/core": "^7.3.
|
13
|
+
"@salesforce/core": "^7.3.1",
|
14
14
|
"@salesforce/kit": "^3.1.0",
|
15
15
|
"@salesforce/sf-plugins-core": "^9.0.0",
|
16
16
|
"chalk": "^5.3.0",
|
17
|
-
"change-case": "^5.4.
|
17
|
+
"change-case": "^5.4.4"
|
18
18
|
},
|
19
19
|
"devDependencies": {
|
20
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
20
|
+
"@oclif/plugin-command-snapshot": "^5.1.7",
|
21
21
|
"@salesforce/cli-plugins-testkit": "^5.2.1",
|
22
22
|
"@salesforce/dev-scripts": "^9.0.0",
|
23
23
|
"@salesforce/plugin-command-reference": "^3.0.78",
|
@@ -1898,6 +1898,24 @@
|
|
1898
1898
|
"node": ">=12"
|
1899
1899
|
}
|
1900
1900
|
},
|
1901
|
+
"node_modules/@commitlint/cli/node_modules/wrap-ansi": {
|
1902
|
+
"version": "7.0.0",
|
1903
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
1904
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
1905
|
+
"dev": true,
|
1906
|
+
"license": "MIT",
|
1907
|
+
"dependencies": {
|
1908
|
+
"ansi-styles": "^4.0.0",
|
1909
|
+
"string-width": "^4.1.0",
|
1910
|
+
"strip-ansi": "^6.0.0"
|
1911
|
+
},
|
1912
|
+
"engines": {
|
1913
|
+
"node": ">=10"
|
1914
|
+
},
|
1915
|
+
"funding": {
|
1916
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
1917
|
+
}
|
1918
|
+
},
|
1901
1919
|
"node_modules/@commitlint/cli/node_modules/yargs": {
|
1902
1920
|
"version": "17.7.0",
|
1903
1921
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.0.tgz",
|
@@ -2591,20 +2609,6 @@
|
|
2591
2609
|
"url": "https://github.com/sponsors/isaacs"
|
2592
2610
|
}
|
2593
2611
|
},
|
2594
|
-
"node_modules/@inquirer/confirm/node_modules/wrap-ansi": {
|
2595
|
-
"version": "6.2.0",
|
2596
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
2597
|
-
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
2598
|
-
"license": "MIT",
|
2599
|
-
"dependencies": {
|
2600
|
-
"ansi-styles": "^4.0.0",
|
2601
|
-
"string-width": "^4.1.0",
|
2602
|
-
"strip-ansi": "^6.0.0"
|
2603
|
-
},
|
2604
|
-
"engines": {
|
2605
|
-
"node": ">=8"
|
2606
|
-
}
|
2607
|
-
},
|
2608
2612
|
"node_modules/@inquirer/core": {
|
2609
2613
|
"version": "7.1.2",
|
2610
2614
|
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.1.2.tgz",
|
@@ -2660,21 +2664,6 @@
|
|
2660
2664
|
"url": "https://github.com/sponsors/isaacs"
|
2661
2665
|
}
|
2662
2666
|
},
|
2663
|
-
"node_modules/@inquirer/core/node_modules/wrap-ansi": {
|
2664
|
-
"version": "6.2.0",
|
2665
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
2666
|
-
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
2667
|
-
"dev": true,
|
2668
|
-
"license": "MIT",
|
2669
|
-
"dependencies": {
|
2670
|
-
"ansi-styles": "^4.0.0",
|
2671
|
-
"string-width": "^4.1.0",
|
2672
|
-
"strip-ansi": "^6.0.0"
|
2673
|
-
},
|
2674
|
-
"engines": {
|
2675
|
-
"node": ">=8"
|
2676
|
-
}
|
2677
|
-
},
|
2678
2667
|
"node_modules/@inquirer/input": {
|
2679
2668
|
"version": "2.1.2",
|
2680
2669
|
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.2.tgz",
|
@@ -2766,20 +2755,6 @@
|
|
2766
2755
|
"url": "https://github.com/sponsors/isaacs"
|
2767
2756
|
}
|
2768
2757
|
},
|
2769
|
-
"node_modules/@inquirer/password/node_modules/wrap-ansi": {
|
2770
|
-
"version": "6.2.0",
|
2771
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
2772
|
-
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
2773
|
-
"license": "MIT",
|
2774
|
-
"dependencies": {
|
2775
|
-
"ansi-styles": "^4.0.0",
|
2776
|
-
"string-width": "^4.1.0",
|
2777
|
-
"strip-ansi": "^6.0.0"
|
2778
|
-
},
|
2779
|
-
"engines": {
|
2780
|
-
"node": ">=8"
|
2781
|
-
}
|
2782
|
-
},
|
2783
2758
|
"node_modules/@inquirer/select": {
|
2784
2759
|
"version": "2.2.2",
|
2785
2760
|
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.2.2.tgz",
|
@@ -3199,21 +3174,6 @@
|
|
3199
3174
|
"node": ">=8"
|
3200
3175
|
}
|
3201
3176
|
},
|
3202
|
-
"node_modules/@oclif/core/node_modules/ejs": {
|
3203
|
-
"version": "3.1.10",
|
3204
|
-
"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz",
|
3205
|
-
"integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==",
|
3206
|
-
"license": "Apache-2.0",
|
3207
|
-
"dependencies": {
|
3208
|
-
"jake": "^10.8.5"
|
3209
|
-
},
|
3210
|
-
"bin": {
|
3211
|
-
"ejs": "bin/cli.js"
|
3212
|
-
},
|
3213
|
-
"engines": {
|
3214
|
-
"node": ">=0.10.0"
|
3215
|
-
}
|
3216
|
-
},
|
3217
3177
|
"node_modules/@oclif/core/node_modules/js-yaml": {
|
3218
3178
|
"version": "3.14.1",
|
3219
3179
|
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
@@ -3257,14 +3217,31 @@
|
|
3257
3217
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
3258
3218
|
}
|
3259
3219
|
},
|
3220
|
+
"node_modules/@oclif/core/node_modules/wrap-ansi": {
|
3221
|
+
"version": "7.0.0",
|
3222
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
3223
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
3224
|
+
"license": "MIT",
|
3225
|
+
"dependencies": {
|
3226
|
+
"ansi-styles": "^4.0.0",
|
3227
|
+
"string-width": "^4.1.0",
|
3228
|
+
"strip-ansi": "^6.0.0"
|
3229
|
+
},
|
3230
|
+
"engines": {
|
3231
|
+
"node": ">=10"
|
3232
|
+
},
|
3233
|
+
"funding": {
|
3234
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
3235
|
+
}
|
3236
|
+
},
|
3260
3237
|
"node_modules/@oclif/plugin-command-snapshot": {
|
3261
|
-
"version": "5.1.
|
3262
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
3263
|
-
"integrity": "sha512
|
3238
|
+
"version": "5.1.7",
|
3239
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz",
|
3240
|
+
"integrity": "sha512-pUxopI9/bAZ0ddwLSAH2L7V/vSbzvobjvOtUk5XMm49Rkf/+b+dqcsf/J1uVh8LCMQz8OYfa4lVc/t4hBpD1Kw==",
|
3264
3241
|
"dev": true,
|
3265
3242
|
"license": "MIT",
|
3266
3243
|
"dependencies": {
|
3267
|
-
"@oclif/core": "3.
|
3244
|
+
"@oclif/core": "3.26.4",
|
3268
3245
|
"@types/lodash.difference": "^4.5.9",
|
3269
3246
|
"chalk": "^5.3.0",
|
3270
3247
|
"globby": "^14.0.1",
|
@@ -3273,123 +3250,12 @@
|
|
3273
3250
|
"lodash.get": "^4.4.2",
|
3274
3251
|
"lodash.sortby": "^4.7.0",
|
3275
3252
|
"semver": "^7.6.0",
|
3276
|
-
"ts-json-schema-generator": "^1.5.
|
3277
|
-
},
|
3278
|
-
"engines": {
|
3279
|
-
"node": ">=18.0.0"
|
3280
|
-
}
|
3281
|
-
},
|
3282
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
3283
|
-
"version": "3.25.2",
|
3284
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.25.2.tgz",
|
3285
|
-
"integrity": "sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==",
|
3286
|
-
"dev": true,
|
3287
|
-
"license": "MIT",
|
3288
|
-
"dependencies": {
|
3289
|
-
"@types/cli-progress": "^3.11.5",
|
3290
|
-
"ansi-escapes": "^4.3.2",
|
3291
|
-
"ansi-styles": "^4.3.0",
|
3292
|
-
"cardinal": "^2.1.1",
|
3293
|
-
"chalk": "^4.1.2",
|
3294
|
-
"clean-stack": "^3.0.1",
|
3295
|
-
"cli-progress": "^3.12.0",
|
3296
|
-
"color": "^4.2.3",
|
3297
|
-
"debug": "^4.3.4",
|
3298
|
-
"ejs": "^3.1.9",
|
3299
|
-
"get-package-type": "^0.1.0",
|
3300
|
-
"globby": "^11.1.0",
|
3301
|
-
"hyperlinker": "^1.0.0",
|
3302
|
-
"indent-string": "^4.0.0",
|
3303
|
-
"is-wsl": "^2.2.0",
|
3304
|
-
"js-yaml": "^3.14.1",
|
3305
|
-
"minimatch": "^9.0.3",
|
3306
|
-
"natural-orderby": "^2.0.3",
|
3307
|
-
"object-treeify": "^1.1.33",
|
3308
|
-
"password-prompt": "^1.1.3",
|
3309
|
-
"slice-ansi": "^4.0.0",
|
3310
|
-
"string-width": "^4.2.3",
|
3311
|
-
"strip-ansi": "^6.0.1",
|
3312
|
-
"supports-color": "^8.1.1",
|
3313
|
-
"supports-hyperlinks": "^2.2.0",
|
3314
|
-
"widest-line": "^3.1.0",
|
3315
|
-
"wordwrap": "^1.0.0",
|
3316
|
-
"wrap-ansi": "^7.0.0"
|
3253
|
+
"ts-json-schema-generator": "^1.5.1"
|
3317
3254
|
},
|
3318
3255
|
"engines": {
|
3319
3256
|
"node": ">=18.0.0"
|
3320
3257
|
}
|
3321
3258
|
},
|
3322
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
|
3323
|
-
"version": "4.1.2",
|
3324
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
3325
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
3326
|
-
"dev": true,
|
3327
|
-
"license": "MIT",
|
3328
|
-
"dependencies": {
|
3329
|
-
"ansi-styles": "^4.1.0",
|
3330
|
-
"supports-color": "^7.1.0"
|
3331
|
-
},
|
3332
|
-
"engines": {
|
3333
|
-
"node": ">=10"
|
3334
|
-
},
|
3335
|
-
"funding": {
|
3336
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
3337
|
-
}
|
3338
|
-
},
|
3339
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
3340
|
-
"version": "7.2.0",
|
3341
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
3342
|
-
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
3343
|
-
"dev": true,
|
3344
|
-
"license": "MIT",
|
3345
|
-
"dependencies": {
|
3346
|
-
"has-flag": "^4.0.0"
|
3347
|
-
},
|
3348
|
-
"engines": {
|
3349
|
-
"node": ">=8"
|
3350
|
-
}
|
3351
|
-
},
|
3352
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
|
3353
|
-
"version": "11.1.0",
|
3354
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
3355
|
-
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
3356
|
-
"dev": true,
|
3357
|
-
"license": "MIT",
|
3358
|
-
"dependencies": {
|
3359
|
-
"array-union": "^2.1.0",
|
3360
|
-
"dir-glob": "^3.0.1",
|
3361
|
-
"fast-glob": "^3.2.9",
|
3362
|
-
"ignore": "^5.2.0",
|
3363
|
-
"merge2": "^1.4.1",
|
3364
|
-
"slash": "^3.0.0"
|
3365
|
-
},
|
3366
|
-
"engines": {
|
3367
|
-
"node": ">=10"
|
3368
|
-
},
|
3369
|
-
"funding": {
|
3370
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
3371
|
-
}
|
3372
|
-
},
|
3373
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
|
3374
|
-
"version": "3.0.0",
|
3375
|
-
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
3376
|
-
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
3377
|
-
"dev": true,
|
3378
|
-
"license": "MIT",
|
3379
|
-
"engines": {
|
3380
|
-
"node": ">=8"
|
3381
|
-
}
|
3382
|
-
},
|
3383
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/argparse": {
|
3384
|
-
"version": "1.0.10",
|
3385
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
3386
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
3387
|
-
"dev": true,
|
3388
|
-
"license": "MIT",
|
3389
|
-
"dependencies": {
|
3390
|
-
"sprintf-js": "~1.0.2"
|
3391
|
-
}
|
3392
|
-
},
|
3393
3259
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
|
3394
3260
|
"version": "14.0.1",
|
3395
3261
|
"resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
|
@@ -3411,36 +3277,6 @@
|
|
3411
3277
|
"url": "https://github.com/sponsors/sindresorhus"
|
3412
3278
|
}
|
3413
3279
|
},
|
3414
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/js-yaml": {
|
3415
|
-
"version": "3.14.1",
|
3416
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
3417
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
3418
|
-
"dev": true,
|
3419
|
-
"license": "MIT",
|
3420
|
-
"dependencies": {
|
3421
|
-
"argparse": "^1.0.7",
|
3422
|
-
"esprima": "^4.0.0"
|
3423
|
-
},
|
3424
|
-
"bin": {
|
3425
|
-
"js-yaml": "bin/js-yaml.js"
|
3426
|
-
}
|
3427
|
-
},
|
3428
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/minimatch": {
|
3429
|
-
"version": "9.0.4",
|
3430
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
3431
|
-
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
3432
|
-
"dev": true,
|
3433
|
-
"license": "ISC",
|
3434
|
-
"dependencies": {
|
3435
|
-
"brace-expansion": "^2.0.1"
|
3436
|
-
},
|
3437
|
-
"engines": {
|
3438
|
-
"node": ">=16 || 14 >=14.17"
|
3439
|
-
},
|
3440
|
-
"funding": {
|
3441
|
-
"url": "https://github.com/sponsors/isaacs"
|
3442
|
-
}
|
3443
|
-
},
|
3444
3280
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
3445
3281
|
"version": "5.0.0",
|
3446
3282
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
@@ -3467,22 +3303,6 @@
|
|
3467
3303
|
"url": "https://github.com/sponsors/sindresorhus"
|
3468
3304
|
}
|
3469
3305
|
},
|
3470
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
|
3471
|
-
"version": "8.1.1",
|
3472
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
3473
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
3474
|
-
"dev": true,
|
3475
|
-
"license": "MIT",
|
3476
|
-
"dependencies": {
|
3477
|
-
"has-flag": "^4.0.0"
|
3478
|
-
},
|
3479
|
-
"engines": {
|
3480
|
-
"node": ">=10"
|
3481
|
-
},
|
3482
|
-
"funding": {
|
3483
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
3484
|
-
}
|
3485
|
-
},
|
3486
3306
|
"node_modules/@oclif/plugin-help": {
|
3487
3307
|
"version": "6.0.20",
|
3488
3308
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.20.tgz",
|
@@ -3661,13 +3481,13 @@
|
|
3661
3481
|
}
|
3662
3482
|
},
|
3663
3483
|
"node_modules/@salesforce/core": {
|
3664
|
-
"version": "7.3.
|
3665
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.
|
3666
|
-
"integrity": "sha512-
|
3484
|
+
"version": "7.3.1",
|
3485
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.1.tgz",
|
3486
|
+
"integrity": "sha512-jdc0GOUlV4xvyF9dPbBKNPDvQc06uj5YHFEHvdhCAFtCvqgtubpDzlyDppac2kdKujh4c7UH2KreboNvJ3LsoQ==",
|
3667
3487
|
"license": "BSD-3-Clause",
|
3668
3488
|
"dependencies": {
|
3669
3489
|
"@jsforce/jsforce-node": "^3.1.0",
|
3670
|
-
"@salesforce/kit": "^3.1.
|
3490
|
+
"@salesforce/kit": "^3.1.1",
|
3671
3491
|
"@salesforce/schemas": "^1.7.0",
|
3672
3492
|
"@salesforce/ts-types": "^2.0.9",
|
3673
3493
|
"ajv": "^8.12.0",
|
@@ -3806,9 +3626,9 @@
|
|
3806
3626
|
}
|
3807
3627
|
},
|
3808
3628
|
"node_modules/@salesforce/kit": {
|
3809
|
-
"version": "3.1.
|
3810
|
-
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.
|
3811
|
-
"integrity": "sha512-
|
3629
|
+
"version": "3.1.1",
|
3630
|
+
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.1.tgz",
|
3631
|
+
"integrity": "sha512-Cjkh+USp5PtdZmD30r1Y7d+USpIhQz9B48w76esBtYpgqzhyj806LHkVgEfmorLNq2Qe8EO5rtUYd+XZ3rnV9w==",
|
3812
3632
|
"license": "BSD-3-Clause",
|
3813
3633
|
"dependencies": {
|
3814
3634
|
"@salesforce/ts-types": "^2.0.9",
|
@@ -5983,9 +5803,9 @@
|
|
5983
5803
|
}
|
5984
5804
|
},
|
5985
5805
|
"node_modules/change-case": {
|
5986
|
-
"version": "5.4.
|
5987
|
-
"resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.
|
5988
|
-
"integrity": "sha512-
|
5806
|
+
"version": "5.4.4",
|
5807
|
+
"resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
|
5808
|
+
"integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
|
5989
5809
|
"license": "MIT"
|
5990
5810
|
},
|
5991
5811
|
"node_modules/chardet": {
|
@@ -6148,21 +5968,6 @@
|
|
6148
5968
|
"wrap-ansi": "^6.2.0"
|
6149
5969
|
}
|
6150
5970
|
},
|
6151
|
-
"node_modules/cliui/node_modules/wrap-ansi": {
|
6152
|
-
"version": "6.2.0",
|
6153
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
6154
|
-
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
6155
|
-
"dev": true,
|
6156
|
-
"license": "MIT",
|
6157
|
-
"dependencies": {
|
6158
|
-
"ansi-styles": "^4.0.0",
|
6159
|
-
"string-width": "^4.1.0",
|
6160
|
-
"strip-ansi": "^6.0.0"
|
6161
|
-
},
|
6162
|
-
"engines": {
|
6163
|
-
"node": ">=8"
|
6164
|
-
}
|
6165
|
-
},
|
6166
5971
|
"node_modules/color": {
|
6167
5972
|
"version": "4.2.3",
|
6168
5973
|
"resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
|
@@ -6799,10 +6604,9 @@
|
|
6799
6604
|
}
|
6800
6605
|
},
|
6801
6606
|
"node_modules/ejs": {
|
6802
|
-
"version": "3.1.
|
6803
|
-
"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.
|
6804
|
-
"integrity": "sha512-
|
6805
|
-
"dev": true,
|
6607
|
+
"version": "3.1.10",
|
6608
|
+
"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz",
|
6609
|
+
"integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==",
|
6806
6610
|
"license": "Apache-2.0",
|
6807
6611
|
"dependencies": {
|
6808
6612
|
"jake": "^10.8.5"
|
@@ -11066,6 +10870,22 @@
|
|
11066
10870
|
"tslib": "^2.0.3"
|
11067
10871
|
}
|
11068
10872
|
},
|
10873
|
+
"node_modules/oclif/node_modules/ejs": {
|
10874
|
+
"version": "3.1.9",
|
10875
|
+
"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz",
|
10876
|
+
"integrity": "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==",
|
10877
|
+
"dev": true,
|
10878
|
+
"license": "Apache-2.0",
|
10879
|
+
"dependencies": {
|
10880
|
+
"jake": "^10.8.5"
|
10881
|
+
},
|
10882
|
+
"bin": {
|
10883
|
+
"ejs": "bin/cli.js"
|
10884
|
+
},
|
10885
|
+
"engines": {
|
10886
|
+
"node": ">=0.10.0"
|
10887
|
+
}
|
10888
|
+
},
|
11069
10889
|
"node_modules/on-exit-leak-free": {
|
11070
10890
|
"version": "2.1.0",
|
11071
10891
|
"resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.0.tgz",
|
@@ -13094,19 +12914,19 @@
|
|
13094
12914
|
}
|
13095
12915
|
},
|
13096
12916
|
"node_modules/ts-json-schema-generator": {
|
13097
|
-
"version": "1.5.
|
13098
|
-
"resolved": "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-1.5.
|
13099
|
-
"integrity": "sha512-
|
12917
|
+
"version": "1.5.1",
|
12918
|
+
"resolved": "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-1.5.1.tgz",
|
12919
|
+
"integrity": "sha512-apX5qG2+NA66j7b4AJm8q/DpdTeOsjfh7A3LpKsUiil0FepkNwtN28zYgjrsiiya2/OPhsr/PSjX5FUYg79rCg==",
|
13100
12920
|
"dev": true,
|
13101
12921
|
"license": "MIT",
|
13102
12922
|
"dependencies": {
|
13103
|
-
"@types/json-schema": "^7.0.
|
13104
|
-
"commander": "^
|
12923
|
+
"@types/json-schema": "^7.0.15",
|
12924
|
+
"commander": "^12.0.0",
|
13105
12925
|
"glob": "^8.0.3",
|
13106
12926
|
"json5": "^2.2.3",
|
13107
12927
|
"normalize-path": "^3.0.0",
|
13108
12928
|
"safe-stable-stringify": "^2.4.3",
|
13109
|
-
"typescript": "~5.
|
12929
|
+
"typescript": "~5.4.2"
|
13110
12930
|
},
|
13111
12931
|
"bin": {
|
13112
12932
|
"ts-json-schema-generator": "bin/ts-json-schema-generator"
|
@@ -13115,14 +12935,21 @@
|
|
13115
12935
|
"node": ">=10.0.0"
|
13116
12936
|
}
|
13117
12937
|
},
|
12938
|
+
"node_modules/ts-json-schema-generator/node_modules/@types/json-schema": {
|
12939
|
+
"version": "7.0.15",
|
12940
|
+
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
|
12941
|
+
"integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
|
12942
|
+
"dev": true,
|
12943
|
+
"license": "MIT"
|
12944
|
+
},
|
13118
12945
|
"node_modules/ts-json-schema-generator/node_modules/commander": {
|
13119
|
-
"version": "
|
13120
|
-
"resolved": "https://registry.npmjs.org/commander/-/commander-
|
13121
|
-
"integrity": "sha512-
|
12946
|
+
"version": "12.0.0",
|
12947
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-12.0.0.tgz",
|
12948
|
+
"integrity": "sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==",
|
13122
12949
|
"dev": true,
|
13123
12950
|
"license": "MIT",
|
13124
12951
|
"engines": {
|
13125
|
-
"node": ">=
|
12952
|
+
"node": ">=18"
|
13126
12953
|
}
|
13127
12954
|
},
|
13128
12955
|
"node_modules/ts-json-schema-generator/node_modules/glob": {
|
@@ -13158,20 +12985,6 @@
|
|
13158
12985
|
"node": ">=10"
|
13159
12986
|
}
|
13160
12987
|
},
|
13161
|
-
"node_modules/ts-json-schema-generator/node_modules/typescript": {
|
13162
|
-
"version": "5.3.3",
|
13163
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
|
13164
|
-
"integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
|
13165
|
-
"dev": true,
|
13166
|
-
"license": "Apache-2.0",
|
13167
|
-
"bin": {
|
13168
|
-
"tsc": "bin/tsc",
|
13169
|
-
"tsserver": "bin/tsserver"
|
13170
|
-
},
|
13171
|
-
"engines": {
|
13172
|
-
"node": ">=14.17"
|
13173
|
-
}
|
13174
|
-
},
|
13175
12988
|
"node_modules/ts-node": {
|
13176
12989
|
"version": "10.9.2",
|
13177
12990
|
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz",
|
@@ -13792,9 +13605,9 @@
|
|
13792
13605
|
"license": "Apache-2.0"
|
13793
13606
|
},
|
13794
13607
|
"node_modules/wrap-ansi": {
|
13795
|
-
"version": "
|
13796
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-
|
13797
|
-
"integrity": "sha512-
|
13608
|
+
"version": "6.2.0",
|
13609
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
13610
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
13798
13611
|
"license": "MIT",
|
13799
13612
|
"dependencies": {
|
13800
13613
|
"ansi-styles": "^4.0.0",
|
@@ -13802,10 +13615,7 @@
|
|
13802
13615
|
"strip-ansi": "^6.0.0"
|
13803
13616
|
},
|
13804
13617
|
"engines": {
|
13805
|
-
"node": ">=
|
13806
|
-
},
|
13807
|
-
"funding": {
|
13808
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
13618
|
+
"node": ">=8"
|
13809
13619
|
}
|
13810
13620
|
},
|
13811
13621
|
"node_modules/wrap-ansi-cjs": {
|
@@ -13984,6 +13794,24 @@
|
|
13984
13794
|
"wrap-ansi": "^7.0.0"
|
13985
13795
|
}
|
13986
13796
|
},
|
13797
|
+
"node_modules/yargs/node_modules/wrap-ansi": {
|
13798
|
+
"version": "7.0.0",
|
13799
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
13800
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
13801
|
+
"dev": true,
|
13802
|
+
"license": "MIT",
|
13803
|
+
"dependencies": {
|
13804
|
+
"ansi-styles": "^4.0.0",
|
13805
|
+
"string-width": "^4.1.0",
|
13806
|
+
"strip-ansi": "^6.0.0"
|
13807
|
+
},
|
13808
|
+
"engines": {
|
13809
|
+
"node": ">=10"
|
13810
|
+
},
|
13811
|
+
"funding": {
|
13812
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
13813
|
+
}
|
13814
|
+
},
|
13987
13815
|
"node_modules/yn": {
|
13988
13816
|
"version": "3.1.1",
|
13989
13817
|
"resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz",
|
package/oclif.lock
CHANGED
@@ -1533,41 +1533,7 @@
|
|
1533
1533
|
"@nodelib/fs.scandir" "2.1.5"
|
1534
1534
|
fastq "^1.6.0"
|
1535
1535
|
|
1536
|
-
"@oclif/core@3.
|
1537
|
-
version "3.25.2"
|
1538
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.25.2.tgz#a26d56abe5686c57c1e973957777bd2ae324e973"
|
1539
|
-
integrity sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==
|
1540
|
-
dependencies:
|
1541
|
-
"@types/cli-progress" "^3.11.5"
|
1542
|
-
ansi-escapes "^4.3.2"
|
1543
|
-
ansi-styles "^4.3.0"
|
1544
|
-
cardinal "^2.1.1"
|
1545
|
-
chalk "^4.1.2"
|
1546
|
-
clean-stack "^3.0.1"
|
1547
|
-
cli-progress "^3.12.0"
|
1548
|
-
color "^4.2.3"
|
1549
|
-
debug "^4.3.4"
|
1550
|
-
ejs "^3.1.9"
|
1551
|
-
get-package-type "^0.1.0"
|
1552
|
-
globby "^11.1.0"
|
1553
|
-
hyperlinker "^1.0.0"
|
1554
|
-
indent-string "^4.0.0"
|
1555
|
-
is-wsl "^2.2.0"
|
1556
|
-
js-yaml "^3.14.1"
|
1557
|
-
minimatch "^9.0.3"
|
1558
|
-
natural-orderby "^2.0.3"
|
1559
|
-
object-treeify "^1.1.33"
|
1560
|
-
password-prompt "^1.1.3"
|
1561
|
-
slice-ansi "^4.0.0"
|
1562
|
-
string-width "^4.2.3"
|
1563
|
-
strip-ansi "^6.0.1"
|
1564
|
-
supports-color "^8.1.1"
|
1565
|
-
supports-hyperlinks "^2.2.0"
|
1566
|
-
widest-line "^3.1.0"
|
1567
|
-
wordwrap "^1.0.0"
|
1568
|
-
wrap-ansi "^7.0.0"
|
1569
|
-
|
1570
|
-
"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3":
|
1536
|
+
"@oclif/core@3.26.4", "@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3":
|
1571
1537
|
version "3.26.4"
|
1572
1538
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
|
1573
1539
|
integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
|
@@ -1601,12 +1567,12 @@
|
|
1601
1567
|
wordwrap "^1.0.0"
|
1602
1568
|
wrap-ansi "^7.0.0"
|
1603
1569
|
|
1604
|
-
"@oclif/plugin-command-snapshot@^5.1.
|
1605
|
-
version "5.1.
|
1606
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
1607
|
-
integrity sha512
|
1570
|
+
"@oclif/plugin-command-snapshot@^5.1.7":
|
1571
|
+
version "5.1.7"
|
1572
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz#b62da4c6cf20fa38af139ca2e9ba75d2b49d4050"
|
1573
|
+
integrity sha512-pUxopI9/bAZ0ddwLSAH2L7V/vSbzvobjvOtUk5XMm49Rkf/+b+dqcsf/J1uVh8LCMQz8OYfa4lVc/t4hBpD1Kw==
|
1608
1574
|
dependencies:
|
1609
|
-
"@oclif/core" "3.
|
1575
|
+
"@oclif/core" "3.26.4"
|
1610
1576
|
"@types/lodash.difference" "^4.5.9"
|
1611
1577
|
chalk "^5.3.0"
|
1612
1578
|
globby "^14.0.1"
|
@@ -1615,7 +1581,7 @@
|
|
1615
1581
|
lodash.get "^4.4.2"
|
1616
1582
|
lodash.sortby "^4.7.0"
|
1617
1583
|
semver "^7.6.0"
|
1618
|
-
ts-json-schema-generator "^1.5.
|
1584
|
+
ts-json-schema-generator "^1.5.1"
|
1619
1585
|
|
1620
1586
|
"@oclif/plugin-help@^6.0.18":
|
1621
1587
|
version "6.0.20"
|
@@ -1665,13 +1631,13 @@
|
|
1665
1631
|
strip-ansi "6.0.1"
|
1666
1632
|
ts-retry-promise "^0.8.0"
|
1667
1633
|
|
1668
|
-
"@salesforce/core@^7.0.0", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.
|
1669
|
-
version "7.3.
|
1670
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.
|
1671
|
-
integrity sha512-
|
1634
|
+
"@salesforce/core@^7.0.0", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.1":
|
1635
|
+
version "7.3.1"
|
1636
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.1.tgz#cda324f7a5ff1be6d7381943b15b23dbe3cd5dec"
|
1637
|
+
integrity sha512-jdc0GOUlV4xvyF9dPbBKNPDvQc06uj5YHFEHvdhCAFtCvqgtubpDzlyDppac2kdKujh4c7UH2KreboNvJ3LsoQ==
|
1672
1638
|
dependencies:
|
1673
1639
|
"@jsforce/jsforce-node" "^3.1.0"
|
1674
|
-
"@salesforce/kit" "^3.1.
|
1640
|
+
"@salesforce/kit" "^3.1.1"
|
1675
1641
|
"@salesforce/schemas" "^1.7.0"
|
1676
1642
|
"@salesforce/ts-types" "^2.0.9"
|
1677
1643
|
ajv "^8.12.0"
|
@@ -1725,10 +1691,10 @@
|
|
1725
1691
|
typescript "^5.4.3"
|
1726
1692
|
wireit "^0.14.4"
|
1727
1693
|
|
1728
|
-
"@salesforce/kit@^3.1.0":
|
1729
|
-
version "3.1.
|
1730
|
-
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.1.
|
1731
|
-
integrity sha512-
|
1694
|
+
"@salesforce/kit@^3.1.0", "@salesforce/kit@^3.1.1":
|
1695
|
+
version "3.1.1"
|
1696
|
+
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.1.1.tgz#d2147a50887214763cdf1c456d306b6da554d928"
|
1697
|
+
integrity sha512-Cjkh+USp5PtdZmD30r1Y7d+USpIhQz9B48w76esBtYpgqzhyj806LHkVgEfmorLNq2Qe8EO5rtUYd+XZ3rnV9w==
|
1732
1698
|
dependencies:
|
1733
1699
|
"@salesforce/ts-types" "^2.0.9"
|
1734
1700
|
tslib "^2.6.2"
|
@@ -2423,6 +2389,11 @@
|
|
2423
2389
|
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
|
2424
2390
|
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
|
2425
2391
|
|
2392
|
+
"@types/json-schema@^7.0.15":
|
2393
|
+
version "7.0.15"
|
2394
|
+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
|
2395
|
+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
|
2396
|
+
|
2426
2397
|
"@types/json5@^0.0.29":
|
2427
2398
|
version "0.0.29"
|
2428
2399
|
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
|
@@ -3140,10 +3111,10 @@ change-case@^4, change-case@^4.1.2:
|
|
3140
3111
|
snake-case "^3.0.4"
|
3141
3112
|
tslib "^2.0.3"
|
3142
3113
|
|
3143
|
-
change-case@^5.4.
|
3144
|
-
version "5.4.
|
3145
|
-
resolved "https://registry.yarnpkg.com/change-case/-/change-case-5.4.
|
3146
|
-
integrity sha512-
|
3114
|
+
change-case@^5.4.4:
|
3115
|
+
version "5.4.4"
|
3116
|
+
resolved "https://registry.yarnpkg.com/change-case/-/change-case-5.4.4.tgz#0d52b507d8fb8f204343432381d1a6d7bff97a02"
|
3117
|
+
integrity sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==
|
3147
3118
|
|
3148
3119
|
chardet@^0.7.0:
|
3149
3120
|
version "0.7.0"
|
@@ -3304,10 +3275,10 @@ combined-stream@^1.0.8:
|
|
3304
3275
|
dependencies:
|
3305
3276
|
delayed-stream "~1.0.0"
|
3306
3277
|
|
3307
|
-
commander@^
|
3308
|
-
version "
|
3309
|
-
resolved "https://registry.yarnpkg.com/commander/-/commander-
|
3310
|
-
integrity sha512-
|
3278
|
+
commander@^12.0.0:
|
3279
|
+
version "12.0.0"
|
3280
|
+
resolved "https://registry.yarnpkg.com/commander/-/commander-12.0.0.tgz#b929db6df8546080adfd004ab215ed48cf6f2592"
|
3281
|
+
integrity sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==
|
3311
3282
|
|
3312
3283
|
commander@^4.0.1:
|
3313
3284
|
version "4.1.1"
|
@@ -7249,18 +7220,18 @@ ts-api-utils@^1.0.1:
|
|
7249
7220
|
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
|
7250
7221
|
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
|
7251
7222
|
|
7252
|
-
ts-json-schema-generator@^1.5.
|
7253
|
-
version "1.5.
|
7254
|
-
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.
|
7255
|
-
integrity sha512-
|
7223
|
+
ts-json-schema-generator@^1.5.1:
|
7224
|
+
version "1.5.1"
|
7225
|
+
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.1.tgz#7759c421240be86d393a884ad186f926b22332db"
|
7226
|
+
integrity sha512-apX5qG2+NA66j7b4AJm8q/DpdTeOsjfh7A3LpKsUiil0FepkNwtN28zYgjrsiiya2/OPhsr/PSjX5FUYg79rCg==
|
7256
7227
|
dependencies:
|
7257
|
-
"@types/json-schema" "^7.0.
|
7258
|
-
commander "^
|
7228
|
+
"@types/json-schema" "^7.0.15"
|
7229
|
+
commander "^12.0.0"
|
7259
7230
|
glob "^8.0.3"
|
7260
7231
|
json5 "^2.2.3"
|
7261
7232
|
normalize-path "^3.0.0"
|
7262
7233
|
safe-stable-stringify "^2.4.3"
|
7263
|
-
typescript "~5.
|
7234
|
+
typescript "~5.4.2"
|
7264
7235
|
|
7265
7236
|
ts-node@^10.8.1, ts-node@^10.9.2:
|
7266
7237
|
version "10.9.2"
|
@@ -7421,16 +7392,11 @@ typescript@^4.6.4:
|
|
7421
7392
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
|
7422
7393
|
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
|
7423
7394
|
|
7424
|
-
typescript@^5.4.3, typescript@^5.4.5:
|
7395
|
+
typescript@^5.4.3, typescript@^5.4.5, typescript@~5.4.2:
|
7425
7396
|
version "5.4.5"
|
7426
7397
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
|
7427
7398
|
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
|
7428
7399
|
|
7429
|
-
typescript@~5.3.2:
|
7430
|
-
version "5.3.3"
|
7431
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
|
7432
|
-
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
|
7433
|
-
|
7434
7400
|
uglify-js@^3.1.4:
|
7435
7401
|
version "3.17.4"
|
7436
7402
|
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.17.4.tgz#61678cf5fa3f5b7eb789bb345df29afb8257c22c"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,19 +1,19 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
3
|
"description": "Commands to interact with org shapes",
|
4
|
-
"version": "2.2.
|
4
|
+
"version": "2.2.5",
|
5
5
|
"author": "Salesforce",
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
7
7
|
"dependencies": {
|
8
8
|
"@oclif/core": "^3.26.2",
|
9
|
-
"@salesforce/core": "^7.3.
|
9
|
+
"@salesforce/core": "^7.3.1",
|
10
10
|
"@salesforce/kit": "^3.1.0",
|
11
11
|
"@salesforce/sf-plugins-core": "^9.0.0",
|
12
12
|
"chalk": "^5.3.0",
|
13
|
-
"change-case": "^5.4.
|
13
|
+
"change-case": "^5.4.4"
|
14
14
|
},
|
15
15
|
"devDependencies": {
|
16
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
16
|
+
"@oclif/plugin-command-snapshot": "^5.1.7",
|
17
17
|
"@salesforce/cli-plugins-testkit": "^5.2.1",
|
18
18
|
"@salesforce/dev-scripts": "^9.0.0",
|
19
19
|
"@salesforce/plugin-command-reference": "^3.0.78",
|
@@ -256,7 +256,7 @@
|
|
256
256
|
"exports": "./lib/index.js",
|
257
257
|
"type": "module",
|
258
258
|
"sfdx": {
|
259
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.2.
|
260
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.2.
|
259
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.2.5.crt",
|
260
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.2.5.sig"
|
261
261
|
}
|
262
262
|
}
|