@salesforce/plugin-signups 3.0.4 → 3.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -7
- package/npm-shrinkwrap.json +24 -219
- package/oclif.lock +25 -104
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
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/3.0.
|
|
126
|
+
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/3.0.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/3.0.
|
|
182
|
+
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/3.0.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/3.0.
|
|
222
|
+
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/3.0.5/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/3.0.
|
|
267
|
+
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/3.0.5/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/3.0.
|
|
314
|
+
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/3.0.5/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/3.0.
|
|
347
|
+
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/3.0.5/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/3.0.
|
|
389
|
+
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/3.0.5/src/commands/org/list/snapshot.ts)_
|
|
390
390
|
|
|
391
391
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-signups",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-signups",
|
|
9
|
-
"version": "3.0.
|
|
9
|
+
"version": "3.0.5",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@oclif/plugin-command-snapshot": "^5.3.34",
|
|
20
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
20
|
+
"@salesforce/cli-plugins-testkit": "^5.3.66",
|
|
21
21
|
"@salesforce/dev-scripts": "^13.0.2",
|
|
22
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
22
|
+
"@salesforce/plugin-command-reference": "^3.1.132",
|
|
23
23
|
"@salesforce/ts-types": "^3.0.1",
|
|
24
24
|
"@types/chai": "^4.3.17",
|
|
25
25
|
"@types/chai-as-promised": "^7.1.8",
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"chai-string": "^1.6.0",
|
|
32
32
|
"eslint": "^10.4.0",
|
|
33
33
|
"eslint-config-salesforce-typescript": "^6.0.0",
|
|
34
|
-
"eslint-plugin-sf-plugin": "^
|
|
34
|
+
"eslint-plugin-sf-plugin": "^3.0.0",
|
|
35
35
|
"jsforce": "^2.0.0-beta.28",
|
|
36
|
-
"oclif": "^4.23.
|
|
36
|
+
"oclif": "^4.23.30",
|
|
37
37
|
"ts-node": "^10.9.2",
|
|
38
38
|
"typescript": "^5.5.4"
|
|
39
39
|
},
|
|
@@ -3095,13 +3095,13 @@
|
|
|
3095
3095
|
}
|
|
3096
3096
|
},
|
|
3097
3097
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
3098
|
-
"version": "5.3.
|
|
3099
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
3100
|
-
"integrity": "sha512-
|
|
3098
|
+
"version": "5.3.66",
|
|
3099
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.66.tgz",
|
|
3100
|
+
"integrity": "sha512-xmco8MRlrpPmj2n9LZ8hkp0aWWDXbFDvNzTOC6h/z756PSu+g3ERNsW+HwXiyrirMd7rH7IalKSMcNXgWS/f3w==",
|
|
3101
3101
|
"dev": true,
|
|
3102
3102
|
"license": "Apache-2.0",
|
|
3103
3103
|
"dependencies": {
|
|
3104
|
-
"@salesforce/core": "^8.
|
|
3104
|
+
"@salesforce/core": "^8.32.6",
|
|
3105
3105
|
"@salesforce/kit": "^3.2.6",
|
|
3106
3106
|
"@salesforce/ts-types": "^2.0.11",
|
|
3107
3107
|
"@types/shelljs": "^0.10.0",
|
|
@@ -3422,9 +3422,9 @@
|
|
|
3422
3422
|
}
|
|
3423
3423
|
},
|
|
3424
3424
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
3425
|
-
"version": "3.1.
|
|
3426
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
3427
|
-
"integrity": "sha512-
|
|
3425
|
+
"version": "3.1.132",
|
|
3426
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.132.tgz",
|
|
3427
|
+
"integrity": "sha512-khxcwV+djsdN7pa2gRQjy3Xvn5RJ4/AqCdvsIfU70bZKo2LqjHK9O+Pkz0F7ci2ao4nyamRlyL9C6rpKPg+N+g==",
|
|
3428
3428
|
"dev": true,
|
|
3429
3429
|
"license": "Apache-2.0",
|
|
3430
3430
|
"dependencies": {
|
|
@@ -4609,16 +4609,6 @@
|
|
|
4609
4609
|
"dev": true,
|
|
4610
4610
|
"license": "MIT"
|
|
4611
4611
|
},
|
|
4612
|
-
"node_modules/array-union": {
|
|
4613
|
-
"version": "2.1.0",
|
|
4614
|
-
"resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
|
|
4615
|
-
"integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
|
|
4616
|
-
"dev": true,
|
|
4617
|
-
"license": "MIT",
|
|
4618
|
-
"engines": {
|
|
4619
|
-
"node": ">=8"
|
|
4620
|
-
}
|
|
4621
|
-
},
|
|
4622
4612
|
"node_modules/arrify": {
|
|
4623
4613
|
"version": "1.0.1",
|
|
4624
4614
|
"resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
|
|
@@ -5875,19 +5865,6 @@
|
|
|
5875
5865
|
"node": ">=0.3.1"
|
|
5876
5866
|
}
|
|
5877
5867
|
},
|
|
5878
|
-
"node_modules/dir-glob": {
|
|
5879
|
-
"version": "3.0.1",
|
|
5880
|
-
"resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
|
|
5881
|
-
"integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
|
|
5882
|
-
"dev": true,
|
|
5883
|
-
"license": "MIT",
|
|
5884
|
-
"dependencies": {
|
|
5885
|
-
"path-type": "^4.0.0"
|
|
5886
|
-
},
|
|
5887
|
-
"engines": {
|
|
5888
|
-
"node": ">=8"
|
|
5889
|
-
}
|
|
5890
|
-
},
|
|
5891
5868
|
"node_modules/dom-serializer": {
|
|
5892
5869
|
"version": "2.0.0",
|
|
5893
5870
|
"resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
|
|
@@ -6369,17 +6346,20 @@
|
|
|
6369
6346
|
}
|
|
6370
6347
|
},
|
|
6371
6348
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
6372
|
-
"version": "
|
|
6373
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-
|
|
6374
|
-
"integrity": "sha512-
|
|
6349
|
+
"version": "3.0.0",
|
|
6350
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-3.0.0.tgz",
|
|
6351
|
+
"integrity": "sha512-38S/HF1etacvkVp2uD0xqF4jclr3kIGbCpd7ccUTGnMh6MM6GFaVDX3WoQBJ28S1xAyBBPF5cZrKzgWsEJizOA==",
|
|
6375
6352
|
"dev": true,
|
|
6376
6353
|
"license": "BSD-3-Clause",
|
|
6377
6354
|
"dependencies": {
|
|
6378
6355
|
"@salesforce/core": "^8.23.1",
|
|
6379
|
-
"@typescript-eslint/utils": "^
|
|
6356
|
+
"@typescript-eslint/utils": "^8.33.1"
|
|
6380
6357
|
},
|
|
6381
6358
|
"engines": {
|
|
6382
|
-
"node": ">=
|
|
6359
|
+
"node": ">=22.0.0"
|
|
6360
|
+
},
|
|
6361
|
+
"peerDependencies": {
|
|
6362
|
+
"eslint": ">=9"
|
|
6383
6363
|
}
|
|
6384
6364
|
},
|
|
6385
6365
|
"node_modules/eslint-plugin-sf-plugin/node_modules/@salesforce/core": {
|
|
@@ -6433,108 +6413,6 @@
|
|
|
6433
6413
|
"node": ">=18.0.0"
|
|
6434
6414
|
}
|
|
6435
6415
|
},
|
|
6436
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/scope-manager": {
|
|
6437
|
-
"version": "7.18.0",
|
|
6438
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz",
|
|
6439
|
-
"integrity": "sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==",
|
|
6440
|
-
"dev": true,
|
|
6441
|
-
"license": "MIT",
|
|
6442
|
-
"dependencies": {
|
|
6443
|
-
"@typescript-eslint/types": "7.18.0",
|
|
6444
|
-
"@typescript-eslint/visitor-keys": "7.18.0"
|
|
6445
|
-
},
|
|
6446
|
-
"engines": {
|
|
6447
|
-
"node": "^18.18.0 || >=20.0.0"
|
|
6448
|
-
},
|
|
6449
|
-
"funding": {
|
|
6450
|
-
"type": "opencollective",
|
|
6451
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
6452
|
-
}
|
|
6453
|
-
},
|
|
6454
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/types": {
|
|
6455
|
-
"version": "7.18.0",
|
|
6456
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.18.0.tgz",
|
|
6457
|
-
"integrity": "sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==",
|
|
6458
|
-
"dev": true,
|
|
6459
|
-
"license": "MIT",
|
|
6460
|
-
"engines": {
|
|
6461
|
-
"node": "^18.18.0 || >=20.0.0"
|
|
6462
|
-
},
|
|
6463
|
-
"funding": {
|
|
6464
|
-
"type": "opencollective",
|
|
6465
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
6466
|
-
}
|
|
6467
|
-
},
|
|
6468
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/typescript-estree": {
|
|
6469
|
-
"version": "7.18.0",
|
|
6470
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz",
|
|
6471
|
-
"integrity": "sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==",
|
|
6472
|
-
"dev": true,
|
|
6473
|
-
"license": "BSD-2-Clause",
|
|
6474
|
-
"dependencies": {
|
|
6475
|
-
"@typescript-eslint/types": "7.18.0",
|
|
6476
|
-
"@typescript-eslint/visitor-keys": "7.18.0",
|
|
6477
|
-
"debug": "^4.3.4",
|
|
6478
|
-
"globby": "^11.1.0",
|
|
6479
|
-
"is-glob": "^4.0.3",
|
|
6480
|
-
"minimatch": "^9.0.4",
|
|
6481
|
-
"semver": "^7.6.0",
|
|
6482
|
-
"ts-api-utils": "^1.3.0"
|
|
6483
|
-
},
|
|
6484
|
-
"engines": {
|
|
6485
|
-
"node": "^18.18.0 || >=20.0.0"
|
|
6486
|
-
},
|
|
6487
|
-
"funding": {
|
|
6488
|
-
"type": "opencollective",
|
|
6489
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
6490
|
-
},
|
|
6491
|
-
"peerDependenciesMeta": {
|
|
6492
|
-
"typescript": {
|
|
6493
|
-
"optional": true
|
|
6494
|
-
}
|
|
6495
|
-
}
|
|
6496
|
-
},
|
|
6497
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/utils": {
|
|
6498
|
-
"version": "7.18.0",
|
|
6499
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.18.0.tgz",
|
|
6500
|
-
"integrity": "sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==",
|
|
6501
|
-
"dev": true,
|
|
6502
|
-
"license": "MIT",
|
|
6503
|
-
"dependencies": {
|
|
6504
|
-
"@eslint-community/eslint-utils": "^4.4.0",
|
|
6505
|
-
"@typescript-eslint/scope-manager": "7.18.0",
|
|
6506
|
-
"@typescript-eslint/types": "7.18.0",
|
|
6507
|
-
"@typescript-eslint/typescript-estree": "7.18.0"
|
|
6508
|
-
},
|
|
6509
|
-
"engines": {
|
|
6510
|
-
"node": "^18.18.0 || >=20.0.0"
|
|
6511
|
-
},
|
|
6512
|
-
"funding": {
|
|
6513
|
-
"type": "opencollective",
|
|
6514
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
6515
|
-
},
|
|
6516
|
-
"peerDependencies": {
|
|
6517
|
-
"eslint": "^8.56.0"
|
|
6518
|
-
}
|
|
6519
|
-
},
|
|
6520
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
|
6521
|
-
"version": "7.18.0",
|
|
6522
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz",
|
|
6523
|
-
"integrity": "sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==",
|
|
6524
|
-
"dev": true,
|
|
6525
|
-
"license": "MIT",
|
|
6526
|
-
"dependencies": {
|
|
6527
|
-
"@typescript-eslint/types": "7.18.0",
|
|
6528
|
-
"eslint-visitor-keys": "^3.4.3"
|
|
6529
|
-
},
|
|
6530
|
-
"engines": {
|
|
6531
|
-
"node": "^18.18.0 || >=20.0.0"
|
|
6532
|
-
},
|
|
6533
|
-
"funding": {
|
|
6534
|
-
"type": "opencollective",
|
|
6535
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
6536
|
-
}
|
|
6537
|
-
},
|
|
6538
6416
|
"node_modules/eslint-plugin-sf-plugin/node_modules/change-case": {
|
|
6539
6417
|
"version": "4.1.2",
|
|
6540
6418
|
"resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
|
|
@@ -6556,79 +6434,6 @@
|
|
|
6556
6434
|
"tslib": "^2.0.3"
|
|
6557
6435
|
}
|
|
6558
6436
|
},
|
|
6559
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/eslint-visitor-keys": {
|
|
6560
|
-
"version": "3.4.3",
|
|
6561
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
6562
|
-
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
6563
|
-
"dev": true,
|
|
6564
|
-
"license": "Apache-2.0",
|
|
6565
|
-
"engines": {
|
|
6566
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
6567
|
-
},
|
|
6568
|
-
"funding": {
|
|
6569
|
-
"url": "https://opencollective.com/eslint"
|
|
6570
|
-
}
|
|
6571
|
-
},
|
|
6572
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/globby": {
|
|
6573
|
-
"version": "11.1.0",
|
|
6574
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
6575
|
-
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
6576
|
-
"dev": true,
|
|
6577
|
-
"license": "MIT",
|
|
6578
|
-
"dependencies": {
|
|
6579
|
-
"array-union": "^2.1.0",
|
|
6580
|
-
"dir-glob": "^3.0.1",
|
|
6581
|
-
"fast-glob": "^3.2.9",
|
|
6582
|
-
"ignore": "^5.2.0",
|
|
6583
|
-
"merge2": "^1.4.1",
|
|
6584
|
-
"slash": "^3.0.0"
|
|
6585
|
-
},
|
|
6586
|
-
"engines": {
|
|
6587
|
-
"node": ">=10"
|
|
6588
|
-
},
|
|
6589
|
-
"funding": {
|
|
6590
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
6591
|
-
}
|
|
6592
|
-
},
|
|
6593
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/minimatch": {
|
|
6594
|
-
"version": "9.0.5",
|
|
6595
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
6596
|
-
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
6597
|
-
"dev": true,
|
|
6598
|
-
"license": "ISC",
|
|
6599
|
-
"dependencies": {
|
|
6600
|
-
"brace-expansion": "^2.0.1"
|
|
6601
|
-
},
|
|
6602
|
-
"engines": {
|
|
6603
|
-
"node": ">=16 || 14 >=14.17"
|
|
6604
|
-
},
|
|
6605
|
-
"funding": {
|
|
6606
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
6607
|
-
}
|
|
6608
|
-
},
|
|
6609
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/slash": {
|
|
6610
|
-
"version": "3.0.0",
|
|
6611
|
-
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
6612
|
-
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
6613
|
-
"dev": true,
|
|
6614
|
-
"license": "MIT",
|
|
6615
|
-
"engines": {
|
|
6616
|
-
"node": ">=8"
|
|
6617
|
-
}
|
|
6618
|
-
},
|
|
6619
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/ts-api-utils": {
|
|
6620
|
-
"version": "1.3.0",
|
|
6621
|
-
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz",
|
|
6622
|
-
"integrity": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==",
|
|
6623
|
-
"dev": true,
|
|
6624
|
-
"license": "MIT",
|
|
6625
|
-
"engines": {
|
|
6626
|
-
"node": ">=16"
|
|
6627
|
-
},
|
|
6628
|
-
"peerDependencies": {
|
|
6629
|
-
"typescript": ">=4.2.0"
|
|
6630
|
-
}
|
|
6631
|
-
},
|
|
6632
6437
|
"node_modules/eslint-plugin-unicorn": {
|
|
6633
6438
|
"version": "72.0.0",
|
|
6634
6439
|
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-72.0.0.tgz",
|
|
@@ -10656,9 +10461,9 @@
|
|
|
10656
10461
|
}
|
|
10657
10462
|
},
|
|
10658
10463
|
"node_modules/oclif": {
|
|
10659
|
-
"version": "4.23.
|
|
10660
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.
|
|
10661
|
-
"integrity": "sha512-
|
|
10464
|
+
"version": "4.23.30",
|
|
10465
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.30.tgz",
|
|
10466
|
+
"integrity": "sha512-x8sMRv606XqZAWEfGh981PP2JM4G2CKt4/z2KDntoNHljD8slfJ5sHaDFUQya9w6W8xOJDMFF3UaLAFFYHo13w==",
|
|
10662
10467
|
"dev": true,
|
|
10663
10468
|
"license": "MIT",
|
|
10664
10469
|
"dependencies": {
|
package/oclif.lock
CHANGED
|
@@ -622,7 +622,7 @@
|
|
|
622
622
|
resolved "https://registry.yarnpkg.com/@es-joy/resolve.exports/-/resolve.exports-1.2.0.tgz#fe541a68aa080255f798c8561714ac8fad72cdd5"
|
|
623
623
|
integrity sha512-Q9hjxWI5xBM+qW2enxfe8wDKdFWMfd0Z29k5ZJnuBqD/CasY5Zryj09aCA6owbGATWz+39p5uIdaHXpopOcG8g==
|
|
624
624
|
|
|
625
|
-
"@eslint-community/eslint-utils@^4.
|
|
625
|
+
"@eslint-community/eslint-utils@^4.8.0", "@eslint-community/eslint-utils@^4.9.1":
|
|
626
626
|
version "4.10.1"
|
|
627
627
|
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.10.1.tgz#8911bd72b2c3640a543609e0400b8c4d2e7e7cb6"
|
|
628
628
|
integrity sha512-cuadcxVFE8sDK6iWJbs8Sn0av2Nrh2QSGQhVlBW9AaAHqHwjWsZHT8LJ4hFGPh7ASBV2deFdM7H/DPjulmh8rg==
|
|
@@ -1229,12 +1229,12 @@
|
|
|
1229
1229
|
"@pnpm/network.ca-file" "^1.0.1"
|
|
1230
1230
|
config-chain "^1.1.11"
|
|
1231
1231
|
|
|
1232
|
-
"@salesforce/cli-plugins-testkit@^5.3.
|
|
1233
|
-
version "5.3.
|
|
1234
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
1235
|
-
integrity sha512-
|
|
1232
|
+
"@salesforce/cli-plugins-testkit@^5.3.66":
|
|
1233
|
+
version "5.3.66"
|
|
1234
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.66.tgz#918a61e62092495bb9fadd1dee38e281d4e7b334"
|
|
1235
|
+
integrity sha512-xmco8MRlrpPmj2n9LZ8hkp0aWWDXbFDvNzTOC6h/z756PSu+g3ERNsW+HwXiyrirMd7rH7IalKSMcNXgWS/f3w==
|
|
1236
1236
|
dependencies:
|
|
1237
|
-
"@salesforce/core" "^8.
|
|
1237
|
+
"@salesforce/core" "^8.32.6"
|
|
1238
1238
|
"@salesforce/kit" "^3.2.6"
|
|
1239
1239
|
"@salesforce/ts-types" "^2.0.11"
|
|
1240
1240
|
"@types/shelljs" "^0.10.0"
|
|
@@ -1245,7 +1245,7 @@
|
|
|
1245
1245
|
strip-ansi "6.0.1"
|
|
1246
1246
|
ts-retry-promise "^0.8.1"
|
|
1247
1247
|
|
|
1248
|
-
"@salesforce/core@^8.23.1", "@salesforce/core@^8.31.
|
|
1248
|
+
"@salesforce/core@^8.23.1", "@salesforce/core@^8.31.4", "@salesforce/core@^8.32.6":
|
|
1249
1249
|
version "8.32.6"
|
|
1250
1250
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.32.6.tgz#2824dc917888dc040995dfef3a9e83d41fafbdea"
|
|
1251
1251
|
integrity sha512-ZR973WoqCgi6cR58WhgokbHVZOaADNKHiuM1FAwS5pTLQnC91xYi04i2e/gpAX2AUf7Ya6zjbusYtZNpSyKKAQ==
|
|
@@ -1350,10 +1350,10 @@
|
|
|
1350
1350
|
dependencies:
|
|
1351
1351
|
"@salesforce/ts-types" "^3.0.0"
|
|
1352
1352
|
|
|
1353
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1354
|
-
version "3.1.
|
|
1355
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1356
|
-
integrity sha512-
|
|
1353
|
+
"@salesforce/plugin-command-reference@^3.1.132":
|
|
1354
|
+
version "3.1.132"
|
|
1355
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.132.tgz#b40af2618d13466728211b7b88b312a2104c5b4f"
|
|
1356
|
+
integrity sha512-khxcwV+djsdN7pa2gRQjy3Xvn5RJ4/AqCdvsIfU70bZKo2LqjHK9O+Pkz0F7ci2ao4nyamRlyL9C6rpKPg+N+g==
|
|
1357
1357
|
dependencies:
|
|
1358
1358
|
"@oclif/core" "^4"
|
|
1359
1359
|
"@salesforce/core" "^8.32.6"
|
|
@@ -1811,14 +1811,6 @@
|
|
|
1811
1811
|
"@typescript-eslint/types" "^8.67.0"
|
|
1812
1812
|
debug "^4.4.3"
|
|
1813
1813
|
|
|
1814
|
-
"@typescript-eslint/scope-manager@7.18.0":
|
|
1815
|
-
version "7.18.0"
|
|
1816
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
|
|
1817
|
-
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
|
|
1818
|
-
dependencies:
|
|
1819
|
-
"@typescript-eslint/types" "7.18.0"
|
|
1820
|
-
"@typescript-eslint/visitor-keys" "7.18.0"
|
|
1821
|
-
|
|
1822
1814
|
"@typescript-eslint/scope-manager@8.67.0":
|
|
1823
1815
|
version "8.67.0"
|
|
1824
1816
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.67.0.tgz#4d4c2da09560d10dd7d947cba2d29d14d25af16d"
|
|
@@ -1843,30 +1835,11 @@
|
|
|
1843
1835
|
debug "^4.4.3"
|
|
1844
1836
|
ts-api-utils "^2.5.0"
|
|
1845
1837
|
|
|
1846
|
-
"@typescript-eslint/types@7.18.0":
|
|
1847
|
-
version "7.18.0"
|
|
1848
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
|
|
1849
|
-
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
|
|
1850
|
-
|
|
1851
1838
|
"@typescript-eslint/types@8.67.0", "@typescript-eslint/types@^8.56.0", "@typescript-eslint/types@^8.65.0", "@typescript-eslint/types@^8.67.0":
|
|
1852
1839
|
version "8.67.0"
|
|
1853
1840
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.67.0.tgz#4a8d00cc1faba5c14feabc60f85b7a32652f34b6"
|
|
1854
1841
|
integrity sha512-sBtgslww8nsMYUjhdPBiSyUqSzT8uR6g93A2QXnQC8+cGdjz0CyaOdqHDRJb1AtORbZCNUJBBeFA/tNR2uQmww==
|
|
1855
1842
|
|
|
1856
|
-
"@typescript-eslint/typescript-estree@7.18.0":
|
|
1857
|
-
version "7.18.0"
|
|
1858
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
|
|
1859
|
-
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
|
|
1860
|
-
dependencies:
|
|
1861
|
-
"@typescript-eslint/types" "7.18.0"
|
|
1862
|
-
"@typescript-eslint/visitor-keys" "7.18.0"
|
|
1863
|
-
debug "^4.3.4"
|
|
1864
|
-
globby "^11.1.0"
|
|
1865
|
-
is-glob "^4.0.3"
|
|
1866
|
-
minimatch "^9.0.4"
|
|
1867
|
-
semver "^7.6.0"
|
|
1868
|
-
ts-api-utils "^1.3.0"
|
|
1869
|
-
|
|
1870
1843
|
"@typescript-eslint/typescript-estree@8.67.0":
|
|
1871
1844
|
version "8.67.0"
|
|
1872
1845
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.67.0.tgz#116c3a47c06119c5a050e8851861d6497dd64bc2"
|
|
@@ -1882,7 +1855,7 @@
|
|
|
1882
1855
|
tinyglobby "^0.2.15"
|
|
1883
1856
|
ts-api-utils "^2.5.0"
|
|
1884
1857
|
|
|
1885
|
-
"@typescript-eslint/utils@8.67.0":
|
|
1858
|
+
"@typescript-eslint/utils@8.67.0", "@typescript-eslint/utils@^8.33.1":
|
|
1886
1859
|
version "8.67.0"
|
|
1887
1860
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.67.0.tgz#3e478a3d69d330a1fc50c12746cc2ee0732ccfcd"
|
|
1888
1861
|
integrity sha512-U9D1FdwEWBwok3hxxSdhclMb0twvt9QnjIQ0VfQ1AiX2epnpSgv2ubVDsayOFyY8K6FX+AQ7E0FKWVG3iKsj1A==
|
|
@@ -1892,24 +1865,6 @@
|
|
|
1892
1865
|
"@typescript-eslint/types" "8.67.0"
|
|
1893
1866
|
"@typescript-eslint/typescript-estree" "8.67.0"
|
|
1894
1867
|
|
|
1895
|
-
"@typescript-eslint/utils@^7.18.0":
|
|
1896
|
-
version "7.18.0"
|
|
1897
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
|
|
1898
|
-
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
|
|
1899
|
-
dependencies:
|
|
1900
|
-
"@eslint-community/eslint-utils" "^4.4.0"
|
|
1901
|
-
"@typescript-eslint/scope-manager" "7.18.0"
|
|
1902
|
-
"@typescript-eslint/types" "7.18.0"
|
|
1903
|
-
"@typescript-eslint/typescript-estree" "7.18.0"
|
|
1904
|
-
|
|
1905
|
-
"@typescript-eslint/visitor-keys@7.18.0":
|
|
1906
|
-
version "7.18.0"
|
|
1907
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
|
|
1908
|
-
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
|
|
1909
|
-
dependencies:
|
|
1910
|
-
"@typescript-eslint/types" "7.18.0"
|
|
1911
|
-
eslint-visitor-keys "^3.4.3"
|
|
1912
|
-
|
|
1913
1868
|
"@typescript-eslint/visitor-keys@8.67.0":
|
|
1914
1869
|
version "8.67.0"
|
|
1915
1870
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.67.0.tgz#601d40af9acf82a28da2286f3edafc69bba9017f"
|
|
@@ -2216,11 +2171,6 @@ array-ify@^1.0.0:
|
|
|
2216
2171
|
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
|
|
2217
2172
|
integrity sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==
|
|
2218
2173
|
|
|
2219
|
-
array-union@^2.1.0:
|
|
2220
|
-
version "2.1.0"
|
|
2221
|
-
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
|
|
2222
|
-
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
|
|
2223
|
-
|
|
2224
2174
|
arrify@^1.0.1:
|
|
2225
2175
|
version "1.0.1"
|
|
2226
2176
|
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
|
|
@@ -2991,13 +2941,6 @@ diff@^5.2.0:
|
|
|
2991
2941
|
resolved "https://registry.yarnpkg.com/diff/-/diff-5.2.0.tgz#26ded047cd1179b78b9537d5ef725503ce1ae531"
|
|
2992
2942
|
integrity sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==
|
|
2993
2943
|
|
|
2994
|
-
dir-glob@^3.0.1:
|
|
2995
|
-
version "3.0.1"
|
|
2996
|
-
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"
|
|
2997
|
-
integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==
|
|
2998
|
-
dependencies:
|
|
2999
|
-
path-type "^4.0.0"
|
|
3000
|
-
|
|
3001
2944
|
dom-serializer@^2.0.0:
|
|
3002
2945
|
version "2.0.0"
|
|
3003
2946
|
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-2.0.0.tgz#e41b802e1eedf9f6cae183ce5e622d789d7d8e53"
|
|
@@ -3244,13 +3187,13 @@ eslint-plugin-jsdoc@^63.3.2:
|
|
|
3244
3187
|
spdx-expression-parse "^5.0.0"
|
|
3245
3188
|
to-valid-identifier "^1.0.0"
|
|
3246
3189
|
|
|
3247
|
-
eslint-plugin-sf-plugin@^
|
|
3248
|
-
version "
|
|
3249
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-
|
|
3250
|
-
integrity sha512-
|
|
3190
|
+
eslint-plugin-sf-plugin@^3.0.0:
|
|
3191
|
+
version "3.0.0"
|
|
3192
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-3.0.0.tgz#b97e02fa482b13991ecca83e48d50938d153031a"
|
|
3193
|
+
integrity sha512-38S/HF1etacvkVp2uD0xqF4jclr3kIGbCpd7ccUTGnMh6MM6GFaVDX3WoQBJ28S1xAyBBPF5cZrKzgWsEJizOA==
|
|
3251
3194
|
dependencies:
|
|
3252
3195
|
"@salesforce/core" "^8.23.1"
|
|
3253
|
-
"@typescript-eslint/utils" "^
|
|
3196
|
+
"@typescript-eslint/utils" "^8.33.1"
|
|
3254
3197
|
|
|
3255
3198
|
eslint-plugin-unicorn@^72.0.0:
|
|
3256
3199
|
version "72.0.0"
|
|
@@ -3436,7 +3379,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
|
|
|
3436
3379
|
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
|
|
3437
3380
|
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
|
|
3438
3381
|
|
|
3439
|
-
fast-glob@^3.2.11, fast-glob@^3.
|
|
3382
|
+
fast-glob@^3.2.11, fast-glob@^3.3.2, fast-glob@^3.3.3:
|
|
3440
3383
|
version "3.3.3"
|
|
3441
3384
|
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
|
|
3442
3385
|
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
|
|
@@ -3870,18 +3813,6 @@ globals@^17.7.0:
|
|
|
3870
3813
|
resolved "https://registry.yarnpkg.com/globals/-/globals-17.9.0.tgz#e43f252d6bbe71508da43902a1709c8895a59f70"
|
|
3871
3814
|
integrity sha512-m/MvAW61QVU5VDNF1Vj8axt016h8w7L5TU1e9zlab7XIttAT2YAlCwl75K1fOqvMM9apmD7lbCIRhpfkhmxhCg==
|
|
3872
3815
|
|
|
3873
|
-
globby@^11.1.0:
|
|
3874
|
-
version "11.1.0"
|
|
3875
|
-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
|
|
3876
|
-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
|
|
3877
|
-
dependencies:
|
|
3878
|
-
array-union "^2.1.0"
|
|
3879
|
-
dir-glob "^3.0.1"
|
|
3880
|
-
fast-glob "^3.2.9"
|
|
3881
|
-
ignore "^5.2.0"
|
|
3882
|
-
merge2 "^1.4.1"
|
|
3883
|
-
slash "^3.0.0"
|
|
3884
|
-
|
|
3885
3816
|
globby@^14.1.0:
|
|
3886
3817
|
version "14.1.0"
|
|
3887
3818
|
resolved "https://registry.yarnpkg.com/globby/-/globby-14.1.0.tgz#138b78e77cf5a8d794e327b15dce80bf1fb0a73e"
|
|
@@ -5041,7 +4972,7 @@ merge-stream@^2.0.0:
|
|
|
5041
4972
|
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
|
|
5042
4973
|
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
|
|
5043
4974
|
|
|
5044
|
-
merge2@^1.3.0
|
|
4975
|
+
merge2@^1.3.0:
|
|
5045
4976
|
version "1.4.1"
|
|
5046
4977
|
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
|
|
5047
4978
|
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
|
|
@@ -5144,7 +5075,7 @@ minimatch@^5.0.1, minimatch@^5.1.6:
|
|
|
5144
5075
|
dependencies:
|
|
5145
5076
|
brace-expansion "^2.0.1"
|
|
5146
5077
|
|
|
5147
|
-
minimatch@^9.0.1, minimatch@^9.0.
|
|
5078
|
+
minimatch@^9.0.1, minimatch@^9.0.5:
|
|
5148
5079
|
version "9.0.5"
|
|
5149
5080
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
|
|
5150
5081
|
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
|
|
@@ -5393,10 +5324,10 @@ object-hash@^3.0.0:
|
|
|
5393
5324
|
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-3.0.0.tgz#73f97f753e7baffc0e2cc9d6e079079744ac82e9"
|
|
5394
5325
|
integrity sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==
|
|
5395
5326
|
|
|
5396
|
-
oclif@^4.23.
|
|
5397
|
-
version "4.23.
|
|
5398
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.23.
|
|
5399
|
-
integrity sha512-
|
|
5327
|
+
oclif@^4.23.30:
|
|
5328
|
+
version "4.23.30"
|
|
5329
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.23.30.tgz#d353a4eeb8b836214f3eaaa3f33c09c1468b2fd5"
|
|
5330
|
+
integrity sha512-x8sMRv606XqZAWEfGh981PP2JM4G2CKt4/z2KDntoNHljD8slfJ5sHaDFUQya9w6W8xOJDMFF3UaLAFFYHo13w==
|
|
5400
5331
|
dependencies:
|
|
5401
5332
|
"@aws-sdk/client-cloudfront" "^3.1079.0"
|
|
5402
5333
|
"@aws-sdk/client-s3" "^3.1079.0"
|
|
@@ -6206,7 +6137,7 @@ semver@^6.0.0, semver@^6.3.1:
|
|
|
6206
6137
|
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
|
|
6207
6138
|
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
|
6208
6139
|
|
|
6209
|
-
semver@^7.3.4, semver@^7.3.5, semver@^7.5.4, semver@^7.
|
|
6140
|
+
semver@^7.3.4, semver@^7.3.5, semver@^7.5.4, semver@^7.7.2, semver@^7.7.3, semver@^7.8.0, semver@^7.8.1, semver@^7.8.5:
|
|
6210
6141
|
version "7.8.5"
|
|
6211
6142
|
resolved "https://registry.yarnpkg.com/semver/-/semver-7.8.5.tgz#39b646037dd50c14fb451e7e4cac58ed8b863f69"
|
|
6212
6143
|
integrity sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==
|
|
@@ -6315,11 +6246,6 @@ sinon@^17.0.2:
|
|
|
6315
6246
|
nise "^5.1.9"
|
|
6316
6247
|
supports-color "^7"
|
|
6317
6248
|
|
|
6318
|
-
slash@^3.0.0:
|
|
6319
|
-
version "3.0.0"
|
|
6320
|
-
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
|
|
6321
|
-
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
|
|
6322
|
-
|
|
6323
6249
|
slash@^5.1.0:
|
|
6324
6250
|
version "5.1.0"
|
|
6325
6251
|
resolved "https://registry.yarnpkg.com/slash/-/slash-5.1.0.tgz#be3adddcdf09ac38eebe8dcdc7b1a57a75b095ce"
|
|
@@ -6739,11 +6665,6 @@ trim-newlines@^3.0.0:
|
|
|
6739
6665
|
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
|
|
6740
6666
|
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
|
|
6741
6667
|
|
|
6742
|
-
ts-api-utils@^1.3.0:
|
|
6743
|
-
version "1.3.0"
|
|
6744
|
-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
|
|
6745
|
-
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
|
|
6746
|
-
|
|
6747
6668
|
ts-api-utils@^2.5.0:
|
|
6748
6669
|
version "2.5.0"
|
|
6749
6670
|
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.5.0.tgz#4acd4a155e22734990a5ed1fe9e97f113bcb37c1"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-signups",
|
|
3
3
|
"description": "Commands to interact with org shapes",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.5",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@oclif/plugin-command-snapshot": "^5.3.34",
|
|
16
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
16
|
+
"@salesforce/cli-plugins-testkit": "^5.3.66",
|
|
17
17
|
"@salesforce/dev-scripts": "^13.0.2",
|
|
18
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
18
|
+
"@salesforce/plugin-command-reference": "^3.1.132",
|
|
19
19
|
"@salesforce/ts-types": "^3.0.1",
|
|
20
20
|
"@types/chai": "^4.3.17",
|
|
21
21
|
"@types/chai-as-promised": "^7.1.8",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"chai-string": "^1.6.0",
|
|
28
28
|
"eslint": "^10.4.0",
|
|
29
29
|
"eslint-config-salesforce-typescript": "^6.0.0",
|
|
30
|
-
"eslint-plugin-sf-plugin": "^
|
|
30
|
+
"eslint-plugin-sf-plugin": "^3.0.0",
|
|
31
31
|
"jsforce": "^2.0.0-beta.28",
|
|
32
|
-
"oclif": "^4.23.
|
|
32
|
+
"oclif": "^4.23.30",
|
|
33
33
|
"ts-node": "^10.9.2",
|
|
34
34
|
"typescript": "^5.5.4"
|
|
35
35
|
},
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
"exports": "./lib/index.js",
|
|
228
228
|
"type": "module",
|
|
229
229
|
"sfdx": {
|
|
230
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/3.0.
|
|
231
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/3.0.
|
|
230
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/3.0.5.crt",
|
|
231
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/3.0.5.sig"
|
|
232
232
|
}
|
|
233
233
|
}
|