@salesforce/plugin-signups 2.6.40 → 2.6.42
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 +209 -30
- package/oclif.lock +106 -32
- 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/2.6.
|
126
|
+
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.42/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.42/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.42/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.42/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.42/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.42/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.42/src/commands/org/list/snapshot.ts)_
|
390
390
|
|
391
391
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,18 +1,18 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
|
-
"version": "2.6.
|
3
|
+
"version": "2.6.42",
|
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.42",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
12
|
"@oclif/core": "^4",
|
13
|
-
"@salesforce/core": "^8.
|
13
|
+
"@salesforce/core": "^8.19.1",
|
14
14
|
"@salesforce/kit": "^3.2.3",
|
15
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
15
|
+
"@salesforce/sf-plugins-core": "^12.2.4",
|
16
16
|
"change-case": "^5.4.4"
|
17
17
|
},
|
18
18
|
"devDependencies": {
|
@@ -25,9 +25,9 @@
|
|
25
25
|
"@types/chai-string": "^1.4.5",
|
26
26
|
"chai-as-promised": "7.1.2",
|
27
27
|
"chai-string": "^1.6.0",
|
28
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
28
|
+
"eslint-plugin-sf-plugin": "^1.20.30",
|
29
29
|
"jsforce": "^2.0.0-beta.28",
|
30
|
-
"oclif": "^4.22.
|
30
|
+
"oclif": "^4.22.6",
|
31
31
|
"ts-node": "^10.9.2",
|
32
32
|
"typescript": "^5.5.4"
|
33
33
|
},
|
@@ -3719,9 +3719,9 @@
|
|
3719
3719
|
}
|
3720
3720
|
},
|
3721
3721
|
"node_modules/@jsforce/jsforce-node": {
|
3722
|
-
"version": "3.10.
|
3723
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.
|
3724
|
-
"integrity": "sha512-
|
3722
|
+
"version": "3.10.1",
|
3723
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.1.tgz",
|
3724
|
+
"integrity": "sha512-HZcekfFFGOIIqdkCVI5wmP+Nxpmbhwj8CJH5fAii6dcdMhFgTp0sMGwWZe2Br74Nmp7GEESFVuTcIjk+NX5ajA==",
|
3725
3725
|
"license": "MIT",
|
3726
3726
|
"dependencies": {
|
3727
3727
|
"@sindresorhus/is": "^4",
|
@@ -4022,9 +4022,9 @@
|
|
4022
4022
|
}
|
4023
4023
|
},
|
4024
4024
|
"node_modules/@oclif/table": {
|
4025
|
-
"version": "0.4.
|
4026
|
-
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.
|
4027
|
-
"integrity": "sha512-
|
4025
|
+
"version": "0.4.12",
|
4026
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.12.tgz",
|
4027
|
+
"integrity": "sha512-CrdJBBmil38o6K5QY+vuOovfG3A6q9nFIAISpNOoOnSSiA81s/xfZ/T4E0z7coDvYnz6wJCTMc2ObqaxBZfbHg==",
|
4028
4028
|
"license": "MIT",
|
4029
4029
|
"dependencies": {
|
4030
4030
|
"@types/react": "^18.3.12",
|
@@ -4276,15 +4276,15 @@
|
|
4276
4276
|
}
|
4277
4277
|
},
|
4278
4278
|
"node_modules/@salesforce/core": {
|
4279
|
-
"version": "8.
|
4280
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
4281
|
-
"integrity": "sha512-
|
4279
|
+
"version": "8.19.1",
|
4280
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.19.1.tgz",
|
4281
|
+
"integrity": "sha512-HPJxus0W4S1aoT4Qn6mG2s9Ik/mZ59rXNUFc2c+BgEAs28khbZOLR2uiZYexNpXIIZnCrSbb+v1t8IW/idIyCA==",
|
4282
4282
|
"license": "BSD-3-Clause",
|
4283
4283
|
"dependencies": {
|
4284
|
-
"@jsforce/jsforce-node": "^3.10.
|
4284
|
+
"@jsforce/jsforce-node": "^3.10.1",
|
4285
4285
|
"@salesforce/kit": "^3.2.2",
|
4286
4286
|
"@salesforce/schemas": "^1.9.1",
|
4287
|
-
"@salesforce/ts-types": "^2.0.
|
4287
|
+
"@salesforce/ts-types": "^2.0.11",
|
4288
4288
|
"ajv": "^8.17.1",
|
4289
4289
|
"change-case": "^4.1.2",
|
4290
4290
|
"fast-levenshtein": "^3.0.0",
|
@@ -4293,6 +4293,7 @@
|
|
4293
4293
|
"js2xmlparser": "^4.0.1",
|
4294
4294
|
"jsonwebtoken": "9.0.2",
|
4295
4295
|
"jszip": "3.10.1",
|
4296
|
+
"memfs": "^4.30.1",
|
4296
4297
|
"pino": "^9.7.0",
|
4297
4298
|
"pino-abstract-transport": "^1.2.0",
|
4298
4299
|
"pino-pretty": "^11.3.0",
|
@@ -4580,16 +4581,16 @@
|
|
4580
4581
|
"license": "ISC"
|
4581
4582
|
},
|
4582
4583
|
"node_modules/@salesforce/sf-plugins-core": {
|
4583
|
-
"version": "12.2.
|
4584
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
4585
|
-
"integrity": "sha512-
|
4584
|
+
"version": "12.2.4",
|
4585
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.4.tgz",
|
4586
|
+
"integrity": "sha512-AwfhPxIJfzQUSZH8kiQOjRPOsfhO3CL+PKq0lfX+chdqwLOnXWviYCA1Z815MGG0ot/XMlsyj7CS+JxQ19Tn4A==",
|
4586
4587
|
"license": "Apache-2.0",
|
4587
4588
|
"dependencies": {
|
4588
4589
|
"@inquirer/confirm": "^3.1.22",
|
4589
4590
|
"@inquirer/password": "^2.2.0",
|
4590
|
-
"@oclif/core": "^4.
|
4591
|
-
"@oclif/table": "^0.4.
|
4592
|
-
"@salesforce/core": "^8.
|
4591
|
+
"@oclif/core": "^4.5.2",
|
4592
|
+
"@oclif/table": "^0.4.12",
|
4593
|
+
"@salesforce/core": "^8.18.7",
|
4593
4594
|
"@salesforce/kit": "^3.2.3",
|
4594
4595
|
"@salesforce/ts-types": "^2.0.12",
|
4595
4596
|
"ansis": "^3.3.2",
|
@@ -8336,13 +8337,13 @@
|
|
8336
8337
|
}
|
8337
8338
|
},
|
8338
8339
|
"node_modules/eslint-plugin-sf-plugin": {
|
8339
|
-
"version": "1.20.
|
8340
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
8341
|
-
"integrity": "sha512-
|
8340
|
+
"version": "1.20.30",
|
8341
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.30.tgz",
|
8342
|
+
"integrity": "sha512-fhOg19KHGfr8lnzSxTXaG16qeokdoVgxYtQAt+Uc4HBF8idoF2cTzsP70O2MI54CKxoo0U0DeqiEgxPkhsKQsg==",
|
8342
8343
|
"dev": true,
|
8343
8344
|
"license": "BSD-3-Clause",
|
8344
8345
|
"dependencies": {
|
8345
|
-
"@salesforce/core": "^8.18.
|
8346
|
+
"@salesforce/core": "^8.18.5",
|
8346
8347
|
"@typescript-eslint/utils": "^7.18.0"
|
8347
8348
|
},
|
8348
8349
|
"engines": {
|
@@ -9902,6 +9903,15 @@
|
|
9902
9903
|
"url": "https://github.com/sponsors/typicode"
|
9903
9904
|
}
|
9904
9905
|
},
|
9906
|
+
"node_modules/hyperdyperid": {
|
9907
|
+
"version": "1.2.0",
|
9908
|
+
"resolved": "https://registry.npmjs.org/hyperdyperid/-/hyperdyperid-1.2.0.tgz",
|
9909
|
+
"integrity": "sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==",
|
9910
|
+
"license": "MIT",
|
9911
|
+
"engines": {
|
9912
|
+
"node": ">=10.18"
|
9913
|
+
}
|
9914
|
+
},
|
9905
9915
|
"node_modules/iconv-lite": {
|
9906
9916
|
"version": "0.4.24",
|
9907
9917
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
@@ -11698,6 +11708,175 @@
|
|
11698
11708
|
"dev": true,
|
11699
11709
|
"license": "MIT"
|
11700
11710
|
},
|
11711
|
+
"node_modules/memfs": {
|
11712
|
+
"version": "4.36.0",
|
11713
|
+
"resolved": "https://registry.npmjs.org/memfs/-/memfs-4.36.0.tgz",
|
11714
|
+
"integrity": "sha512-mfBfzGUdoEw5AZwG8E965ej3BbvW2F9LxEWj4uLxF6BEh1dO2N9eS3AGu9S6vfenuQYrVjsbUOOZK7y3vz4vyQ==",
|
11715
|
+
"license": "Apache-2.0",
|
11716
|
+
"dependencies": {
|
11717
|
+
"@jsonjoy.com/json-pack": "^1.0.3",
|
11718
|
+
"@jsonjoy.com/util": "^1.3.0",
|
11719
|
+
"tree-dump": "^1.0.1",
|
11720
|
+
"tslib": "^2.0.0"
|
11721
|
+
},
|
11722
|
+
"engines": {
|
11723
|
+
"node": ">= 4.0.0"
|
11724
|
+
},
|
11725
|
+
"funding": {
|
11726
|
+
"type": "github",
|
11727
|
+
"url": "https://github.com/sponsors/streamich"
|
11728
|
+
}
|
11729
|
+
},
|
11730
|
+
"node_modules/memfs/node_modules/@jsonjoy.com/base64": {
|
11731
|
+
"version": "1.1.2",
|
11732
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/base64/-/base64-1.1.2.tgz",
|
11733
|
+
"integrity": "sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==",
|
11734
|
+
"license": "Apache-2.0",
|
11735
|
+
"engines": {
|
11736
|
+
"node": ">=10.0"
|
11737
|
+
},
|
11738
|
+
"funding": {
|
11739
|
+
"type": "github",
|
11740
|
+
"url": "https://github.com/sponsors/streamich"
|
11741
|
+
},
|
11742
|
+
"peerDependencies": {
|
11743
|
+
"tslib": "2"
|
11744
|
+
}
|
11745
|
+
},
|
11746
|
+
"node_modules/memfs/node_modules/@jsonjoy.com/buffers": {
|
11747
|
+
"version": "1.0.0",
|
11748
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/buffers/-/buffers-1.0.0.tgz",
|
11749
|
+
"integrity": "sha512-NDigYR3PHqCnQLXYyoLbnEdzMMvzeiCWo1KOut7Q0CoIqg9tUAPKJ1iq/2nFhc5kZtexzutNY0LFjdwWL3Dw3Q==",
|
11750
|
+
"license": "Apache-2.0",
|
11751
|
+
"engines": {
|
11752
|
+
"node": ">=10.0"
|
11753
|
+
},
|
11754
|
+
"funding": {
|
11755
|
+
"type": "github",
|
11756
|
+
"url": "https://github.com/sponsors/streamich"
|
11757
|
+
},
|
11758
|
+
"peerDependencies": {
|
11759
|
+
"tslib": "2"
|
11760
|
+
}
|
11761
|
+
},
|
11762
|
+
"node_modules/memfs/node_modules/@jsonjoy.com/codegen": {
|
11763
|
+
"version": "1.0.0",
|
11764
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/codegen/-/codegen-1.0.0.tgz",
|
11765
|
+
"integrity": "sha512-E8Oy+08cmCf0EK/NMxpaJZmOxPqM+6iSe2S4nlSBrPZOORoDJILxtbSUEDKQyTamm/BVAhIGllOBNU79/dwf0g==",
|
11766
|
+
"license": "Apache-2.0",
|
11767
|
+
"engines": {
|
11768
|
+
"node": ">=10.0"
|
11769
|
+
},
|
11770
|
+
"funding": {
|
11771
|
+
"type": "github",
|
11772
|
+
"url": "https://github.com/sponsors/streamich"
|
11773
|
+
},
|
11774
|
+
"peerDependencies": {
|
11775
|
+
"tslib": "2"
|
11776
|
+
}
|
11777
|
+
},
|
11778
|
+
"node_modules/memfs/node_modules/@jsonjoy.com/json-pack": {
|
11779
|
+
"version": "1.10.0",
|
11780
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pack/-/json-pack-1.10.0.tgz",
|
11781
|
+
"integrity": "sha512-PMOU9Sh0baiLZEDewwR/YAHJBV2D8pPIzcFQSU7HQl/k/HNCDyVfO1OvkyDwBGp4dPtvZc7Hl9FFYWwTP1CbZw==",
|
11782
|
+
"license": "Apache-2.0",
|
11783
|
+
"dependencies": {
|
11784
|
+
"@jsonjoy.com/base64": "^1.1.2",
|
11785
|
+
"@jsonjoy.com/buffers": "^1.0.0",
|
11786
|
+
"@jsonjoy.com/codegen": "^1.0.0",
|
11787
|
+
"@jsonjoy.com/json-pointer": "^1.0.1",
|
11788
|
+
"@jsonjoy.com/util": "^1.9.0",
|
11789
|
+
"hyperdyperid": "^1.2.0",
|
11790
|
+
"thingies": "^2.5.0"
|
11791
|
+
},
|
11792
|
+
"engines": {
|
11793
|
+
"node": ">=10.0"
|
11794
|
+
},
|
11795
|
+
"funding": {
|
11796
|
+
"type": "github",
|
11797
|
+
"url": "https://github.com/sponsors/streamich"
|
11798
|
+
},
|
11799
|
+
"peerDependencies": {
|
11800
|
+
"tslib": "2"
|
11801
|
+
}
|
11802
|
+
},
|
11803
|
+
"node_modules/memfs/node_modules/@jsonjoy.com/json-pointer": {
|
11804
|
+
"version": "1.0.1",
|
11805
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pointer/-/json-pointer-1.0.1.tgz",
|
11806
|
+
"integrity": "sha512-tJpwQfuBuxqZlyoJOSZcqf7OUmiYQ6MiPNmOv4KbZdXE/DdvBSSAwhos0zIlJU/AXxC8XpuO8p08bh2fIl+RKA==",
|
11807
|
+
"license": "Apache-2.0",
|
11808
|
+
"dependencies": {
|
11809
|
+
"@jsonjoy.com/util": "^1.3.0"
|
11810
|
+
},
|
11811
|
+
"engines": {
|
11812
|
+
"node": ">=10.0"
|
11813
|
+
},
|
11814
|
+
"funding": {
|
11815
|
+
"type": "github",
|
11816
|
+
"url": "https://github.com/sponsors/streamich"
|
11817
|
+
},
|
11818
|
+
"peerDependencies": {
|
11819
|
+
"tslib": "2"
|
11820
|
+
}
|
11821
|
+
},
|
11822
|
+
"node_modules/memfs/node_modules/@jsonjoy.com/util": {
|
11823
|
+
"version": "1.9.0",
|
11824
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/util/-/util-1.9.0.tgz",
|
11825
|
+
"integrity": "sha512-pLuQo+VPRnN8hfPqUTLTHk126wuYdXVxE6aDmjSeV4NCAgyxWbiOIeNJVtID3h1Vzpoi9m4jXezf73I6LgabgQ==",
|
11826
|
+
"license": "Apache-2.0",
|
11827
|
+
"dependencies": {
|
11828
|
+
"@jsonjoy.com/buffers": "^1.0.0",
|
11829
|
+
"@jsonjoy.com/codegen": "^1.0.0"
|
11830
|
+
},
|
11831
|
+
"engines": {
|
11832
|
+
"node": ">=10.0"
|
11833
|
+
},
|
11834
|
+
"funding": {
|
11835
|
+
"type": "github",
|
11836
|
+
"url": "https://github.com/sponsors/streamich"
|
11837
|
+
},
|
11838
|
+
"peerDependencies": {
|
11839
|
+
"tslib": "2"
|
11840
|
+
}
|
11841
|
+
},
|
11842
|
+
"node_modules/memfs/node_modules/thingies": {
|
11843
|
+
"version": "2.5.0",
|
11844
|
+
"resolved": "https://registry.npmjs.org/thingies/-/thingies-2.5.0.tgz",
|
11845
|
+
"integrity": "sha512-s+2Bwztg6PhWUD7XMfeYm5qliDdSiZm7M7n8KjTkIsm3l/2lgVRc2/Gx/v+ZX8lT4FMA+i8aQvhcWylldc+ZNw==",
|
11846
|
+
"license": "MIT",
|
11847
|
+
"engines": {
|
11848
|
+
"node": ">=10.18"
|
11849
|
+
},
|
11850
|
+
"funding": {
|
11851
|
+
"type": "github",
|
11852
|
+
"url": "https://github.com/sponsors/streamich"
|
11853
|
+
},
|
11854
|
+
"peerDependencies": {
|
11855
|
+
"tslib": "^2"
|
11856
|
+
}
|
11857
|
+
},
|
11858
|
+
"node_modules/memfs/node_modules/tree-dump": {
|
11859
|
+
"version": "1.0.3",
|
11860
|
+
"resolved": "https://registry.npmjs.org/tree-dump/-/tree-dump-1.0.3.tgz",
|
11861
|
+
"integrity": "sha512-il+Cv80yVHFBwokQSfd4bldvr1Md951DpgAGfmhydt04L+YzHgubm2tQ7zueWDcGENKHq0ZvGFR/hjvNXilHEg==",
|
11862
|
+
"license": "Apache-2.0",
|
11863
|
+
"engines": {
|
11864
|
+
"node": ">=10.0"
|
11865
|
+
},
|
11866
|
+
"funding": {
|
11867
|
+
"type": "github",
|
11868
|
+
"url": "https://github.com/sponsors/streamich"
|
11869
|
+
},
|
11870
|
+
"peerDependencies": {
|
11871
|
+
"tslib": "2"
|
11872
|
+
}
|
11873
|
+
},
|
11874
|
+
"node_modules/memfs/node_modules/tslib": {
|
11875
|
+
"version": "2.8.1",
|
11876
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
11877
|
+
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
11878
|
+
"license": "0BSD"
|
11879
|
+
},
|
11701
11880
|
"node_modules/meow": {
|
11702
11881
|
"version": "8.1.2",
|
11703
11882
|
"resolved": "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz",
|
@@ -12442,9 +12621,9 @@
|
|
12442
12621
|
}
|
12443
12622
|
},
|
12444
12623
|
"node_modules/oclif": {
|
12445
|
-
"version": "4.22.
|
12446
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.22.
|
12447
|
-
"integrity": "sha512-
|
12624
|
+
"version": "4.22.6",
|
12625
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.22.6.tgz",
|
12626
|
+
"integrity": "sha512-TsFZfPdhOKtBRv3YKnJMUVbL/JTw5IDs4DoWekpn7c+jBDw/snp0STCe48YYW4hotULwfy2yPbKr0KyzDQ7gjw==",
|
12448
12627
|
"dev": true,
|
12449
12628
|
"license": "MIT",
|
12450
12629
|
"dependencies": {
|
package/oclif.lock
CHANGED
@@ -1557,10 +1557,10 @@
|
|
1557
1557
|
"@jridgewell/resolve-uri" "^3.1.0"
|
1558
1558
|
"@jridgewell/sourcemap-codec" "^1.4.14"
|
1559
1559
|
|
1560
|
-
"@jsforce/jsforce-node@^3.10.
|
1561
|
-
version "3.10.
|
1562
|
-
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.
|
1563
|
-
integrity sha512-
|
1560
|
+
"@jsforce/jsforce-node@^3.10.1":
|
1561
|
+
version "3.10.1"
|
1562
|
+
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.1.tgz#790a0ecc89ce3b2c91aca16d9f84534d7d4bdd55"
|
1563
|
+
integrity sha512-HZcekfFFGOIIqdkCVI5wmP+Nxpmbhwj8CJH5fAii6dcdMhFgTp0sMGwWZe2Br74Nmp7GEESFVuTcIjk+NX5ajA==
|
1564
1564
|
dependencies:
|
1565
1565
|
"@sindresorhus/is" "^4"
|
1566
1566
|
base64url "^3.0.1"
|
@@ -1573,6 +1573,49 @@
|
|
1573
1573
|
node-fetch "^2.6.1"
|
1574
1574
|
xml2js "^0.6.2"
|
1575
1575
|
|
1576
|
+
"@jsonjoy.com/base64@^1.1.2":
|
1577
|
+
version "1.1.2"
|
1578
|
+
resolved "https://registry.yarnpkg.com/@jsonjoy.com/base64/-/base64-1.1.2.tgz#cf8ea9dcb849b81c95f14fc0aaa151c6b54d2578"
|
1579
|
+
integrity sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==
|
1580
|
+
|
1581
|
+
"@jsonjoy.com/buffers@^1.0.0":
|
1582
|
+
version "1.0.0"
|
1583
|
+
resolved "https://registry.yarnpkg.com/@jsonjoy.com/buffers/-/buffers-1.0.0.tgz#ade6895b7d3883d70f87b5743efaa12c71dfef7a"
|
1584
|
+
integrity sha512-NDigYR3PHqCnQLXYyoLbnEdzMMvzeiCWo1KOut7Q0CoIqg9tUAPKJ1iq/2nFhc5kZtexzutNY0LFjdwWL3Dw3Q==
|
1585
|
+
|
1586
|
+
"@jsonjoy.com/codegen@^1.0.0":
|
1587
|
+
version "1.0.0"
|
1588
|
+
resolved "https://registry.yarnpkg.com/@jsonjoy.com/codegen/-/codegen-1.0.0.tgz#5c23f796c47675f166d23b948cdb889184b93207"
|
1589
|
+
integrity sha512-E8Oy+08cmCf0EK/NMxpaJZmOxPqM+6iSe2S4nlSBrPZOORoDJILxtbSUEDKQyTamm/BVAhIGllOBNU79/dwf0g==
|
1590
|
+
|
1591
|
+
"@jsonjoy.com/json-pack@^1.0.3":
|
1592
|
+
version "1.10.0"
|
1593
|
+
resolved "https://registry.yarnpkg.com/@jsonjoy.com/json-pack/-/json-pack-1.10.0.tgz#d098b0164512889f18269e373407c4b5a46f3ee2"
|
1594
|
+
integrity sha512-PMOU9Sh0baiLZEDewwR/YAHJBV2D8pPIzcFQSU7HQl/k/HNCDyVfO1OvkyDwBGp4dPtvZc7Hl9FFYWwTP1CbZw==
|
1595
|
+
dependencies:
|
1596
|
+
"@jsonjoy.com/base64" "^1.1.2"
|
1597
|
+
"@jsonjoy.com/buffers" "^1.0.0"
|
1598
|
+
"@jsonjoy.com/codegen" "^1.0.0"
|
1599
|
+
"@jsonjoy.com/json-pointer" "^1.0.1"
|
1600
|
+
"@jsonjoy.com/util" "^1.9.0"
|
1601
|
+
hyperdyperid "^1.2.0"
|
1602
|
+
thingies "^2.5.0"
|
1603
|
+
|
1604
|
+
"@jsonjoy.com/json-pointer@^1.0.1":
|
1605
|
+
version "1.0.1"
|
1606
|
+
resolved "https://registry.yarnpkg.com/@jsonjoy.com/json-pointer/-/json-pointer-1.0.1.tgz#3b710158e8a212708a2886ea5e38d92e2ea4f4a0"
|
1607
|
+
integrity sha512-tJpwQfuBuxqZlyoJOSZcqf7OUmiYQ6MiPNmOv4KbZdXE/DdvBSSAwhos0zIlJU/AXxC8XpuO8p08bh2fIl+RKA==
|
1608
|
+
dependencies:
|
1609
|
+
"@jsonjoy.com/util" "^1.3.0"
|
1610
|
+
|
1611
|
+
"@jsonjoy.com/util@^1.3.0", "@jsonjoy.com/util@^1.9.0":
|
1612
|
+
version "1.9.0"
|
1613
|
+
resolved "https://registry.yarnpkg.com/@jsonjoy.com/util/-/util-1.9.0.tgz#7ee95586aed0a766b746cd8d8363e336c3c47c46"
|
1614
|
+
integrity sha512-pLuQo+VPRnN8hfPqUTLTHk126wuYdXVxE6aDmjSeV4NCAgyxWbiOIeNJVtID3h1Vzpoi9m4jXezf73I6LgabgQ==
|
1615
|
+
dependencies:
|
1616
|
+
"@jsonjoy.com/buffers" "^1.0.0"
|
1617
|
+
"@jsonjoy.com/codegen" "^1.0.0"
|
1618
|
+
|
1576
1619
|
"@nodelib/fs.scandir@2.1.5":
|
1577
1620
|
version "2.1.5"
|
1578
1621
|
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
|
@@ -1594,7 +1637,7 @@
|
|
1594
1637
|
"@nodelib/fs.scandir" "2.1.5"
|
1595
1638
|
fastq "^1.6.0"
|
1596
1639
|
|
1597
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.
|
1640
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2":
|
1598
1641
|
version "4.5.2"
|
1599
1642
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.2.tgz#4db8a365fa7e9e33af272294f710a7f3f25538e2"
|
1600
1643
|
integrity sha512-eQcKyrEcDYeZJKu4vUWiu0ii/1Gfev6GF4FsLSgNez5/+aQyAUCjg3ZWlurf491WiYZTXCWyKAxyPWk8DKv2MA==
|
@@ -1662,10 +1705,10 @@
|
|
1662
1705
|
lodash "^4.17.21"
|
1663
1706
|
registry-auth-token "^5.1.0"
|
1664
1707
|
|
1665
|
-
"@oclif/table@^0.4.
|
1666
|
-
version "0.4.
|
1667
|
-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.
|
1668
|
-
integrity sha512-
|
1708
|
+
"@oclif/table@^0.4.12":
|
1709
|
+
version "0.4.12"
|
1710
|
+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.12.tgz#070c6fc474d3f6b5cb6924c55931fe51ab79c69b"
|
1711
|
+
integrity sha512-CrdJBBmil38o6K5QY+vuOovfG3A6q9nFIAISpNOoOnSSiA81s/xfZ/T4E0z7coDvYnz6wJCTMc2ObqaxBZfbHg==
|
1669
1712
|
dependencies:
|
1670
1713
|
"@types/react" "^18.3.12"
|
1671
1714
|
change-case "^5.4.4"
|
@@ -1719,15 +1762,15 @@
|
|
1719
1762
|
strip-ansi "6.0.1"
|
1720
1763
|
ts-retry-promise "^0.8.1"
|
1721
1764
|
|
1722
|
-
"@salesforce/core@^8.
|
1723
|
-
version "8.
|
1724
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
1725
|
-
integrity sha512-
|
1765
|
+
"@salesforce/core@^8.18.5", "@salesforce/core@^8.18.7", "@salesforce/core@^8.19.1", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
1766
|
+
version "8.19.1"
|
1767
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.19.1.tgz#300b37db32e29a7b1055091cc13d04a6ccc4d8c1"
|
1768
|
+
integrity sha512-HPJxus0W4S1aoT4Qn6mG2s9Ik/mZ59rXNUFc2c+BgEAs28khbZOLR2uiZYexNpXIIZnCrSbb+v1t8IW/idIyCA==
|
1726
1769
|
dependencies:
|
1727
|
-
"@jsforce/jsforce-node" "^3.10.
|
1770
|
+
"@jsforce/jsforce-node" "^3.10.1"
|
1728
1771
|
"@salesforce/kit" "^3.2.2"
|
1729
1772
|
"@salesforce/schemas" "^1.9.1"
|
1730
|
-
"@salesforce/ts-types" "^2.0.
|
1773
|
+
"@salesforce/ts-types" "^2.0.11"
|
1731
1774
|
ajv "^8.17.1"
|
1732
1775
|
change-case "^4.1.2"
|
1733
1776
|
fast-levenshtein "^3.0.0"
|
@@ -1736,6 +1779,7 @@
|
|
1736
1779
|
js2xmlparser "^4.0.1"
|
1737
1780
|
jsonwebtoken "9.0.2"
|
1738
1781
|
jszip "3.10.1"
|
1782
|
+
memfs "^4.30.1"
|
1739
1783
|
pino "^9.7.0"
|
1740
1784
|
pino-abstract-transport "^1.2.0"
|
1741
1785
|
pino-pretty "^11.3.0"
|
@@ -1829,23 +1873,23 @@
|
|
1829
1873
|
string-width "^7.2.0"
|
1830
1874
|
terminal-link "^3.0.0"
|
1831
1875
|
|
1832
|
-
"@salesforce/sf-plugins-core@^12.2.
|
1833
|
-
version "12.2.
|
1834
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
1835
|
-
integrity sha512-
|
1876
|
+
"@salesforce/sf-plugins-core@^12.2.4":
|
1877
|
+
version "12.2.4"
|
1878
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.4.tgz#a89ddcbac6520870eb2e0aad2a2e78738441cedf"
|
1879
|
+
integrity sha512-AwfhPxIJfzQUSZH8kiQOjRPOsfhO3CL+PKq0lfX+chdqwLOnXWviYCA1Z815MGG0ot/XMlsyj7CS+JxQ19Tn4A==
|
1836
1880
|
dependencies:
|
1837
1881
|
"@inquirer/confirm" "^3.1.22"
|
1838
1882
|
"@inquirer/password" "^2.2.0"
|
1839
|
-
"@oclif/core" "^4.
|
1840
|
-
"@oclif/table" "^0.4.
|
1841
|
-
"@salesforce/core" "^8.
|
1883
|
+
"@oclif/core" "^4.5.2"
|
1884
|
+
"@oclif/table" "^0.4.12"
|
1885
|
+
"@salesforce/core" "^8.18.7"
|
1842
1886
|
"@salesforce/kit" "^3.2.3"
|
1843
1887
|
"@salesforce/ts-types" "^2.0.12"
|
1844
1888
|
ansis "^3.3.2"
|
1845
1889
|
cli-progress "^3.12.0"
|
1846
1890
|
terminal-link "^3.0.0"
|
1847
1891
|
|
1848
|
-
"@salesforce/ts-types@^2.0.
|
1892
|
+
"@salesforce/ts-types@^2.0.11", "@salesforce/ts-types@^2.0.12":
|
1849
1893
|
version "2.0.12"
|
1850
1894
|
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.12.tgz#60420622812a7ec7e46d220667bc29b42dc247ff"
|
1851
1895
|
integrity sha512-BIJyduJC18Kc8z+arUm5AZ9VkPRyw1KKAm+Tk+9LT99eOzhNilyfKzhZ4t+tG2lIGgnJpmytZfVDZ0e2kFul8g==
|
@@ -4208,12 +4252,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
4208
4252
|
semver "^7.5.4"
|
4209
4253
|
spdx-expression-parse "^4.0.0"
|
4210
4254
|
|
4211
|
-
eslint-plugin-sf-plugin@^1.20.
|
4212
|
-
version "1.20.
|
4213
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
4214
|
-
integrity sha512-
|
4255
|
+
eslint-plugin-sf-plugin@^1.20.30:
|
4256
|
+
version "1.20.30"
|
4257
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.30.tgz#34d83312ebbb4af2e0595cfc0e51bbe972449b56"
|
4258
|
+
integrity sha512-fhOg19KHGfr8lnzSxTXaG16qeokdoVgxYtQAt+Uc4HBF8idoF2cTzsP70O2MI54CKxoo0U0DeqiEgxPkhsKQsg==
|
4215
4259
|
dependencies:
|
4216
|
-
"@salesforce/core" "^8.18.
|
4260
|
+
"@salesforce/core" "^8.18.5"
|
4217
4261
|
"@typescript-eslint/utils" "^7.18.0"
|
4218
4262
|
|
4219
4263
|
eslint-plugin-unicorn@^50.0.1:
|
@@ -5120,6 +5164,11 @@ husky@^7.0.4:
|
|
5120
5164
|
resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.4.tgz#242048245dc49c8fb1bf0cc7cfb98dd722531535"
|
5121
5165
|
integrity sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==
|
5122
5166
|
|
5167
|
+
hyperdyperid@^1.2.0:
|
5168
|
+
version "1.2.0"
|
5169
|
+
resolved "https://registry.yarnpkg.com/hyperdyperid/-/hyperdyperid-1.2.0.tgz#59668d323ada92228d2a869d3e474d5a33b69e6b"
|
5170
|
+
integrity sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==
|
5171
|
+
|
5123
5172
|
iconv-lite@^0.4.24:
|
5124
5173
|
version "0.4.24"
|
5125
5174
|
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
|
@@ -6066,6 +6115,16 @@ mdurl@^2.0.0:
|
|
6066
6115
|
resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-2.0.0.tgz#80676ec0433025dd3e17ee983d0fe8de5a2237e0"
|
6067
6116
|
integrity sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==
|
6068
6117
|
|
6118
|
+
memfs@^4.30.1:
|
6119
|
+
version "4.36.0"
|
6120
|
+
resolved "https://registry.yarnpkg.com/memfs/-/memfs-4.36.0.tgz#b9fa8d97ddda3cb8c06908bceec956560c33d979"
|
6121
|
+
integrity sha512-mfBfzGUdoEw5AZwG8E965ej3BbvW2F9LxEWj4uLxF6BEh1dO2N9eS3AGu9S6vfenuQYrVjsbUOOZK7y3vz4vyQ==
|
6122
|
+
dependencies:
|
6123
|
+
"@jsonjoy.com/json-pack" "^1.0.3"
|
6124
|
+
"@jsonjoy.com/util" "^1.3.0"
|
6125
|
+
tree-dump "^1.0.1"
|
6126
|
+
tslib "^2.0.0"
|
6127
|
+
|
6069
6128
|
meow@^13.0.0:
|
6070
6129
|
version "13.1.0"
|
6071
6130
|
resolved "https://registry.yarnpkg.com/meow/-/meow-13.1.0.tgz#62995b0e8c3951739fe6e0a4becdd4d0df23eb37"
|
@@ -6446,10 +6505,10 @@ object.values@^1.1.7:
|
|
6446
6505
|
define-properties "^1.2.0"
|
6447
6506
|
es-abstract "^1.22.1"
|
6448
6507
|
|
6449
|
-
oclif@^4.22.
|
6450
|
-
version "4.22.
|
6451
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.22.
|
6452
|
-
integrity sha512-
|
6508
|
+
oclif@^4.22.6:
|
6509
|
+
version "4.22.6"
|
6510
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.22.6.tgz#13d75225ab3f5ef9b305521960af6ac2d09bc265"
|
6511
|
+
integrity sha512-TsFZfPdhOKtBRv3YKnJMUVbL/JTw5IDs4DoWekpn7c+jBDw/snp0STCe48YYW4hotULwfy2yPbKr0KyzDQ7gjw==
|
6453
6512
|
dependencies:
|
6454
6513
|
"@aws-sdk/client-cloudfront" "^3.850.0"
|
6455
6514
|
"@aws-sdk/client-s3" "^3.850.0"
|
@@ -7695,6 +7754,11 @@ text-table@^0.2.0:
|
|
7695
7754
|
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
|
7696
7755
|
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
|
7697
7756
|
|
7757
|
+
thingies@^2.5.0:
|
7758
|
+
version "2.5.0"
|
7759
|
+
resolved "https://registry.yarnpkg.com/thingies/-/thingies-2.5.0.tgz#5f7b882c933b85989f8466b528a6247a6881e04f"
|
7760
|
+
integrity sha512-s+2Bwztg6PhWUD7XMfeYm5qliDdSiZm7M7n8KjTkIsm3l/2lgVRc2/Gx/v+ZX8lT4FMA+i8aQvhcWylldc+ZNw==
|
7761
|
+
|
7698
7762
|
thread-stream@^3.0.0:
|
7699
7763
|
version "3.1.0"
|
7700
7764
|
resolved "https://registry.yarnpkg.com/thread-stream/-/thread-stream-3.1.0.tgz#4b2ef252a7c215064507d4ef70c05a5e2d34c4f1"
|
@@ -7761,6 +7825,11 @@ tr46@~0.0.3:
|
|
7761
7825
|
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
|
7762
7826
|
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
|
7763
7827
|
|
7828
|
+
tree-dump@^1.0.1:
|
7829
|
+
version "1.0.3"
|
7830
|
+
resolved "https://registry.yarnpkg.com/tree-dump/-/tree-dump-1.0.3.tgz#2f0e42e77354714418ed7ab44291e435ccdb0f80"
|
7831
|
+
integrity sha512-il+Cv80yVHFBwokQSfd4bldvr1Md951DpgAGfmhydt04L+YzHgubm2tQ7zueWDcGENKHq0ZvGFR/hjvNXilHEg==
|
7832
|
+
|
7764
7833
|
trim-newlines@^3.0.0:
|
7765
7834
|
version "3.0.1"
|
7766
7835
|
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
|
@@ -7823,6 +7892,11 @@ tslib@^1.9.0:
|
|
7823
7892
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
|
7824
7893
|
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
|
7825
7894
|
|
7895
|
+
tslib@^2.0.0:
|
7896
|
+
version "2.8.1"
|
7897
|
+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
|
7898
|
+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
|
7899
|
+
|
7826
7900
|
tslib@^2.0.3, tslib@^2.5.0, tslib@^2.6.2:
|
7827
7901
|
version "2.6.3"
|
7828
7902
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,14 +1,14 @@
|
|
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.42",
|
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.
|
9
|
+
"@salesforce/core": "^8.19.1",
|
10
10
|
"@salesforce/kit": "^3.2.3",
|
11
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
11
|
+
"@salesforce/sf-plugins-core": "^12.2.4",
|
12
12
|
"change-case": "^5.4.4"
|
13
13
|
},
|
14
14
|
"devDependencies": {
|
@@ -21,9 +21,9 @@
|
|
21
21
|
"@types/chai-string": "^1.4.5",
|
22
22
|
"chai-as-promised": "7.1.2",
|
23
23
|
"chai-string": "^1.6.0",
|
24
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
24
|
+
"eslint-plugin-sf-plugin": "^1.20.30",
|
25
25
|
"jsforce": "^2.0.0-beta.28",
|
26
|
-
"oclif": "^4.22.
|
26
|
+
"oclif": "^4.22.6",
|
27
27
|
"ts-node": "^10.9.2",
|
28
28
|
"typescript": "^5.5.4"
|
29
29
|
},
|
@@ -220,7 +220,7 @@
|
|
220
220
|
"exports": "./lib/index.js",
|
221
221
|
"type": "module",
|
222
222
|
"sfdx": {
|
223
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.
|
224
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.
|
223
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.42.crt",
|
224
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.42.sig"
|
225
225
|
}
|
226
226
|
}
|