@salesforce/plugin-command-reference 3.1.64 → 3.1.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/npm-shrinkwrap.json +222 -43
- package/oclif.lock +110 -36
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -130,7 +130,7 @@ EXAMPLES
|
|
|
130
130
|
$ sf commandreference generate --all --config-path /path/to/plugin --output-dir ./docs
|
|
131
131
|
```
|
|
132
132
|
|
|
133
|
-
_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.
|
|
133
|
+
_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.65/src/commands/commandreference/generate.ts)_
|
|
134
134
|
|
|
135
135
|
## `sf jit install`
|
|
136
136
|
|
|
@@ -151,6 +151,6 @@ EXAMPLES
|
|
|
151
151
|
$ sf jit install
|
|
152
152
|
```
|
|
153
153
|
|
|
154
|
-
_See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.
|
|
154
|
+
_See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.65/src/commands/jit/install.ts)_
|
|
155
155
|
|
|
156
156
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-command-reference",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.65",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-command-reference",
|
|
9
|
-
"version": "3.1.
|
|
9
|
+
"version": "3.1.65",
|
|
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
15
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.11",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@oclif/plugin-help": "^6.2.32",
|
|
23
23
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
24
|
-
"@salesforce/plugin-auth": "^3.7.
|
|
24
|
+
"@salesforce/plugin-auth": "^3.7.18",
|
|
25
25
|
"@salesforce/plugin-user": "^3.6.32",
|
|
26
26
|
"@types/debug": "^4.1.12",
|
|
27
27
|
"eslint-plugin-sf-plugin": "^1.20.30",
|
|
@@ -3790,9 +3790,9 @@
|
|
|
3790
3790
|
}
|
|
3791
3791
|
},
|
|
3792
3792
|
"node_modules/@jsforce/jsforce-node": {
|
|
3793
|
-
"version": "3.10.
|
|
3794
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.
|
|
3795
|
-
"integrity": "sha512-
|
|
3793
|
+
"version": "3.10.1",
|
|
3794
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.1.tgz",
|
|
3795
|
+
"integrity": "sha512-HZcekfFFGOIIqdkCVI5wmP+Nxpmbhwj8CJH5fAii6dcdMhFgTp0sMGwWZe2Br74Nmp7GEESFVuTcIjk+NX5ajA==",
|
|
3796
3796
|
"license": "MIT",
|
|
3797
3797
|
"dependencies": {
|
|
3798
3798
|
"@sindresorhus/is": "^4",
|
|
@@ -4012,9 +4012,9 @@
|
|
|
4012
4012
|
}
|
|
4013
4013
|
},
|
|
4014
4014
|
"node_modules/@oclif/table": {
|
|
4015
|
-
"version": "0.4.
|
|
4016
|
-
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.
|
|
4017
|
-
"integrity": "sha512-
|
|
4015
|
+
"version": "0.4.12",
|
|
4016
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.12.tgz",
|
|
4017
|
+
"integrity": "sha512-CrdJBBmil38o6K5QY+vuOovfG3A6q9nFIAISpNOoOnSSiA81s/xfZ/T4E0z7coDvYnz6wJCTMc2ObqaxBZfbHg==",
|
|
4018
4018
|
"dev": true,
|
|
4019
4019
|
"license": "MIT",
|
|
4020
4020
|
"dependencies": {
|
|
@@ -4168,15 +4168,15 @@
|
|
|
4168
4168
|
}
|
|
4169
4169
|
},
|
|
4170
4170
|
"node_modules/@salesforce/core": {
|
|
4171
|
-
"version": "8.
|
|
4172
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
4173
|
-
"integrity": "sha512-
|
|
4171
|
+
"version": "8.19.1",
|
|
4172
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.19.1.tgz",
|
|
4173
|
+
"integrity": "sha512-HPJxus0W4S1aoT4Qn6mG2s9Ik/mZ59rXNUFc2c+BgEAs28khbZOLR2uiZYexNpXIIZnCrSbb+v1t8IW/idIyCA==",
|
|
4174
4174
|
"license": "BSD-3-Clause",
|
|
4175
4175
|
"dependencies": {
|
|
4176
|
-
"@jsforce/jsforce-node": "^3.10.
|
|
4176
|
+
"@jsforce/jsforce-node": "^3.10.1",
|
|
4177
4177
|
"@salesforce/kit": "^3.2.2",
|
|
4178
4178
|
"@salesforce/schemas": "^1.9.1",
|
|
4179
|
-
"@salesforce/ts-types": "^2.0.
|
|
4179
|
+
"@salesforce/ts-types": "^2.0.11",
|
|
4180
4180
|
"ajv": "^8.17.1",
|
|
4181
4181
|
"change-case": "^4.1.2",
|
|
4182
4182
|
"fast-levenshtein": "^3.0.0",
|
|
@@ -4185,6 +4185,7 @@
|
|
|
4185
4185
|
"js2xmlparser": "^4.0.1",
|
|
4186
4186
|
"jsonwebtoken": "9.0.2",
|
|
4187
4187
|
"jszip": "3.10.1",
|
|
4188
|
+
"memfs": "^4.30.1",
|
|
4188
4189
|
"pino": "^9.7.0",
|
|
4189
4190
|
"pino-abstract-transport": "^1.2.0",
|
|
4190
4191
|
"pino-pretty": "^11.3.0",
|
|
@@ -4361,9 +4362,9 @@
|
|
|
4361
4362
|
}
|
|
4362
4363
|
},
|
|
4363
4364
|
"node_modules/@salesforce/plugin-auth": {
|
|
4364
|
-
"version": "3.7.
|
|
4365
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.7.
|
|
4366
|
-
"integrity": "sha512-
|
|
4365
|
+
"version": "3.7.18",
|
|
4366
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.7.18.tgz",
|
|
4367
|
+
"integrity": "sha512-UcWYh/N+PXTLoH9t+m7zl2W5diWaCA60VIa054YaOdkY6qDZSe2efn318EMG9KyaIqcOYYeKRlehwgF1RjAOOQ==",
|
|
4367
4368
|
"dev": true,
|
|
4368
4369
|
"license": "Apache-2.0",
|
|
4369
4370
|
"dependencies": {
|
|
@@ -4372,8 +4373,8 @@
|
|
|
4372
4373
|
"@oclif/core": "^4",
|
|
4373
4374
|
"@salesforce/core": "^8.18.7",
|
|
4374
4375
|
"@salesforce/kit": "^3.2.3",
|
|
4375
|
-
"@salesforce/plugin-info": "^3.4.
|
|
4376
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
4376
|
+
"@salesforce/plugin-info": "^3.4.77",
|
|
4377
|
+
"@salesforce/sf-plugins-core": "^12.2.4",
|
|
4377
4378
|
"@salesforce/ts-types": "^2.0.11",
|
|
4378
4379
|
"open": "^10.2.0"
|
|
4379
4380
|
},
|
|
@@ -4382,17 +4383,17 @@
|
|
|
4382
4383
|
}
|
|
4383
4384
|
},
|
|
4384
4385
|
"node_modules/@salesforce/plugin-auth/node_modules/@salesforce/sf-plugins-core": {
|
|
4385
|
-
"version": "12.2.
|
|
4386
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
4387
|
-
"integrity": "sha512-
|
|
4386
|
+
"version": "12.2.4",
|
|
4387
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.4.tgz",
|
|
4388
|
+
"integrity": "sha512-AwfhPxIJfzQUSZH8kiQOjRPOsfhO3CL+PKq0lfX+chdqwLOnXWviYCA1Z815MGG0ot/XMlsyj7CS+JxQ19Tn4A==",
|
|
4388
4389
|
"dev": true,
|
|
4389
4390
|
"license": "Apache-2.0",
|
|
4390
4391
|
"dependencies": {
|
|
4391
4392
|
"@inquirer/confirm": "^3.1.22",
|
|
4392
4393
|
"@inquirer/password": "^2.2.0",
|
|
4393
|
-
"@oclif/core": "^4.
|
|
4394
|
-
"@oclif/table": "^0.4.
|
|
4395
|
-
"@salesforce/core": "^8.
|
|
4394
|
+
"@oclif/core": "^4.5.2",
|
|
4395
|
+
"@oclif/table": "^0.4.12",
|
|
4396
|
+
"@salesforce/core": "^8.18.7",
|
|
4396
4397
|
"@salesforce/kit": "^3.2.3",
|
|
4397
4398
|
"@salesforce/ts-types": "^2.0.12",
|
|
4398
4399
|
"ansis": "^3.3.2",
|
|
@@ -4404,22 +4405,22 @@
|
|
|
4404
4405
|
}
|
|
4405
4406
|
},
|
|
4406
4407
|
"node_modules/@salesforce/plugin-info": {
|
|
4407
|
-
"version": "3.4.
|
|
4408
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.
|
|
4409
|
-
"integrity": "sha512-
|
|
4408
|
+
"version": "3.4.77",
|
|
4409
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.77.tgz",
|
|
4410
|
+
"integrity": "sha512-4EgAoYCkA6/q/WOAdcE19HV2TrRYc2lPTaCyBgqxaCWuzvinboYkevxjOPY3XU27mCSbYZSrZr6mZacyM/5wWw==",
|
|
4410
4411
|
"dev": true,
|
|
4411
4412
|
"license": "Apache-2.0",
|
|
4412
4413
|
"dependencies": {
|
|
4413
4414
|
"@inquirer/input": "^2.3.0",
|
|
4414
4415
|
"@jsforce/jsforce-node": "^3.9.4",
|
|
4415
4416
|
"@oclif/core": "^4",
|
|
4416
|
-
"@salesforce/core": "^8.18.
|
|
4417
|
+
"@salesforce/core": "^8.18.7",
|
|
4417
4418
|
"@salesforce/kit": "^3.2.3",
|
|
4418
4419
|
"@salesforce/sf-plugins-core": "^12",
|
|
4419
4420
|
"got": "^13.0.0",
|
|
4420
4421
|
"marked": "^4.3.0",
|
|
4421
4422
|
"marked-terminal": "^4.2.0",
|
|
4422
|
-
"open": "^10.
|
|
4423
|
+
"open": "^10.2.0",
|
|
4423
4424
|
"proxy-agent": "^6.5.0",
|
|
4424
4425
|
"semver": "^7.7.2"
|
|
4425
4426
|
},
|
|
@@ -4428,17 +4429,17 @@
|
|
|
4428
4429
|
}
|
|
4429
4430
|
},
|
|
4430
4431
|
"node_modules/@salesforce/plugin-info/node_modules/@salesforce/sf-plugins-core": {
|
|
4431
|
-
"version": "12.2.
|
|
4432
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
4433
|
-
"integrity": "sha512-
|
|
4432
|
+
"version": "12.2.4",
|
|
4433
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.4.tgz",
|
|
4434
|
+
"integrity": "sha512-AwfhPxIJfzQUSZH8kiQOjRPOsfhO3CL+PKq0lfX+chdqwLOnXWviYCA1Z815MGG0ot/XMlsyj7CS+JxQ19Tn4A==",
|
|
4434
4435
|
"dev": true,
|
|
4435
4436
|
"license": "Apache-2.0",
|
|
4436
4437
|
"dependencies": {
|
|
4437
4438
|
"@inquirer/confirm": "^3.1.22",
|
|
4438
4439
|
"@inquirer/password": "^2.2.0",
|
|
4439
|
-
"@oclif/core": "^4.
|
|
4440
|
-
"@oclif/table": "^0.4.
|
|
4441
|
-
"@salesforce/core": "^8.
|
|
4440
|
+
"@oclif/core": "^4.5.2",
|
|
4441
|
+
"@oclif/table": "^0.4.12",
|
|
4442
|
+
"@salesforce/core": "^8.18.7",
|
|
4442
4443
|
"@salesforce/kit": "^3.2.3",
|
|
4443
4444
|
"@salesforce/ts-types": "^2.0.12",
|
|
4444
4445
|
"ansis": "^3.3.2",
|
|
@@ -4530,17 +4531,17 @@
|
|
|
4530
4531
|
}
|
|
4531
4532
|
},
|
|
4532
4533
|
"node_modules/@salesforce/plugin-user/node_modules/@salesforce/sf-plugins-core": {
|
|
4533
|
-
"version": "12.2.
|
|
4534
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
4535
|
-
"integrity": "sha512-
|
|
4534
|
+
"version": "12.2.4",
|
|
4535
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.4.tgz",
|
|
4536
|
+
"integrity": "sha512-AwfhPxIJfzQUSZH8kiQOjRPOsfhO3CL+PKq0lfX+chdqwLOnXWviYCA1Z815MGG0ot/XMlsyj7CS+JxQ19Tn4A==",
|
|
4536
4537
|
"dev": true,
|
|
4537
4538
|
"license": "Apache-2.0",
|
|
4538
4539
|
"dependencies": {
|
|
4539
4540
|
"@inquirer/confirm": "^3.1.22",
|
|
4540
4541
|
"@inquirer/password": "^2.2.0",
|
|
4541
|
-
"@oclif/core": "^4.
|
|
4542
|
-
"@oclif/table": "^0.4.
|
|
4543
|
-
"@salesforce/core": "^8.
|
|
4542
|
+
"@oclif/core": "^4.5.2",
|
|
4543
|
+
"@oclif/table": "^0.4.12",
|
|
4544
|
+
"@salesforce/core": "^8.18.7",
|
|
4544
4545
|
"@salesforce/kit": "^3.2.3",
|
|
4545
4546
|
"@salesforce/ts-types": "^2.0.12",
|
|
4546
4547
|
"ansis": "^3.3.2",
|
|
@@ -10004,6 +10005,15 @@
|
|
|
10004
10005
|
"url": "https://github.com/sponsors/typicode"
|
|
10005
10006
|
}
|
|
10006
10007
|
},
|
|
10008
|
+
"node_modules/hyperdyperid": {
|
|
10009
|
+
"version": "1.2.0",
|
|
10010
|
+
"resolved": "https://registry.npmjs.org/hyperdyperid/-/hyperdyperid-1.2.0.tgz",
|
|
10011
|
+
"integrity": "sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==",
|
|
10012
|
+
"license": "MIT",
|
|
10013
|
+
"engines": {
|
|
10014
|
+
"node": ">=10.18"
|
|
10015
|
+
}
|
|
10016
|
+
},
|
|
10007
10017
|
"node_modules/iconv-lite": {
|
|
10008
10018
|
"version": "0.6.3",
|
|
10009
10019
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
@@ -11773,6 +11783,175 @@
|
|
|
11773
11783
|
"dev": true,
|
|
11774
11784
|
"license": "MIT"
|
|
11775
11785
|
},
|
|
11786
|
+
"node_modules/memfs": {
|
|
11787
|
+
"version": "4.36.0",
|
|
11788
|
+
"resolved": "https://registry.npmjs.org/memfs/-/memfs-4.36.0.tgz",
|
|
11789
|
+
"integrity": "sha512-mfBfzGUdoEw5AZwG8E965ej3BbvW2F9LxEWj4uLxF6BEh1dO2N9eS3AGu9S6vfenuQYrVjsbUOOZK7y3vz4vyQ==",
|
|
11790
|
+
"license": "Apache-2.0",
|
|
11791
|
+
"dependencies": {
|
|
11792
|
+
"@jsonjoy.com/json-pack": "^1.0.3",
|
|
11793
|
+
"@jsonjoy.com/util": "^1.3.0",
|
|
11794
|
+
"tree-dump": "^1.0.1",
|
|
11795
|
+
"tslib": "^2.0.0"
|
|
11796
|
+
},
|
|
11797
|
+
"engines": {
|
|
11798
|
+
"node": ">= 4.0.0"
|
|
11799
|
+
},
|
|
11800
|
+
"funding": {
|
|
11801
|
+
"type": "github",
|
|
11802
|
+
"url": "https://github.com/sponsors/streamich"
|
|
11803
|
+
}
|
|
11804
|
+
},
|
|
11805
|
+
"node_modules/memfs/node_modules/@jsonjoy.com/base64": {
|
|
11806
|
+
"version": "1.1.2",
|
|
11807
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/base64/-/base64-1.1.2.tgz",
|
|
11808
|
+
"integrity": "sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==",
|
|
11809
|
+
"license": "Apache-2.0",
|
|
11810
|
+
"engines": {
|
|
11811
|
+
"node": ">=10.0"
|
|
11812
|
+
},
|
|
11813
|
+
"funding": {
|
|
11814
|
+
"type": "github",
|
|
11815
|
+
"url": "https://github.com/sponsors/streamich"
|
|
11816
|
+
},
|
|
11817
|
+
"peerDependencies": {
|
|
11818
|
+
"tslib": "2"
|
|
11819
|
+
}
|
|
11820
|
+
},
|
|
11821
|
+
"node_modules/memfs/node_modules/@jsonjoy.com/buffers": {
|
|
11822
|
+
"version": "1.0.0",
|
|
11823
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/buffers/-/buffers-1.0.0.tgz",
|
|
11824
|
+
"integrity": "sha512-NDigYR3PHqCnQLXYyoLbnEdzMMvzeiCWo1KOut7Q0CoIqg9tUAPKJ1iq/2nFhc5kZtexzutNY0LFjdwWL3Dw3Q==",
|
|
11825
|
+
"license": "Apache-2.0",
|
|
11826
|
+
"engines": {
|
|
11827
|
+
"node": ">=10.0"
|
|
11828
|
+
},
|
|
11829
|
+
"funding": {
|
|
11830
|
+
"type": "github",
|
|
11831
|
+
"url": "https://github.com/sponsors/streamich"
|
|
11832
|
+
},
|
|
11833
|
+
"peerDependencies": {
|
|
11834
|
+
"tslib": "2"
|
|
11835
|
+
}
|
|
11836
|
+
},
|
|
11837
|
+
"node_modules/memfs/node_modules/@jsonjoy.com/codegen": {
|
|
11838
|
+
"version": "1.0.0",
|
|
11839
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/codegen/-/codegen-1.0.0.tgz",
|
|
11840
|
+
"integrity": "sha512-E8Oy+08cmCf0EK/NMxpaJZmOxPqM+6iSe2S4nlSBrPZOORoDJILxtbSUEDKQyTamm/BVAhIGllOBNU79/dwf0g==",
|
|
11841
|
+
"license": "Apache-2.0",
|
|
11842
|
+
"engines": {
|
|
11843
|
+
"node": ">=10.0"
|
|
11844
|
+
},
|
|
11845
|
+
"funding": {
|
|
11846
|
+
"type": "github",
|
|
11847
|
+
"url": "https://github.com/sponsors/streamich"
|
|
11848
|
+
},
|
|
11849
|
+
"peerDependencies": {
|
|
11850
|
+
"tslib": "2"
|
|
11851
|
+
}
|
|
11852
|
+
},
|
|
11853
|
+
"node_modules/memfs/node_modules/@jsonjoy.com/json-pack": {
|
|
11854
|
+
"version": "1.10.0",
|
|
11855
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pack/-/json-pack-1.10.0.tgz",
|
|
11856
|
+
"integrity": "sha512-PMOU9Sh0baiLZEDewwR/YAHJBV2D8pPIzcFQSU7HQl/k/HNCDyVfO1OvkyDwBGp4dPtvZc7Hl9FFYWwTP1CbZw==",
|
|
11857
|
+
"license": "Apache-2.0",
|
|
11858
|
+
"dependencies": {
|
|
11859
|
+
"@jsonjoy.com/base64": "^1.1.2",
|
|
11860
|
+
"@jsonjoy.com/buffers": "^1.0.0",
|
|
11861
|
+
"@jsonjoy.com/codegen": "^1.0.0",
|
|
11862
|
+
"@jsonjoy.com/json-pointer": "^1.0.1",
|
|
11863
|
+
"@jsonjoy.com/util": "^1.9.0",
|
|
11864
|
+
"hyperdyperid": "^1.2.0",
|
|
11865
|
+
"thingies": "^2.5.0"
|
|
11866
|
+
},
|
|
11867
|
+
"engines": {
|
|
11868
|
+
"node": ">=10.0"
|
|
11869
|
+
},
|
|
11870
|
+
"funding": {
|
|
11871
|
+
"type": "github",
|
|
11872
|
+
"url": "https://github.com/sponsors/streamich"
|
|
11873
|
+
},
|
|
11874
|
+
"peerDependencies": {
|
|
11875
|
+
"tslib": "2"
|
|
11876
|
+
}
|
|
11877
|
+
},
|
|
11878
|
+
"node_modules/memfs/node_modules/@jsonjoy.com/json-pointer": {
|
|
11879
|
+
"version": "1.0.1",
|
|
11880
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pointer/-/json-pointer-1.0.1.tgz",
|
|
11881
|
+
"integrity": "sha512-tJpwQfuBuxqZlyoJOSZcqf7OUmiYQ6MiPNmOv4KbZdXE/DdvBSSAwhos0zIlJU/AXxC8XpuO8p08bh2fIl+RKA==",
|
|
11882
|
+
"license": "Apache-2.0",
|
|
11883
|
+
"dependencies": {
|
|
11884
|
+
"@jsonjoy.com/util": "^1.3.0"
|
|
11885
|
+
},
|
|
11886
|
+
"engines": {
|
|
11887
|
+
"node": ">=10.0"
|
|
11888
|
+
},
|
|
11889
|
+
"funding": {
|
|
11890
|
+
"type": "github",
|
|
11891
|
+
"url": "https://github.com/sponsors/streamich"
|
|
11892
|
+
},
|
|
11893
|
+
"peerDependencies": {
|
|
11894
|
+
"tslib": "2"
|
|
11895
|
+
}
|
|
11896
|
+
},
|
|
11897
|
+
"node_modules/memfs/node_modules/@jsonjoy.com/util": {
|
|
11898
|
+
"version": "1.9.0",
|
|
11899
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/util/-/util-1.9.0.tgz",
|
|
11900
|
+
"integrity": "sha512-pLuQo+VPRnN8hfPqUTLTHk126wuYdXVxE6aDmjSeV4NCAgyxWbiOIeNJVtID3h1Vzpoi9m4jXezf73I6LgabgQ==",
|
|
11901
|
+
"license": "Apache-2.0",
|
|
11902
|
+
"dependencies": {
|
|
11903
|
+
"@jsonjoy.com/buffers": "^1.0.0",
|
|
11904
|
+
"@jsonjoy.com/codegen": "^1.0.0"
|
|
11905
|
+
},
|
|
11906
|
+
"engines": {
|
|
11907
|
+
"node": ">=10.0"
|
|
11908
|
+
},
|
|
11909
|
+
"funding": {
|
|
11910
|
+
"type": "github",
|
|
11911
|
+
"url": "https://github.com/sponsors/streamich"
|
|
11912
|
+
},
|
|
11913
|
+
"peerDependencies": {
|
|
11914
|
+
"tslib": "2"
|
|
11915
|
+
}
|
|
11916
|
+
},
|
|
11917
|
+
"node_modules/memfs/node_modules/thingies": {
|
|
11918
|
+
"version": "2.5.0",
|
|
11919
|
+
"resolved": "https://registry.npmjs.org/thingies/-/thingies-2.5.0.tgz",
|
|
11920
|
+
"integrity": "sha512-s+2Bwztg6PhWUD7XMfeYm5qliDdSiZm7M7n8KjTkIsm3l/2lgVRc2/Gx/v+ZX8lT4FMA+i8aQvhcWylldc+ZNw==",
|
|
11921
|
+
"license": "MIT",
|
|
11922
|
+
"engines": {
|
|
11923
|
+
"node": ">=10.18"
|
|
11924
|
+
},
|
|
11925
|
+
"funding": {
|
|
11926
|
+
"type": "github",
|
|
11927
|
+
"url": "https://github.com/sponsors/streamich"
|
|
11928
|
+
},
|
|
11929
|
+
"peerDependencies": {
|
|
11930
|
+
"tslib": "^2"
|
|
11931
|
+
}
|
|
11932
|
+
},
|
|
11933
|
+
"node_modules/memfs/node_modules/tree-dump": {
|
|
11934
|
+
"version": "1.0.3",
|
|
11935
|
+
"resolved": "https://registry.npmjs.org/tree-dump/-/tree-dump-1.0.3.tgz",
|
|
11936
|
+
"integrity": "sha512-il+Cv80yVHFBwokQSfd4bldvr1Md951DpgAGfmhydt04L+YzHgubm2tQ7zueWDcGENKHq0ZvGFR/hjvNXilHEg==",
|
|
11937
|
+
"license": "Apache-2.0",
|
|
11938
|
+
"engines": {
|
|
11939
|
+
"node": ">=10.0"
|
|
11940
|
+
},
|
|
11941
|
+
"funding": {
|
|
11942
|
+
"type": "github",
|
|
11943
|
+
"url": "https://github.com/sponsors/streamich"
|
|
11944
|
+
},
|
|
11945
|
+
"peerDependencies": {
|
|
11946
|
+
"tslib": "2"
|
|
11947
|
+
}
|
|
11948
|
+
},
|
|
11949
|
+
"node_modules/memfs/node_modules/tslib": {
|
|
11950
|
+
"version": "2.8.1",
|
|
11951
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
11952
|
+
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
11953
|
+
"license": "0BSD"
|
|
11954
|
+
},
|
|
11776
11955
|
"node_modules/meow": {
|
|
11777
11956
|
"version": "8.1.2",
|
|
11778
11957
|
"resolved": "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1562,10 +1562,10 @@
|
|
|
1562
1562
|
"@jridgewell/resolve-uri" "^3.1.0"
|
|
1563
1563
|
"@jridgewell/sourcemap-codec" "^1.4.14"
|
|
1564
1564
|
|
|
1565
|
-
"@jsforce/jsforce-node@^3.10.
|
|
1566
|
-
version "3.10.
|
|
1567
|
-
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.
|
|
1568
|
-
integrity sha512-
|
|
1565
|
+
"@jsforce/jsforce-node@^3.10.1", "@jsforce/jsforce-node@^3.9.4":
|
|
1566
|
+
version "3.10.1"
|
|
1567
|
+
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.1.tgz#790a0ecc89ce3b2c91aca16d9f84534d7d4bdd55"
|
|
1568
|
+
integrity sha512-HZcekfFFGOIIqdkCVI5wmP+Nxpmbhwj8CJH5fAii6dcdMhFgTp0sMGwWZe2Br74Nmp7GEESFVuTcIjk+NX5ajA==
|
|
1569
1569
|
dependencies:
|
|
1570
1570
|
"@sindresorhus/is" "^4"
|
|
1571
1571
|
base64url "^3.0.1"
|
|
@@ -1578,6 +1578,49 @@
|
|
|
1578
1578
|
node-fetch "^2.6.1"
|
|
1579
1579
|
xml2js "^0.6.2"
|
|
1580
1580
|
|
|
1581
|
+
"@jsonjoy.com/base64@^1.1.2":
|
|
1582
|
+
version "1.1.2"
|
|
1583
|
+
resolved "https://registry.yarnpkg.com/@jsonjoy.com/base64/-/base64-1.1.2.tgz#cf8ea9dcb849b81c95f14fc0aaa151c6b54d2578"
|
|
1584
|
+
integrity sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==
|
|
1585
|
+
|
|
1586
|
+
"@jsonjoy.com/buffers@^1.0.0":
|
|
1587
|
+
version "1.0.0"
|
|
1588
|
+
resolved "https://registry.yarnpkg.com/@jsonjoy.com/buffers/-/buffers-1.0.0.tgz#ade6895b7d3883d70f87b5743efaa12c71dfef7a"
|
|
1589
|
+
integrity sha512-NDigYR3PHqCnQLXYyoLbnEdzMMvzeiCWo1KOut7Q0CoIqg9tUAPKJ1iq/2nFhc5kZtexzutNY0LFjdwWL3Dw3Q==
|
|
1590
|
+
|
|
1591
|
+
"@jsonjoy.com/codegen@^1.0.0":
|
|
1592
|
+
version "1.0.0"
|
|
1593
|
+
resolved "https://registry.yarnpkg.com/@jsonjoy.com/codegen/-/codegen-1.0.0.tgz#5c23f796c47675f166d23b948cdb889184b93207"
|
|
1594
|
+
integrity sha512-E8Oy+08cmCf0EK/NMxpaJZmOxPqM+6iSe2S4nlSBrPZOORoDJILxtbSUEDKQyTamm/BVAhIGllOBNU79/dwf0g==
|
|
1595
|
+
|
|
1596
|
+
"@jsonjoy.com/json-pack@^1.0.3":
|
|
1597
|
+
version "1.10.0"
|
|
1598
|
+
resolved "https://registry.yarnpkg.com/@jsonjoy.com/json-pack/-/json-pack-1.10.0.tgz#d098b0164512889f18269e373407c4b5a46f3ee2"
|
|
1599
|
+
integrity sha512-PMOU9Sh0baiLZEDewwR/YAHJBV2D8pPIzcFQSU7HQl/k/HNCDyVfO1OvkyDwBGp4dPtvZc7Hl9FFYWwTP1CbZw==
|
|
1600
|
+
dependencies:
|
|
1601
|
+
"@jsonjoy.com/base64" "^1.1.2"
|
|
1602
|
+
"@jsonjoy.com/buffers" "^1.0.0"
|
|
1603
|
+
"@jsonjoy.com/codegen" "^1.0.0"
|
|
1604
|
+
"@jsonjoy.com/json-pointer" "^1.0.1"
|
|
1605
|
+
"@jsonjoy.com/util" "^1.9.0"
|
|
1606
|
+
hyperdyperid "^1.2.0"
|
|
1607
|
+
thingies "^2.5.0"
|
|
1608
|
+
|
|
1609
|
+
"@jsonjoy.com/json-pointer@^1.0.1":
|
|
1610
|
+
version "1.0.1"
|
|
1611
|
+
resolved "https://registry.yarnpkg.com/@jsonjoy.com/json-pointer/-/json-pointer-1.0.1.tgz#3b710158e8a212708a2886ea5e38d92e2ea4f4a0"
|
|
1612
|
+
integrity sha512-tJpwQfuBuxqZlyoJOSZcqf7OUmiYQ6MiPNmOv4KbZdXE/DdvBSSAwhos0zIlJU/AXxC8XpuO8p08bh2fIl+RKA==
|
|
1613
|
+
dependencies:
|
|
1614
|
+
"@jsonjoy.com/util" "^1.3.0"
|
|
1615
|
+
|
|
1616
|
+
"@jsonjoy.com/util@^1.3.0", "@jsonjoy.com/util@^1.9.0":
|
|
1617
|
+
version "1.9.0"
|
|
1618
|
+
resolved "https://registry.yarnpkg.com/@jsonjoy.com/util/-/util-1.9.0.tgz#7ee95586aed0a766b746cd8d8363e336c3c47c46"
|
|
1619
|
+
integrity sha512-pLuQo+VPRnN8hfPqUTLTHk126wuYdXVxE6aDmjSeV4NCAgyxWbiOIeNJVtID3h1Vzpoi9m4jXezf73I6LgabgQ==
|
|
1620
|
+
dependencies:
|
|
1621
|
+
"@jsonjoy.com/buffers" "^1.0.0"
|
|
1622
|
+
"@jsonjoy.com/codegen" "^1.0.0"
|
|
1623
|
+
|
|
1581
1624
|
"@nodelib/fs.scandir@2.1.5":
|
|
1582
1625
|
version "2.1.5"
|
|
1583
1626
|
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
|
|
@@ -1599,7 +1642,7 @@
|
|
|
1599
1642
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1600
1643
|
fastq "^1.6.0"
|
|
1601
1644
|
|
|
1602
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.
|
|
1645
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2":
|
|
1603
1646
|
version "4.5.2"
|
|
1604
1647
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.2.tgz#4db8a365fa7e9e33af272294f710a7f3f25538e2"
|
|
1605
1648
|
integrity sha512-eQcKyrEcDYeZJKu4vUWiu0ii/1Gfev6GF4FsLSgNez5/+aQyAUCjg3ZWlurf491WiYZTXCWyKAxyPWk8DKv2MA==
|
|
@@ -1652,10 +1695,10 @@
|
|
|
1652
1695
|
lodash "^4.17.21"
|
|
1653
1696
|
registry-auth-token "^5.1.0"
|
|
1654
1697
|
|
|
1655
|
-
"@oclif/table@^0.4.
|
|
1656
|
-
version "0.4.
|
|
1657
|
-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.
|
|
1658
|
-
integrity sha512-
|
|
1698
|
+
"@oclif/table@^0.4.12":
|
|
1699
|
+
version "0.4.12"
|
|
1700
|
+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.12.tgz#070c6fc474d3f6b5cb6924c55931fe51ab79c69b"
|
|
1701
|
+
integrity sha512-CrdJBBmil38o6K5QY+vuOovfG3A6q9nFIAISpNOoOnSSiA81s/xfZ/T4E0z7coDvYnz6wJCTMc2ObqaxBZfbHg==
|
|
1659
1702
|
dependencies:
|
|
1660
1703
|
"@types/react" "^18.3.12"
|
|
1661
1704
|
change-case "^5.4.4"
|
|
@@ -1693,15 +1736,15 @@
|
|
|
1693
1736
|
"@pnpm/network.ca-file" "^1.0.1"
|
|
1694
1737
|
config-chain "^1.1.11"
|
|
1695
1738
|
|
|
1696
|
-
"@salesforce/core@^8.
|
|
1697
|
-
version "8.
|
|
1698
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
|
1699
|
-
integrity sha512-
|
|
1739
|
+
"@salesforce/core@^8.18.5", "@salesforce/core@^8.18.7", "@salesforce/core@^8.19.1", "@salesforce/core@^8.5.1":
|
|
1740
|
+
version "8.19.1"
|
|
1741
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.19.1.tgz#300b37db32e29a7b1055091cc13d04a6ccc4d8c1"
|
|
1742
|
+
integrity sha512-HPJxus0W4S1aoT4Qn6mG2s9Ik/mZ59rXNUFc2c+BgEAs28khbZOLR2uiZYexNpXIIZnCrSbb+v1t8IW/idIyCA==
|
|
1700
1743
|
dependencies:
|
|
1701
|
-
"@jsforce/jsforce-node" "^3.10.
|
|
1744
|
+
"@jsforce/jsforce-node" "^3.10.1"
|
|
1702
1745
|
"@salesforce/kit" "^3.2.2"
|
|
1703
1746
|
"@salesforce/schemas" "^1.9.1"
|
|
1704
|
-
"@salesforce/ts-types" "^2.0.
|
|
1747
|
+
"@salesforce/ts-types" "^2.0.11"
|
|
1705
1748
|
ajv "^8.17.1"
|
|
1706
1749
|
change-case "^4.1.2"
|
|
1707
1750
|
fast-levenshtein "^3.0.0"
|
|
@@ -1710,6 +1753,7 @@
|
|
|
1710
1753
|
js2xmlparser "^4.0.1"
|
|
1711
1754
|
jsonwebtoken "9.0.2"
|
|
1712
1755
|
jszip "3.10.1"
|
|
1756
|
+
memfs "^4.30.1"
|
|
1713
1757
|
pino "^9.7.0"
|
|
1714
1758
|
pino-abstract-transport "^1.2.0"
|
|
1715
1759
|
pino-pretty "^11.3.0"
|
|
@@ -1761,36 +1805,36 @@
|
|
|
1761
1805
|
dependencies:
|
|
1762
1806
|
"@salesforce/ts-types" "^2.0.12"
|
|
1763
1807
|
|
|
1764
|
-
"@salesforce/plugin-auth@^3.7.
|
|
1765
|
-
version "3.7.
|
|
1766
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-3.7.
|
|
1767
|
-
integrity sha512-
|
|
1808
|
+
"@salesforce/plugin-auth@^3.7.18":
|
|
1809
|
+
version "3.7.18"
|
|
1810
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-3.7.18.tgz#8293107426418ce075779befb87e1bcc12fe27b0"
|
|
1811
|
+
integrity sha512-UcWYh/N+PXTLoH9t+m7zl2W5diWaCA60VIa054YaOdkY6qDZSe2efn318EMG9KyaIqcOYYeKRlehwgF1RjAOOQ==
|
|
1768
1812
|
dependencies:
|
|
1769
1813
|
"@inquirer/checkbox" "^2.5.0"
|
|
1770
1814
|
"@inquirer/select" "^2.5.0"
|
|
1771
1815
|
"@oclif/core" "^4"
|
|
1772
1816
|
"@salesforce/core" "^8.18.7"
|
|
1773
1817
|
"@salesforce/kit" "^3.2.3"
|
|
1774
|
-
"@salesforce/plugin-info" "^3.4.
|
|
1775
|
-
"@salesforce/sf-plugins-core" "^12.2.
|
|
1818
|
+
"@salesforce/plugin-info" "^3.4.77"
|
|
1819
|
+
"@salesforce/sf-plugins-core" "^12.2.4"
|
|
1776
1820
|
"@salesforce/ts-types" "^2.0.11"
|
|
1777
1821
|
open "^10.2.0"
|
|
1778
1822
|
|
|
1779
|
-
"@salesforce/plugin-info@^3.4.
|
|
1780
|
-
version "3.4.
|
|
1781
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.
|
|
1782
|
-
integrity sha512-
|
|
1823
|
+
"@salesforce/plugin-info@^3.4.77":
|
|
1824
|
+
version "3.4.77"
|
|
1825
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.77.tgz#3f51a575c52524e8bdc4cdab869d26fcb0ebd832"
|
|
1826
|
+
integrity sha512-4EgAoYCkA6/q/WOAdcE19HV2TrRYc2lPTaCyBgqxaCWuzvinboYkevxjOPY3XU27mCSbYZSrZr6mZacyM/5wWw==
|
|
1783
1827
|
dependencies:
|
|
1784
1828
|
"@inquirer/input" "^2.3.0"
|
|
1785
1829
|
"@jsforce/jsforce-node" "^3.9.4"
|
|
1786
1830
|
"@oclif/core" "^4"
|
|
1787
|
-
"@salesforce/core" "^8.18.
|
|
1831
|
+
"@salesforce/core" "^8.18.7"
|
|
1788
1832
|
"@salesforce/kit" "^3.2.3"
|
|
1789
1833
|
"@salesforce/sf-plugins-core" "^12"
|
|
1790
1834
|
got "^13.0.0"
|
|
1791
1835
|
marked "^4.3.0"
|
|
1792
1836
|
marked-terminal "^4.2.0"
|
|
1793
|
-
open "^10.
|
|
1837
|
+
open "^10.2.0"
|
|
1794
1838
|
proxy-agent "^6.5.0"
|
|
1795
1839
|
semver "^7.7.2"
|
|
1796
1840
|
|
|
@@ -1832,23 +1876,23 @@
|
|
|
1832
1876
|
string-width "^7.2.0"
|
|
1833
1877
|
terminal-link "^3.0.0"
|
|
1834
1878
|
|
|
1835
|
-
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.2.3":
|
|
1836
|
-
version "12.2.
|
|
1837
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
1838
|
-
integrity sha512-
|
|
1879
|
+
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.2.3", "@salesforce/sf-plugins-core@^12.2.4":
|
|
1880
|
+
version "12.2.4"
|
|
1881
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.4.tgz#a89ddcbac6520870eb2e0aad2a2e78738441cedf"
|
|
1882
|
+
integrity sha512-AwfhPxIJfzQUSZH8kiQOjRPOsfhO3CL+PKq0lfX+chdqwLOnXWviYCA1Z815MGG0ot/XMlsyj7CS+JxQ19Tn4A==
|
|
1839
1883
|
dependencies:
|
|
1840
1884
|
"@inquirer/confirm" "^3.1.22"
|
|
1841
1885
|
"@inquirer/password" "^2.2.0"
|
|
1842
|
-
"@oclif/core" "^4.
|
|
1843
|
-
"@oclif/table" "^0.4.
|
|
1844
|
-
"@salesforce/core" "^8.
|
|
1886
|
+
"@oclif/core" "^4.5.2"
|
|
1887
|
+
"@oclif/table" "^0.4.12"
|
|
1888
|
+
"@salesforce/core" "^8.18.7"
|
|
1845
1889
|
"@salesforce/kit" "^3.2.3"
|
|
1846
1890
|
"@salesforce/ts-types" "^2.0.12"
|
|
1847
1891
|
ansis "^3.3.2"
|
|
1848
1892
|
cli-progress "^3.12.0"
|
|
1849
1893
|
terminal-link "^3.0.0"
|
|
1850
1894
|
|
|
1851
|
-
"@salesforce/ts-types@^2.0.
|
|
1895
|
+
"@salesforce/ts-types@^2.0.11", "@salesforce/ts-types@^2.0.12":
|
|
1852
1896
|
version "2.0.12"
|
|
1853
1897
|
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.12.tgz#60420622812a7ec7e46d220667bc29b42dc247ff"
|
|
1854
1898
|
integrity sha512-BIJyduJC18Kc8z+arUm5AZ9VkPRyw1KKAm+Tk+9LT99eOzhNilyfKzhZ4t+tG2lIGgnJpmytZfVDZ0e2kFul8g==
|
|
@@ -5074,6 +5118,11 @@ husky@^7.0.4:
|
|
|
5074
5118
|
resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.4.tgz#242048245dc49c8fb1bf0cc7cfb98dd722531535"
|
|
5075
5119
|
integrity sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==
|
|
5076
5120
|
|
|
5121
|
+
hyperdyperid@^1.2.0:
|
|
5122
|
+
version "1.2.0"
|
|
5123
|
+
resolved "https://registry.yarnpkg.com/hyperdyperid/-/hyperdyperid-1.2.0.tgz#59668d323ada92228d2a869d3e474d5a33b69e6b"
|
|
5124
|
+
integrity sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==
|
|
5125
|
+
|
|
5077
5126
|
iconv-lite@^0.6.3:
|
|
5078
5127
|
version "0.6.3"
|
|
5079
5128
|
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501"
|
|
@@ -6003,6 +6052,16 @@ mdurl@^2.0.0:
|
|
|
6003
6052
|
resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-2.0.0.tgz#80676ec0433025dd3e17ee983d0fe8de5a2237e0"
|
|
6004
6053
|
integrity sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==
|
|
6005
6054
|
|
|
6055
|
+
memfs@^4.30.1:
|
|
6056
|
+
version "4.36.0"
|
|
6057
|
+
resolved "https://registry.yarnpkg.com/memfs/-/memfs-4.36.0.tgz#b9fa8d97ddda3cb8c06908bceec956560c33d979"
|
|
6058
|
+
integrity sha512-mfBfzGUdoEw5AZwG8E965ej3BbvW2F9LxEWj4uLxF6BEh1dO2N9eS3AGu9S6vfenuQYrVjsbUOOZK7y3vz4vyQ==
|
|
6059
|
+
dependencies:
|
|
6060
|
+
"@jsonjoy.com/json-pack" "^1.0.3"
|
|
6061
|
+
"@jsonjoy.com/util" "^1.3.0"
|
|
6062
|
+
tree-dump "^1.0.1"
|
|
6063
|
+
tslib "^2.0.0"
|
|
6064
|
+
|
|
6006
6065
|
meow@^13.0.0:
|
|
6007
6066
|
version "13.1.0"
|
|
6008
6067
|
resolved "https://registry.yarnpkg.com/meow/-/meow-13.1.0.tgz#62995b0e8c3951739fe6e0a4becdd4d0df23eb37"
|
|
@@ -6428,7 +6487,7 @@ onetime@^5.1.0, onetime@^5.1.2:
|
|
|
6428
6487
|
dependencies:
|
|
6429
6488
|
mimic-fn "^2.1.0"
|
|
6430
6489
|
|
|
6431
|
-
open@^10.
|
|
6490
|
+
open@^10.2.0:
|
|
6432
6491
|
version "10.2.0"
|
|
6433
6492
|
resolved "https://registry.yarnpkg.com/open/-/open-10.2.0.tgz#b9d855be007620e80b6fb05fac98141fe62db73c"
|
|
6434
6493
|
integrity sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==
|
|
@@ -7648,6 +7707,11 @@ text-table@^0.2.0:
|
|
|
7648
7707
|
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
|
|
7649
7708
|
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
|
|
7650
7709
|
|
|
7710
|
+
thingies@^2.5.0:
|
|
7711
|
+
version "2.5.0"
|
|
7712
|
+
resolved "https://registry.yarnpkg.com/thingies/-/thingies-2.5.0.tgz#5f7b882c933b85989f8466b528a6247a6881e04f"
|
|
7713
|
+
integrity sha512-s+2Bwztg6PhWUD7XMfeYm5qliDdSiZm7M7n8KjTkIsm3l/2lgVRc2/Gx/v+ZX8lT4FMA+i8aQvhcWylldc+ZNw==
|
|
7714
|
+
|
|
7651
7715
|
thread-stream@^3.0.0:
|
|
7652
7716
|
version "3.1.0"
|
|
7653
7717
|
resolved "https://registry.yarnpkg.com/thread-stream/-/thread-stream-3.1.0.tgz#4b2ef252a7c215064507d4ef70c05a5e2d34c4f1"
|
|
@@ -7707,6 +7771,11 @@ tr46@~0.0.3:
|
|
|
7707
7771
|
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
|
|
7708
7772
|
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
|
|
7709
7773
|
|
|
7774
|
+
tree-dump@^1.0.1:
|
|
7775
|
+
version "1.0.3"
|
|
7776
|
+
resolved "https://registry.yarnpkg.com/tree-dump/-/tree-dump-1.0.3.tgz#2f0e42e77354714418ed7ab44291e435ccdb0f80"
|
|
7777
|
+
integrity sha512-il+Cv80yVHFBwokQSfd4bldvr1Md951DpgAGfmhydt04L+YzHgubm2tQ7zueWDcGENKHq0ZvGFR/hjvNXilHEg==
|
|
7778
|
+
|
|
7710
7779
|
trim-newlines@^3.0.0:
|
|
7711
7780
|
version "3.0.1"
|
|
7712
7781
|
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
|
|
@@ -7751,6 +7820,11 @@ tsconfig-paths@^3.15.0:
|
|
|
7751
7820
|
minimist "^1.2.6"
|
|
7752
7821
|
strip-bom "^3.0.0"
|
|
7753
7822
|
|
|
7823
|
+
tslib@^2.0.0:
|
|
7824
|
+
version "2.8.1"
|
|
7825
|
+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
|
|
7826
|
+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
|
|
7827
|
+
|
|
7754
7828
|
tslib@^2.0.1, tslib@^2.0.3, tslib@^2.5.0, tslib@^2.6.2:
|
|
7755
7829
|
version "2.6.3"
|
|
7756
7830
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-command-reference",
|
|
3
3
|
"description": "Generate the Salesforce CLI command reference guide",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.65",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@oclif/core": "^4",
|
|
10
|
-
"@salesforce/core": "^8.
|
|
10
|
+
"@salesforce/core": "^8.19.1",
|
|
11
11
|
"@salesforce/kit": "^3.2.3",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
13
13
|
"@salesforce/ts-types": "^2.0.11",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@oclif/plugin-help": "^6.2.32",
|
|
20
20
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
21
|
-
"@salesforce/plugin-auth": "^3.7.
|
|
21
|
+
"@salesforce/plugin-auth": "^3.7.18",
|
|
22
22
|
"@salesforce/plugin-user": "^3.6.32",
|
|
23
23
|
"@types/debug": "^4.1.12",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.20.30",
|