sfdx-jayree 4.8.201 → 4.8.202
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/CHANGELOG.md +11 -0
- package/README.md +12 -12
- package/npm-shrinkwrap.json +133 -133
- package/oclif.lock +96 -88
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## [4.8.202](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.201...v4.8.202) (2026-05-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.170 to 1.2.171 ([#1972](https://github.com/jayree/sfdx-jayree-plugin/issues/1972)) ([e8d4b9c](https://github.com/jayree/sfdx-jayree-plugin/commit/e8d4b9c94fc069374eb9c0193f7daf11344742f3))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.166 to 1.3.167 ([#1971](https://github.com/jayree/sfdx-jayree-plugin/issues/1971)) ([9292e63](https://github.com/jayree/sfdx-jayree-plugin/commit/9292e636ad48f4c734ba9a4fd10b5819eba2f763))
|
|
8
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.166 to 1.3.167 ([#1968](https://github.com/jayree/sfdx-jayree-plugin/issues/1968)) ([097ee89](https://github.com/jayree/sfdx-jayree-plugin/commit/097ee89afe426f65c29f3b84b3fd560fc506aec8))
|
|
9
|
+
* **deps:** bump axios from 1.15.0 to 1.16.0 ([#1966](https://github.com/jayree/sfdx-jayree-plugin/issues/1966)) ([8bda6b6](https://github.com/jayree/sfdx-jayree-plugin/commit/8bda6b6d8f3f1541417f397da1a897a39da4b851))
|
|
10
|
+
* **deps:** bump basic-ftp from 5.3.0 to 5.3.1 ([#1967](https://github.com/jayree/sfdx-jayree-plugin/issues/1967)) ([79890f3](https://github.com/jayree/sfdx-jayree-plugin/commit/79890f37d9921218b54838d0884d8a87a371aa88))
|
|
11
|
+
|
|
1
12
|
## [4.8.201](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.200...v4.8.201) (2026-05-01)
|
|
2
13
|
|
|
3
14
|
|
package/README.md
CHANGED
|
@@ -61,7 +61,7 @@ EXAMPLES
|
|
|
61
61
|
...
|
|
62
62
|
```
|
|
63
63
|
|
|
64
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
64
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.171/src/commands/jayree/flow/get/coverage.ts)_
|
|
65
65
|
|
|
66
66
|
### `sfdx jayree manifest cleanup`
|
|
67
67
|
|
|
@@ -238,7 +238,7 @@ EXAMPLES
|
|
|
238
238
|
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
|
|
239
239
|
```
|
|
240
240
|
|
|
241
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
241
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.171/src/commands/jayree/org/configure/index.ts)_
|
|
242
242
|
|
|
243
243
|
### `sfdx jayree org configure country`
|
|
244
244
|
|
|
@@ -258,7 +258,7 @@ GLOBAL FLAGS
|
|
|
258
258
|
--json Format output as json.
|
|
259
259
|
```
|
|
260
260
|
|
|
261
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
261
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.171/src/commands/jayree/org/configure/country.ts)_
|
|
262
262
|
|
|
263
263
|
### `sfdx jayree org configure state`
|
|
264
264
|
|
|
@@ -283,7 +283,7 @@ GLOBAL FLAGS
|
|
|
283
283
|
--json Format output as json.
|
|
284
284
|
```
|
|
285
285
|
|
|
286
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
286
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.171/src/commands/jayree/org/configure/state.ts)_
|
|
287
287
|
|
|
288
288
|
### `sfdx jayree org get settings`
|
|
289
289
|
|
|
@@ -313,7 +313,7 @@ EXAMPLES
|
|
|
313
313
|
$ sfdx jayree:org:settings -u MyTestOrg1 -w
|
|
314
314
|
```
|
|
315
315
|
|
|
316
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
316
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.171/src/commands/jayree/org/get/settings.ts)_
|
|
317
317
|
|
|
318
318
|
### `sfdx jayree org stream`
|
|
319
319
|
|
|
@@ -345,7 +345,7 @@ EXAMPLES
|
|
|
345
345
|
...
|
|
346
346
|
```
|
|
347
347
|
|
|
348
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
348
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.171/src/commands/jayree/org/stream.ts)_
|
|
349
349
|
|
|
350
350
|
### `sfdx jayree project compare snapshot`
|
|
351
351
|
|
|
@@ -366,7 +366,7 @@ ALIASES
|
|
|
366
366
|
$ sfdx jayree source snapshot compare
|
|
367
367
|
```
|
|
368
368
|
|
|
369
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
369
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.167/src/commands/jayree/project/compare/snapshot.ts)_
|
|
370
370
|
|
|
371
371
|
### `sfdx jayree project fix`
|
|
372
372
|
|
|
@@ -388,7 +388,7 @@ ALIASES
|
|
|
388
388
|
$ sfdx jayree source fix
|
|
389
389
|
```
|
|
390
390
|
|
|
391
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
391
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.167/src/commands/jayree/project/fix.ts)_
|
|
392
392
|
|
|
393
393
|
### `sfdx jayree project generate snapshot`
|
|
394
394
|
|
|
@@ -409,7 +409,7 @@ ALIASES
|
|
|
409
409
|
$ sfdx jayree source snapshot generate
|
|
410
410
|
```
|
|
411
411
|
|
|
412
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
412
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.167/src/commands/jayree/project/generate/snapshot.ts)_
|
|
413
413
|
|
|
414
414
|
### `sfdx jayree project list tracking`
|
|
415
415
|
|
|
@@ -438,7 +438,7 @@ EXAMPLES
|
|
|
438
438
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
439
439
|
```
|
|
440
440
|
|
|
441
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
441
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.167/src/commands/jayree/project/list/tracking.ts)_
|
|
442
442
|
|
|
443
443
|
### `sfdx jayree project store tracking get`
|
|
444
444
|
|
|
@@ -464,7 +464,7 @@ EXAMPLES
|
|
|
464
464
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
465
465
|
```
|
|
466
466
|
|
|
467
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
467
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.167/src/commands/jayree/project/store/tracking/get.ts)_
|
|
468
468
|
|
|
469
469
|
### `sfdx jayree project store tracking set`
|
|
470
470
|
|
|
@@ -494,7 +494,7 @@ EXAMPLES
|
|
|
494
494
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
495
495
|
```
|
|
496
496
|
|
|
497
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
497
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.167/src/commands/jayree/project/store/tracking/set.ts)_
|
|
498
498
|
<!-- commandsstop -->
|
|
499
499
|
|
|
500
500
|
## Hooks
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.202",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "sfdx-jayree",
|
|
9
|
-
"version": "4.8.
|
|
9
|
+
"version": "4.8.202",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/sfdx-plugin-manifest": "^4.0.128",
|
|
13
|
-
"@jayree/sfdx-plugin-org": "^1.2.
|
|
14
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
15
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
13
|
+
"@jayree/sfdx-plugin-org": "^1.2.171",
|
|
14
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.167",
|
|
15
|
+
"@jayree/sfdx-plugin-source": "^1.3.167"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@oclif/plugin-help": "^6.2.
|
|
18
|
+
"@oclif/plugin-help": "^6.2.46",
|
|
19
19
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
20
20
|
"@salesforce/ts-sinon": "^1.4.34",
|
|
21
21
|
"c8": "^11.0.0",
|
|
22
22
|
"eslint-config-salesforce-license": "^1.0.2",
|
|
23
23
|
"eslint-plugin-prettier": "^5.5.5",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
25
|
-
"nock": "^14.0.
|
|
25
|
+
"nock": "^14.0.15",
|
|
26
26
|
"oclif": "^4.23.0",
|
|
27
27
|
"patch-package": "^8.0.1",
|
|
28
28
|
"pinst": "^3.0.0",
|
|
@@ -4881,14 +4881,14 @@
|
|
|
4881
4881
|
}
|
|
4882
4882
|
},
|
|
4883
4883
|
"node_modules/@jayree/changelog": {
|
|
4884
|
-
"version": "1.2.
|
|
4885
|
-
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.
|
|
4886
|
-
"integrity": "sha512-
|
|
4884
|
+
"version": "1.2.31",
|
|
4885
|
+
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.31.tgz",
|
|
4886
|
+
"integrity": "sha512-aFIBkykI5MYzlUicbefZVtkgTse6/EKEN8iH7uQKRZIIwIlnILU+prVwbSqtX7jN0H1t5we0Ur59OBDPzz/kXQ==",
|
|
4887
4887
|
"license": "BSD-3-Clause",
|
|
4888
4888
|
"dependencies": {
|
|
4889
4889
|
"debug": "^4.4.1",
|
|
4890
4890
|
"fs-extra": "^11.3.4",
|
|
4891
|
-
"marked": "^18.0.
|
|
4891
|
+
"marked": "^18.0.3",
|
|
4892
4892
|
"marked-terminal": "^7.3.0",
|
|
4893
4893
|
"semver": "^7.7.4",
|
|
4894
4894
|
"semver-compare": "^1.0.0"
|
|
@@ -4937,9 +4937,9 @@
|
|
|
4937
4937
|
}
|
|
4938
4938
|
},
|
|
4939
4939
|
"node_modules/@jayree/changelog/node_modules/marked": {
|
|
4940
|
-
"version": "18.0.
|
|
4941
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-18.0.
|
|
4942
|
-
"integrity": "sha512-
|
|
4940
|
+
"version": "18.0.3",
|
|
4941
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-18.0.3.tgz",
|
|
4942
|
+
"integrity": "sha512-7VT90JOkDeaRWpfjOReRGPEKn0ecdARBkDGL+tT1wZY0efPPqkUxLUSmzy/C7TIylQYJC9STISEsCHrqb/7VIA==",
|
|
4943
4943
|
"license": "MIT",
|
|
4944
4944
|
"bin": {
|
|
4945
4945
|
"marked": "bin/marked.js"
|
|
@@ -5127,25 +5127,25 @@
|
|
|
5127
5127
|
"license": "MIT"
|
|
5128
5128
|
},
|
|
5129
5129
|
"node_modules/@jayree/sfdx-plugin-org": {
|
|
5130
|
-
"version": "1.2.
|
|
5131
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
5132
|
-
"integrity": "sha512-
|
|
5130
|
+
"version": "1.2.171",
|
|
5131
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.171.tgz",
|
|
5132
|
+
"integrity": "sha512-aKFZDBK/ebvgwaxEmQynYCsFZupJp7V59AlJcd4m1BQFTrx1s1UHDT1rQ/SWRUoHuwtgbqIsM88tVLQXW4yW3A==",
|
|
5133
5133
|
"license": "Apache-2.0",
|
|
5134
5134
|
"dependencies": {
|
|
5135
|
-
"@jayree/changelog": "^1.2.
|
|
5135
|
+
"@jayree/changelog": "^1.2.31",
|
|
5136
5136
|
"@jsforce/jsforce-node": "^3.10.14",
|
|
5137
5137
|
"@listr2/prompt-adapter-enquirer": "^3.0.5",
|
|
5138
|
-
"@oclif/core": "^4.11.
|
|
5138
|
+
"@oclif/core": "^4.11.1",
|
|
5139
5139
|
"@salesforce/core": "^8.28.3",
|
|
5140
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
5141
|
-
"@salesforce/source-deploy-retrieve": "^12.35.
|
|
5140
|
+
"@salesforce/sf-plugins-core": "^12.2.13",
|
|
5141
|
+
"@salesforce/source-deploy-retrieve": "^12.35.4",
|
|
5142
5142
|
"@salesforce/ts-types": "^2.0.12",
|
|
5143
5143
|
"chalk": "^5.6.2",
|
|
5144
5144
|
"cli-progress": "^3.12.0",
|
|
5145
5145
|
"cli-truncate": "^5.2.0",
|
|
5146
5146
|
"debug": "^4.4.3",
|
|
5147
5147
|
"enquirer": "^2.4.1",
|
|
5148
|
-
"fs-extra": "^11.3.
|
|
5148
|
+
"fs-extra": "^11.3.5",
|
|
5149
5149
|
"is-docker": "^4.0.0",
|
|
5150
5150
|
"is-wsl": "^3.1.1",
|
|
5151
5151
|
"listr2": "^9.0.5",
|
|
@@ -5211,18 +5211,6 @@
|
|
|
5211
5211
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5212
5212
|
}
|
|
5213
5213
|
},
|
|
5214
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/get-east-asian-width": {
|
|
5215
|
-
"version": "1.5.0",
|
|
5216
|
-
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz",
|
|
5217
|
-
"integrity": "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==",
|
|
5218
|
-
"license": "MIT",
|
|
5219
|
-
"engines": {
|
|
5220
|
-
"node": ">=18"
|
|
5221
|
-
},
|
|
5222
|
-
"funding": {
|
|
5223
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5224
|
-
}
|
|
5225
|
-
},
|
|
5226
5214
|
"node_modules/@jayree/sfdx-plugin-org/node_modules/is-docker": {
|
|
5227
5215
|
"version": "4.0.0",
|
|
5228
5216
|
"resolved": "https://registry.npmjs.org/is-docker/-/is-docker-4.0.0.tgz",
|
|
@@ -5316,21 +5304,21 @@
|
|
|
5316
5304
|
}
|
|
5317
5305
|
},
|
|
5318
5306
|
"node_modules/@jayree/sfdx-plugin-prettier": {
|
|
5319
|
-
"version": "1.3.
|
|
5320
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
5321
|
-
"integrity": "sha512-
|
|
5307
|
+
"version": "1.3.167",
|
|
5308
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.167.tgz",
|
|
5309
|
+
"integrity": "sha512-0NUUy9bmSXZDKWDHDP+OF4QpAWCwKxYRunls2lq5jc0+KchIYahmtiqmMe5iJzQRYztU/AEzL8O6y91W60tD9w==",
|
|
5322
5310
|
"license": "Apache-2.0",
|
|
5323
5311
|
"dependencies": {
|
|
5324
|
-
"@jayree/changelog": "^1.2.
|
|
5325
|
-
"@oclif/core": "^4.
|
|
5312
|
+
"@jayree/changelog": "^1.2.31",
|
|
5313
|
+
"@oclif/core": "^4.11.1",
|
|
5326
5314
|
"@prettier/plugin-xml": "^3.4.2",
|
|
5327
5315
|
"@salesforce/core": "^8.29.0",
|
|
5328
5316
|
"@salesforce/kit": "^3.2.6",
|
|
5329
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
5330
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
5317
|
+
"@salesforce/sf-plugins-core": "^12.2.13",
|
|
5318
|
+
"@salesforce/source-deploy-retrieve": "^12.35.4",
|
|
5331
5319
|
"cli-progress": "^3.12.0",
|
|
5332
5320
|
"debug": "^4.4.1",
|
|
5333
|
-
"fs-extra": "^11.3.
|
|
5321
|
+
"fs-extra": "^11.3.5",
|
|
5334
5322
|
"ignore": "^7.0.4",
|
|
5335
5323
|
"prettier": "^3.8.3",
|
|
5336
5324
|
"prettier-plugin-apex": "^2.2.6",
|
|
@@ -5350,24 +5338,24 @@
|
|
|
5350
5338
|
}
|
|
5351
5339
|
},
|
|
5352
5340
|
"node_modules/@jayree/sfdx-plugin-source": {
|
|
5353
|
-
"version": "1.3.
|
|
5354
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
5355
|
-
"integrity": "sha512-
|
|
5341
|
+
"version": "1.3.167",
|
|
5342
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.167.tgz",
|
|
5343
|
+
"integrity": "sha512-snUNSWUGSIG2hLgEEPkDoKUFYb+ncdQPDrly81HPUpAUoBe6p+08VTQbf1U0eu0O7+P8Sk6Rjj+q4w+xM4qw2A==",
|
|
5356
5344
|
"license": "Apache-2.0",
|
|
5357
5345
|
"dependencies": {
|
|
5358
|
-
"@jayree/changelog": "^1.2.
|
|
5359
|
-
"@oclif/core": "^4.11.
|
|
5346
|
+
"@jayree/changelog": "^1.2.31",
|
|
5347
|
+
"@oclif/core": "^4.11.1",
|
|
5360
5348
|
"@salesforce/core": "^8.29.0",
|
|
5361
5349
|
"@salesforce/kit": "^3.2.6",
|
|
5362
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
5363
|
-
"@salesforce/source-deploy-retrieve": "^12.35.
|
|
5350
|
+
"@salesforce/sf-plugins-core": "^12.2.13",
|
|
5351
|
+
"@salesforce/source-deploy-retrieve": "^12.35.4",
|
|
5364
5352
|
"@salesforce/source-tracking": "^7.8.14",
|
|
5365
5353
|
"@salesforce/ts-types": "^2.0.11",
|
|
5366
5354
|
"ansis": "^4.2.0",
|
|
5367
5355
|
"debug": "^4.4.3",
|
|
5368
5356
|
"deep-object-diff": "^1.1.9",
|
|
5369
|
-
"fast-xml-parser": "^5.7.
|
|
5370
|
-
"fs-extra": "^11.3.
|
|
5357
|
+
"fast-xml-parser": "^5.7.3",
|
|
5358
|
+
"fs-extra": "^11.3.5",
|
|
5371
5359
|
"globby": "^16.2.0",
|
|
5372
5360
|
"object-path": "^0.11.8",
|
|
5373
5361
|
"tslib": "^2.8.1"
|
|
@@ -5781,9 +5769,9 @@
|
|
|
5781
5769
|
}
|
|
5782
5770
|
},
|
|
5783
5771
|
"node_modules/@oclif/core": {
|
|
5784
|
-
"version": "4.11.
|
|
5785
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.
|
|
5786
|
-
"integrity": "sha512
|
|
5772
|
+
"version": "4.11.1",
|
|
5773
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.1.tgz",
|
|
5774
|
+
"integrity": "sha512-+N5yqeoOKPnT0p+ZJiNutMILsZukZrEpsVup24XERla594EkGSWS9tiCqRfvzr1xfvf/AhM9pb0yPaf8L3Y9Uw==",
|
|
5787
5775
|
"license": "MIT",
|
|
5788
5776
|
"dependencies": {
|
|
5789
5777
|
"ansi-escapes": "^4.3.2",
|
|
@@ -5893,9 +5881,9 @@
|
|
|
5893
5881
|
}
|
|
5894
5882
|
},
|
|
5895
5883
|
"node_modules/@oclif/plugin-help": {
|
|
5896
|
-
"version": "6.2.
|
|
5897
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
5898
|
-
"integrity": "sha512-
|
|
5884
|
+
"version": "6.2.46",
|
|
5885
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.46.tgz",
|
|
5886
|
+
"integrity": "sha512-KmuMFt/fURCVxor0rrRjEqs2nLN0Y3ixcixo/M5VjKcN920gbuw5T+AF23FBeyUDuW/Dg79YPcTWy/Rtz0Dg/A==",
|
|
5899
5887
|
"dev": true,
|
|
5900
5888
|
"license": "MIT",
|
|
5901
5889
|
"dependencies": {
|
|
@@ -5940,9 +5928,9 @@
|
|
|
5940
5928
|
}
|
|
5941
5929
|
},
|
|
5942
5930
|
"node_modules/@oclif/table": {
|
|
5943
|
-
"version": "0.5.
|
|
5944
|
-
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.
|
|
5945
|
-
"integrity": "sha512-
|
|
5931
|
+
"version": "0.5.6",
|
|
5932
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.6.tgz",
|
|
5933
|
+
"integrity": "sha512-W0SlIIkcqYxRSbZVw+VnFPT6hStjm5OoMduli35569OXezBPS92yNsoIA9jAuAt3lVIGlnUIetnAUUjs+yLHKg==",
|
|
5946
5934
|
"license": "MIT",
|
|
5947
5935
|
"dependencies": {
|
|
5948
5936
|
"@types/react": "^18.3.12",
|
|
@@ -5952,7 +5940,7 @@
|
|
|
5952
5940
|
"natural-orderby": "^3.0.2",
|
|
5953
5941
|
"object-hash": "^3.0.0",
|
|
5954
5942
|
"react": "^18.3.1",
|
|
5955
|
-
"string-width": "^8.2.
|
|
5943
|
+
"string-width": "^8.2.1",
|
|
5956
5944
|
"strip-ansi": "^7.1.2",
|
|
5957
5945
|
"wrap-ansi": "^9.0.2"
|
|
5958
5946
|
},
|
|
@@ -5978,22 +5966,10 @@
|
|
|
5978
5966
|
"integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
|
|
5979
5967
|
"license": "MIT"
|
|
5980
5968
|
},
|
|
5981
|
-
"node_modules/@oclif/table/node_modules/get-east-asian-width": {
|
|
5982
|
-
"version": "1.5.0",
|
|
5983
|
-
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz",
|
|
5984
|
-
"integrity": "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==",
|
|
5985
|
-
"license": "MIT",
|
|
5986
|
-
"engines": {
|
|
5987
|
-
"node": ">=18"
|
|
5988
|
-
},
|
|
5989
|
-
"funding": {
|
|
5990
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5991
|
-
}
|
|
5992
|
-
},
|
|
5993
5969
|
"node_modules/@oclif/table/node_modules/string-width": {
|
|
5994
|
-
"version": "8.2.
|
|
5995
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.
|
|
5996
|
-
"integrity": "sha512-
|
|
5970
|
+
"version": "8.2.1",
|
|
5971
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.1.tgz",
|
|
5972
|
+
"integrity": "sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==",
|
|
5997
5973
|
"license": "MIT",
|
|
5998
5974
|
"dependencies": {
|
|
5999
5975
|
"get-east-asian-width": "^1.5.0",
|
|
@@ -6424,16 +6400,16 @@
|
|
|
6424
6400
|
"license": "BSD-3-Clause"
|
|
6425
6401
|
},
|
|
6426
6402
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
6427
|
-
"version": "12.2.
|
|
6428
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
6429
|
-
"integrity": "sha512-
|
|
6403
|
+
"version": "12.2.13",
|
|
6404
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.13.tgz",
|
|
6405
|
+
"integrity": "sha512-Ug+CIQ7yLZVqdmSlgFPCnkzFXz5gzCR/l5hnMoVDrgNdI/PmCHAx2ZS0WsM3xkebkkOHtWFIZQ9ARip7wAbROw==",
|
|
6430
6406
|
"license": "Apache-2.0",
|
|
6431
6407
|
"dependencies": {
|
|
6432
6408
|
"@inquirer/confirm": "^6.0.12",
|
|
6433
6409
|
"@inquirer/password": "^5.0.12",
|
|
6434
|
-
"@oclif/core": "^4.
|
|
6435
|
-
"@oclif/table": "^0.5.
|
|
6436
|
-
"@salesforce/core": "^8.
|
|
6410
|
+
"@oclif/core": "^4.11.0",
|
|
6411
|
+
"@oclif/table": "^0.5.6",
|
|
6412
|
+
"@salesforce/core": "^8.29.0",
|
|
6437
6413
|
"@salesforce/kit": "^3.2.3",
|
|
6438
6414
|
"@salesforce/ts-types": "^2.0.12",
|
|
6439
6415
|
"ansis": "^3.3.2",
|
|
@@ -6548,12 +6524,12 @@
|
|
|
6548
6524
|
}
|
|
6549
6525
|
},
|
|
6550
6526
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
6551
|
-
"version": "12.35.
|
|
6552
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.35.
|
|
6553
|
-
"integrity": "sha512-
|
|
6527
|
+
"version": "12.35.4",
|
|
6528
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.35.4.tgz",
|
|
6529
|
+
"integrity": "sha512-Wuz+qD11ek6DfHNk2gH7shfxjjk98nSGRh/0kY5a4dJz2lslDJIHFIiMoocT7O1Wl0i6qAS85NOek9Z3xWteGw==",
|
|
6554
6530
|
"license": "Apache-2.0",
|
|
6555
6531
|
"dependencies": {
|
|
6556
|
-
"@salesforce/core": "^8.
|
|
6532
|
+
"@salesforce/core": "^8.29.0",
|
|
6557
6533
|
"@salesforce/kit": "^3.2.4",
|
|
6558
6534
|
"@salesforce/ts-types": "^2.0.12",
|
|
6559
6535
|
"@salesforce/types": "^1.6.0",
|
|
@@ -8576,12 +8552,12 @@
|
|
|
8576
8552
|
}
|
|
8577
8553
|
},
|
|
8578
8554
|
"node_modules/axios": {
|
|
8579
|
-
"version": "1.
|
|
8580
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.
|
|
8581
|
-
"integrity": "sha512-
|
|
8555
|
+
"version": "1.16.0",
|
|
8556
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.16.0.tgz",
|
|
8557
|
+
"integrity": "sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==",
|
|
8582
8558
|
"license": "MIT",
|
|
8583
8559
|
"dependencies": {
|
|
8584
|
-
"follow-redirects": "^1.
|
|
8560
|
+
"follow-redirects": "^1.16.0",
|
|
8585
8561
|
"form-data": "^4.0.5",
|
|
8586
8562
|
"proxy-from-env": "^2.1.0"
|
|
8587
8563
|
}
|
|
@@ -8659,9 +8635,9 @@
|
|
|
8659
8635
|
}
|
|
8660
8636
|
},
|
|
8661
8637
|
"node_modules/basic-ftp": {
|
|
8662
|
-
"version": "5.3.
|
|
8663
|
-
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.3.
|
|
8664
|
-
"integrity": "sha512-
|
|
8638
|
+
"version": "5.3.1",
|
|
8639
|
+
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.3.1.tgz",
|
|
8640
|
+
"integrity": "sha512-bopVNp6ugyA150DDuZfPFdt1KZ5a94ZDiwX4hMgZDzF+GttD80lEy8kj98kbyhLXnPvhtIo93mdnLIjpCAeeOw==",
|
|
8665
8641
|
"license": "MIT",
|
|
8666
8642
|
"engines": {
|
|
8667
8643
|
"node": ">=10.0.0"
|
|
@@ -9733,6 +9709,18 @@
|
|
|
9733
9709
|
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
9734
9710
|
"license": "MIT"
|
|
9735
9711
|
},
|
|
9712
|
+
"node_modules/cli-truncate/node_modules/get-east-asian-width": {
|
|
9713
|
+
"version": "1.2.0",
|
|
9714
|
+
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.2.0.tgz",
|
|
9715
|
+
"integrity": "sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==",
|
|
9716
|
+
"license": "MIT",
|
|
9717
|
+
"engines": {
|
|
9718
|
+
"node": ">=18"
|
|
9719
|
+
},
|
|
9720
|
+
"funding": {
|
|
9721
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
9722
|
+
}
|
|
9723
|
+
},
|
|
9736
9724
|
"node_modules/cli-truncate/node_modules/is-fullwidth-code-point": {
|
|
9737
9725
|
"version": "4.0.0",
|
|
9738
9726
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz",
|
|
@@ -11818,9 +11806,9 @@
|
|
|
11818
11806
|
}
|
|
11819
11807
|
},
|
|
11820
11808
|
"node_modules/fast-xml-parser": {
|
|
11821
|
-
"version": "5.7.
|
|
11822
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.
|
|
11823
|
-
"integrity": "sha512-
|
|
11809
|
+
"version": "5.7.3",
|
|
11810
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.3.tgz",
|
|
11811
|
+
"integrity": "sha512-C0AaNuC+mscy6vrAQKAc/rMq+zAPHodfHGZu4sGVehvAQt/JLG1O5zEcYcXSY5zSqr4YVgxsB+pHXTq0i7eDlg==",
|
|
11824
11812
|
"funding": [
|
|
11825
11813
|
{
|
|
11826
11814
|
"type": "github",
|
|
@@ -11830,7 +11818,7 @@
|
|
|
11830
11818
|
"license": "MIT",
|
|
11831
11819
|
"dependencies": {
|
|
11832
11820
|
"@nodable/entities": "^2.1.0",
|
|
11833
|
-
"fast-xml-builder": "^1.1.
|
|
11821
|
+
"fast-xml-builder": "^1.1.7",
|
|
11834
11822
|
"path-expression-matcher": "^1.5.0",
|
|
11835
11823
|
"strnum": "^2.2.3"
|
|
11836
11824
|
},
|
|
@@ -11839,9 +11827,9 @@
|
|
|
11839
11827
|
}
|
|
11840
11828
|
},
|
|
11841
11829
|
"node_modules/fast-xml-parser/node_modules/fast-xml-builder": {
|
|
11842
|
-
"version": "1.1.
|
|
11843
|
-
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.
|
|
11844
|
-
"integrity": "sha512-
|
|
11830
|
+
"version": "1.1.9",
|
|
11831
|
+
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.9.tgz",
|
|
11832
|
+
"integrity": "sha512-jcyKVSEX13iseJqg7n/KWw+xnu/7fdrZ333Fac54KjHDIELVCfDDJXYIm6DTJ0Su4gSzrhqiK0DzY/wZbF40mw==",
|
|
11845
11833
|
"funding": [
|
|
11846
11834
|
{
|
|
11847
11835
|
"type": "github",
|
|
@@ -12168,9 +12156,9 @@
|
|
|
12168
12156
|
"license": "MIT"
|
|
12169
12157
|
},
|
|
12170
12158
|
"node_modules/fs-extra": {
|
|
12171
|
-
"version": "11.3.
|
|
12172
|
-
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.
|
|
12173
|
-
"integrity": "sha512-
|
|
12159
|
+
"version": "11.3.5",
|
|
12160
|
+
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.5.tgz",
|
|
12161
|
+
"integrity": "sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==",
|
|
12174
12162
|
"license": "MIT",
|
|
12175
12163
|
"dependencies": {
|
|
12176
12164
|
"graceful-fs": "^4.2.0",
|
|
@@ -12262,9 +12250,9 @@
|
|
|
12262
12250
|
}
|
|
12263
12251
|
},
|
|
12264
12252
|
"node_modules/get-east-asian-width": {
|
|
12265
|
-
"version": "1.
|
|
12266
|
-
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.
|
|
12267
|
-
"integrity": "sha512-
|
|
12253
|
+
"version": "1.5.0",
|
|
12254
|
+
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz",
|
|
12255
|
+
"integrity": "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==",
|
|
12268
12256
|
"license": "MIT",
|
|
12269
12257
|
"engines": {
|
|
12270
12258
|
"node": ">=18"
|
|
@@ -13135,6 +13123,18 @@
|
|
|
13135
13123
|
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
13136
13124
|
"license": "MIT"
|
|
13137
13125
|
},
|
|
13126
|
+
"node_modules/ink/node_modules/get-east-asian-width": {
|
|
13127
|
+
"version": "1.2.0",
|
|
13128
|
+
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.2.0.tgz",
|
|
13129
|
+
"integrity": "sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==",
|
|
13130
|
+
"license": "MIT",
|
|
13131
|
+
"engines": {
|
|
13132
|
+
"node": ">=18"
|
|
13133
|
+
},
|
|
13134
|
+
"funding": {
|
|
13135
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
13136
|
+
}
|
|
13137
|
+
},
|
|
13138
13138
|
"node_modules/ink/node_modules/indent-string": {
|
|
13139
13139
|
"version": "5.0.0",
|
|
13140
13140
|
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz",
|
|
@@ -14564,18 +14564,6 @@
|
|
|
14564
14564
|
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
14565
14565
|
}
|
|
14566
14566
|
},
|
|
14567
|
-
"node_modules/listr2/node_modules/get-east-asian-width": {
|
|
14568
|
-
"version": "1.5.0",
|
|
14569
|
-
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz",
|
|
14570
|
-
"integrity": "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==",
|
|
14571
|
-
"license": "MIT",
|
|
14572
|
-
"engines": {
|
|
14573
|
-
"node": ">=18"
|
|
14574
|
-
},
|
|
14575
|
-
"funding": {
|
|
14576
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
14577
|
-
}
|
|
14578
|
-
},
|
|
14579
14567
|
"node_modules/listr2/node_modules/is-fullwidth-code-point": {
|
|
14580
14568
|
"version": "5.1.0",
|
|
14581
14569
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.1.0.tgz",
|
|
@@ -14869,18 +14857,6 @@
|
|
|
14869
14857
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
14870
14858
|
}
|
|
14871
14859
|
},
|
|
14872
|
-
"node_modules/log-update/node_modules/get-east-asian-width": {
|
|
14873
|
-
"version": "1.5.0",
|
|
14874
|
-
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz",
|
|
14875
|
-
"integrity": "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==",
|
|
14876
|
-
"license": "MIT",
|
|
14877
|
-
"engines": {
|
|
14878
|
-
"node": ">=18"
|
|
14879
|
-
},
|
|
14880
|
-
"funding": {
|
|
14881
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
14882
|
-
}
|
|
14883
|
-
},
|
|
14884
14860
|
"node_modules/log-update/node_modules/is-fullwidth-code-point": {
|
|
14885
14861
|
"version": "5.1.0",
|
|
14886
14862
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.1.0.tgz",
|
|
@@ -15703,9 +15679,9 @@
|
|
|
15703
15679
|
}
|
|
15704
15680
|
},
|
|
15705
15681
|
"node_modules/nock": {
|
|
15706
|
-
"version": "14.0.
|
|
15707
|
-
"resolved": "https://registry.npmjs.org/nock/-/nock-14.0.
|
|
15708
|
-
"integrity": "sha512-
|
|
15682
|
+
"version": "14.0.15",
|
|
15683
|
+
"resolved": "https://registry.npmjs.org/nock/-/nock-14.0.15.tgz",
|
|
15684
|
+
"integrity": "sha512-S0a47C9pLvcYx/Ugf0H30BVBEcUgMMBDk9VJIDlJ8XGrfH2QDUD4Tgdp45qDIiHttokBG+IbsOtsvIjGR/j3bg==",
|
|
15709
15685
|
"dev": true,
|
|
15710
15686
|
"license": "MIT",
|
|
15711
15687
|
"dependencies": {
|
|
@@ -18571,6 +18547,18 @@
|
|
|
18571
18547
|
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
18572
18548
|
}
|
|
18573
18549
|
},
|
|
18550
|
+
"node_modules/slice-ansi/node_modules/get-east-asian-width": {
|
|
18551
|
+
"version": "1.2.0",
|
|
18552
|
+
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.2.0.tgz",
|
|
18553
|
+
"integrity": "sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==",
|
|
18554
|
+
"license": "MIT",
|
|
18555
|
+
"engines": {
|
|
18556
|
+
"node": ">=18"
|
|
18557
|
+
},
|
|
18558
|
+
"funding": {
|
|
18559
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
18560
|
+
}
|
|
18561
|
+
},
|
|
18574
18562
|
"node_modules/slice-ansi/node_modules/is-fullwidth-code-point": {
|
|
18575
18563
|
"version": "5.0.0",
|
|
18576
18564
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz",
|
|
@@ -20333,6 +20321,18 @@
|
|
|
20333
20321
|
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
20334
20322
|
"license": "MIT"
|
|
20335
20323
|
},
|
|
20324
|
+
"node_modules/wrap-ansi/node_modules/get-east-asian-width": {
|
|
20325
|
+
"version": "1.2.0",
|
|
20326
|
+
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.2.0.tgz",
|
|
20327
|
+
"integrity": "sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==",
|
|
20328
|
+
"license": "MIT",
|
|
20329
|
+
"engines": {
|
|
20330
|
+
"node": ">=18"
|
|
20331
|
+
},
|
|
20332
|
+
"funding": {
|
|
20333
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
20334
|
+
}
|
|
20335
|
+
},
|
|
20336
20336
|
"node_modules/wrap-ansi/node_modules/string-width": {
|
|
20337
20337
|
"version": "7.1.0",
|
|
20338
20338
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1634,14 +1634,14 @@
|
|
|
1634
1634
|
resolved "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz"
|
|
1635
1635
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
|
1636
1636
|
|
|
1637
|
-
"@jayree/changelog@^1.2.23", "@jayree/changelog@^1.2.
|
|
1638
|
-
version "1.2.
|
|
1639
|
-
resolved "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.
|
|
1640
|
-
integrity sha512-
|
|
1637
|
+
"@jayree/changelog@^1.2.23", "@jayree/changelog@^1.2.31":
|
|
1638
|
+
version "1.2.31"
|
|
1639
|
+
resolved "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.31.tgz"
|
|
1640
|
+
integrity sha512-aFIBkykI5MYzlUicbefZVtkgTse6/EKEN8iH7uQKRZIIwIlnILU+prVwbSqtX7jN0H1t5we0Ur59OBDPzz/kXQ==
|
|
1641
1641
|
dependencies:
|
|
1642
1642
|
debug "^4.4.1"
|
|
1643
1643
|
fs-extra "^11.3.4"
|
|
1644
|
-
marked "^18.0.
|
|
1644
|
+
marked "^18.0.3"
|
|
1645
1645
|
marked-terminal "^7.3.0"
|
|
1646
1646
|
semver "^7.7.4"
|
|
1647
1647
|
semver-compare "^1.0.0"
|
|
@@ -1665,25 +1665,25 @@
|
|
|
1665
1665
|
graceful-fs "^4.2.11"
|
|
1666
1666
|
isomorphic-git "1.36.3"
|
|
1667
1667
|
|
|
1668
|
-
"@jayree/sfdx-plugin-org@^1.2.
|
|
1669
|
-
version "1.2.
|
|
1670
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
1671
|
-
integrity sha512-
|
|
1668
|
+
"@jayree/sfdx-plugin-org@^1.2.171":
|
|
1669
|
+
version "1.2.171"
|
|
1670
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.171.tgz"
|
|
1671
|
+
integrity sha512-aKFZDBK/ebvgwaxEmQynYCsFZupJp7V59AlJcd4m1BQFTrx1s1UHDT1rQ/SWRUoHuwtgbqIsM88tVLQXW4yW3A==
|
|
1672
1672
|
dependencies:
|
|
1673
|
-
"@jayree/changelog" "^1.2.
|
|
1673
|
+
"@jayree/changelog" "^1.2.31"
|
|
1674
1674
|
"@jsforce/jsforce-node" "^3.10.14"
|
|
1675
1675
|
"@listr2/prompt-adapter-enquirer" "^3.0.5"
|
|
1676
|
-
"@oclif/core" "^4.11.
|
|
1676
|
+
"@oclif/core" "^4.11.1"
|
|
1677
1677
|
"@salesforce/core" "^8.28.3"
|
|
1678
|
-
"@salesforce/sf-plugins-core" "^12.2.
|
|
1679
|
-
"@salesforce/source-deploy-retrieve" "^12.35.
|
|
1678
|
+
"@salesforce/sf-plugins-core" "^12.2.13"
|
|
1679
|
+
"@salesforce/source-deploy-retrieve" "^12.35.4"
|
|
1680
1680
|
"@salesforce/ts-types" "^2.0.12"
|
|
1681
1681
|
chalk "^5.6.2"
|
|
1682
1682
|
cli-progress "^3.12.0"
|
|
1683
1683
|
cli-truncate "^5.2.0"
|
|
1684
1684
|
debug "^4.4.3"
|
|
1685
1685
|
enquirer "^2.4.1"
|
|
1686
|
-
fs-extra "^11.3.
|
|
1686
|
+
fs-extra "^11.3.5"
|
|
1687
1687
|
is-docker "^4.0.0"
|
|
1688
1688
|
is-wsl "^3.1.1"
|
|
1689
1689
|
listr2 "^9.0.5"
|
|
@@ -1693,44 +1693,44 @@
|
|
|
1693
1693
|
tslib "^2.8.1"
|
|
1694
1694
|
wrap-ansi "^9.0.2"
|
|
1695
1695
|
|
|
1696
|
-
"@jayree/sfdx-plugin-prettier@^1.3.
|
|
1697
|
-
version "1.3.
|
|
1698
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
1699
|
-
integrity sha512-
|
|
1696
|
+
"@jayree/sfdx-plugin-prettier@^1.3.167":
|
|
1697
|
+
version "1.3.167"
|
|
1698
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.167.tgz"
|
|
1699
|
+
integrity sha512-0NUUy9bmSXZDKWDHDP+OF4QpAWCwKxYRunls2lq5jc0+KchIYahmtiqmMe5iJzQRYztU/AEzL8O6y91W60tD9w==
|
|
1700
1700
|
dependencies:
|
|
1701
|
-
"@jayree/changelog" "^1.2.
|
|
1702
|
-
"@oclif/core" "^4.
|
|
1701
|
+
"@jayree/changelog" "^1.2.31"
|
|
1702
|
+
"@oclif/core" "^4.11.1"
|
|
1703
1703
|
"@prettier/plugin-xml" "^3.4.2"
|
|
1704
1704
|
"@salesforce/core" "^8.29.0"
|
|
1705
1705
|
"@salesforce/kit" "^3.2.6"
|
|
1706
|
-
"@salesforce/sf-plugins-core" "^12.2.
|
|
1707
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
1706
|
+
"@salesforce/sf-plugins-core" "^12.2.13"
|
|
1707
|
+
"@salesforce/source-deploy-retrieve" "^12.35.4"
|
|
1708
1708
|
cli-progress "^3.12.0"
|
|
1709
1709
|
debug "^4.4.1"
|
|
1710
|
-
fs-extra "^11.3.
|
|
1710
|
+
fs-extra "^11.3.5"
|
|
1711
1711
|
ignore "^7.0.4"
|
|
1712
1712
|
prettier "^3.8.3"
|
|
1713
1713
|
prettier-plugin-apex "^2.2.6"
|
|
1714
1714
|
tslib "^2.8.1"
|
|
1715
1715
|
|
|
1716
|
-
"@jayree/sfdx-plugin-source@^1.3.
|
|
1717
|
-
version "1.3.
|
|
1718
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
1719
|
-
integrity sha512-
|
|
1716
|
+
"@jayree/sfdx-plugin-source@^1.3.167":
|
|
1717
|
+
version "1.3.167"
|
|
1718
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.167.tgz"
|
|
1719
|
+
integrity sha512-snUNSWUGSIG2hLgEEPkDoKUFYb+ncdQPDrly81HPUpAUoBe6p+08VTQbf1U0eu0O7+P8Sk6Rjj+q4w+xM4qw2A==
|
|
1720
1720
|
dependencies:
|
|
1721
|
-
"@jayree/changelog" "^1.2.
|
|
1722
|
-
"@oclif/core" "^4.11.
|
|
1721
|
+
"@jayree/changelog" "^1.2.31"
|
|
1722
|
+
"@oclif/core" "^4.11.1"
|
|
1723
1723
|
"@salesforce/core" "^8.29.0"
|
|
1724
1724
|
"@salesforce/kit" "^3.2.6"
|
|
1725
|
-
"@salesforce/sf-plugins-core" "^12.2.
|
|
1726
|
-
"@salesforce/source-deploy-retrieve" "^12.35.
|
|
1725
|
+
"@salesforce/sf-plugins-core" "^12.2.13"
|
|
1726
|
+
"@salesforce/source-deploy-retrieve" "^12.35.4"
|
|
1727
1727
|
"@salesforce/source-tracking" "^7.8.14"
|
|
1728
1728
|
"@salesforce/ts-types" "^2.0.11"
|
|
1729
1729
|
ansis "^4.2.0"
|
|
1730
1730
|
debug "^4.4.3"
|
|
1731
1731
|
deep-object-diff "^1.1.9"
|
|
1732
|
-
fast-xml-parser "^5.7.
|
|
1733
|
-
fs-extra "^11.3.
|
|
1732
|
+
fast-xml-parser "^5.7.3"
|
|
1733
|
+
fs-extra "^11.3.5"
|
|
1734
1734
|
globby "^16.2.0"
|
|
1735
1735
|
object-path "^0.11.8"
|
|
1736
1736
|
tslib "^2.8.1"
|
|
@@ -1884,10 +1884,10 @@
|
|
|
1884
1884
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1885
1885
|
fastq "^1.6.0"
|
|
1886
1886
|
|
|
1887
|
-
"@oclif/core@^4", "@oclif/core@^4.10.2", "@oclif/core@^4.
|
|
1888
|
-
version "4.11.
|
|
1889
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.11.
|
|
1890
|
-
integrity sha512
|
|
1887
|
+
"@oclif/core@^4", "@oclif/core@^4.10.2", "@oclif/core@^4.11.0", "@oclif/core@^4.11.1", "@oclif/core@^4.8.0":
|
|
1888
|
+
version "4.11.1"
|
|
1889
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.11.1.tgz"
|
|
1890
|
+
integrity sha512-+N5yqeoOKPnT0p+ZJiNutMILsZukZrEpsVup24XERla594EkGSWS9tiCqRfvzr1xfvf/AhM9pb0yPaf8L3Y9Uw==
|
|
1891
1891
|
dependencies:
|
|
1892
1892
|
ansi-escapes "^4.3.2"
|
|
1893
1893
|
ansis "^3.17.0"
|
|
@@ -1932,10 +1932,10 @@
|
|
|
1932
1932
|
wordwrap "^1.0.0"
|
|
1933
1933
|
wrap-ansi "^7.0.0"
|
|
1934
1934
|
|
|
1935
|
-
"@oclif/plugin-help@^6.2.38", "@oclif/plugin-help@^6.2.
|
|
1936
|
-
version "6.2.
|
|
1937
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
1938
|
-
integrity sha512-
|
|
1935
|
+
"@oclif/plugin-help@^6.2.38", "@oclif/plugin-help@^6.2.46":
|
|
1936
|
+
version "6.2.46"
|
|
1937
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.46.tgz"
|
|
1938
|
+
integrity sha512-KmuMFt/fURCVxor0rrRjEqs2nLN0Y3ixcixo/M5VjKcN920gbuw5T+AF23FBeyUDuW/Dg79YPcTWy/Rtz0Dg/A==
|
|
1939
1939
|
dependencies:
|
|
1940
1940
|
"@oclif/core" "^4"
|
|
1941
1941
|
|
|
@@ -1961,10 +1961,10 @@
|
|
|
1961
1961
|
lodash "^4.17.23"
|
|
1962
1962
|
registry-auth-token "^5.1.1"
|
|
1963
1963
|
|
|
1964
|
-
"@oclif/table@^0.5.
|
|
1965
|
-
version "0.5.
|
|
1966
|
-
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.5.
|
|
1967
|
-
integrity sha512-
|
|
1964
|
+
"@oclif/table@^0.5.6":
|
|
1965
|
+
version "0.5.6"
|
|
1966
|
+
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.5.6.tgz"
|
|
1967
|
+
integrity sha512-W0SlIIkcqYxRSbZVw+VnFPT6hStjm5OoMduli35569OXezBPS92yNsoIA9jAuAt3lVIGlnUIetnAUUjs+yLHKg==
|
|
1968
1968
|
dependencies:
|
|
1969
1969
|
"@types/react" "^18.3.12"
|
|
1970
1970
|
change-case "^5.4.4"
|
|
@@ -1973,7 +1973,7 @@
|
|
|
1973
1973
|
natural-orderby "^3.0.2"
|
|
1974
1974
|
object-hash "^3.0.0"
|
|
1975
1975
|
react "^18.3.1"
|
|
1976
|
-
string-width "^8.2.
|
|
1976
|
+
string-width "^8.2.1"
|
|
1977
1977
|
strip-ansi "^7.1.2"
|
|
1978
1978
|
wrap-ansi "^9.0.2"
|
|
1979
1979
|
|
|
@@ -2043,7 +2043,7 @@
|
|
|
2043
2043
|
dependencies:
|
|
2044
2044
|
"@xml-tools/parser" "^1.0.11"
|
|
2045
2045
|
|
|
2046
|
-
"@salesforce/core@^8.23.1", "@salesforce/core@^8.24.0", "@salesforce/core@^8.25.0", "@salesforce/core@^8.28.3", "@salesforce/core@^8.
|
|
2046
|
+
"@salesforce/core@^8.23.1", "@salesforce/core@^8.24.0", "@salesforce/core@^8.25.0", "@salesforce/core@^8.28.3", "@salesforce/core@^8.29.0":
|
|
2047
2047
|
version "8.29.0"
|
|
2048
2048
|
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.29.0.tgz"
|
|
2049
2049
|
integrity sha512-q6xDNLPbbZW1n4X4YK1iM8jZvwvJRiwbJxdeF5iHuETxmMka16FoCVi+WziK/Rh5EP0yW08FYyiynwPlgz5RBw==
|
|
@@ -2117,28 +2117,28 @@
|
|
|
2117
2117
|
resolved "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz"
|
|
2118
2118
|
integrity sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==
|
|
2119
2119
|
|
|
2120
|
-
"@salesforce/sf-plugins-core@^12.2.
|
|
2121
|
-
version "12.2.
|
|
2122
|
-
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
2123
|
-
integrity sha512-
|
|
2120
|
+
"@salesforce/sf-plugins-core@^12.2.13", "@salesforce/sf-plugins-core@^12.2.6":
|
|
2121
|
+
version "12.2.13"
|
|
2122
|
+
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.13.tgz"
|
|
2123
|
+
integrity sha512-Ug+CIQ7yLZVqdmSlgFPCnkzFXz5gzCR/l5hnMoVDrgNdI/PmCHAx2ZS0WsM3xkebkkOHtWFIZQ9ARip7wAbROw==
|
|
2124
2124
|
dependencies:
|
|
2125
2125
|
"@inquirer/confirm" "^6.0.12"
|
|
2126
2126
|
"@inquirer/password" "^5.0.12"
|
|
2127
|
-
"@oclif/core" "^4.
|
|
2128
|
-
"@oclif/table" "^0.5.
|
|
2129
|
-
"@salesforce/core" "^8.
|
|
2127
|
+
"@oclif/core" "^4.11.0"
|
|
2128
|
+
"@oclif/table" "^0.5.6"
|
|
2129
|
+
"@salesforce/core" "^8.29.0"
|
|
2130
2130
|
"@salesforce/kit" "^3.2.3"
|
|
2131
2131
|
"@salesforce/ts-types" "^2.0.12"
|
|
2132
2132
|
ansis "^3.3.2"
|
|
2133
2133
|
cli-progress "^3.12.0"
|
|
2134
2134
|
terminal-link "^3.0.0"
|
|
2135
2135
|
|
|
2136
|
-
"@salesforce/source-deploy-retrieve@^12.31.8", "@salesforce/source-deploy-retrieve@^12.32.7", "@salesforce/source-deploy-retrieve@^12.
|
|
2137
|
-
version "12.35.
|
|
2138
|
-
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.35.
|
|
2139
|
-
integrity sha512-
|
|
2136
|
+
"@salesforce/source-deploy-retrieve@^12.31.8", "@salesforce/source-deploy-retrieve@^12.32.7", "@salesforce/source-deploy-retrieve@^12.35.4":
|
|
2137
|
+
version "12.35.4"
|
|
2138
|
+
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.35.4.tgz"
|
|
2139
|
+
integrity sha512-Wuz+qD11ek6DfHNk2gH7shfxjjk98nSGRh/0kY5a4dJz2lslDJIHFIiMoocT7O1Wl0i6qAS85NOek9Z3xWteGw==
|
|
2140
2140
|
dependencies:
|
|
2141
|
-
"@salesforce/core" "^8.
|
|
2141
|
+
"@salesforce/core" "^8.29.0"
|
|
2142
2142
|
"@salesforce/kit" "^3.2.4"
|
|
2143
2143
|
"@salesforce/ts-types" "^2.0.12"
|
|
2144
2144
|
"@salesforce/types" "^1.6.0"
|
|
@@ -3605,11 +3605,11 @@ available-typed-arrays@^1.0.6, available-typed-arrays@^1.0.7:
|
|
|
3605
3605
|
possible-typed-array-names "^1.0.0"
|
|
3606
3606
|
|
|
3607
3607
|
axios@^1.7.7:
|
|
3608
|
-
version "1.
|
|
3609
|
-
resolved "https://registry.npmjs.org/axios/-/axios-1.
|
|
3610
|
-
integrity sha512-
|
|
3608
|
+
version "1.16.0"
|
|
3609
|
+
resolved "https://registry.npmjs.org/axios/-/axios-1.16.0.tgz"
|
|
3610
|
+
integrity sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==
|
|
3611
3611
|
dependencies:
|
|
3612
|
-
follow-redirects "^1.
|
|
3612
|
+
follow-redirects "^1.16.0"
|
|
3613
3613
|
form-data "^4.0.5"
|
|
3614
3614
|
proxy-from-env "^2.1.0"
|
|
3615
3615
|
|
|
@@ -3639,9 +3639,9 @@ base64url@^3.0.1:
|
|
|
3639
3639
|
integrity sha512-ir1UPr3dkwexU7FdV8qBBbNDRUhMmIekYMFZfi+C/sLNnRESKPl23nB9b2pltqfOQNnGzsDdId90AEtG5tCx4A==
|
|
3640
3640
|
|
|
3641
3641
|
basic-ftp@^5.0.2:
|
|
3642
|
-
version "5.3.
|
|
3643
|
-
resolved "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.3.
|
|
3644
|
-
integrity sha512-
|
|
3642
|
+
version "5.3.1"
|
|
3643
|
+
resolved "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.3.1.tgz"
|
|
3644
|
+
integrity sha512-bopVNp6ugyA150DDuZfPFdt1KZ5a94ZDiwX4hMgZDzF+GttD80lEy8kj98kbyhLXnPvhtIo93mdnLIjpCAeeOw==
|
|
3645
3645
|
|
|
3646
3646
|
binary-extensions@^2.0.0:
|
|
3647
3647
|
version "2.2.0"
|
|
@@ -5261,10 +5261,10 @@ fast-xml-builder@^1.1.4:
|
|
|
5261
5261
|
dependencies:
|
|
5262
5262
|
path-expression-matcher "^1.1.3"
|
|
5263
5263
|
|
|
5264
|
-
fast-xml-builder@^1.1.
|
|
5265
|
-
version "1.1.
|
|
5266
|
-
resolved "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.
|
|
5267
|
-
integrity sha512-
|
|
5264
|
+
fast-xml-builder@^1.1.7:
|
|
5265
|
+
version "1.1.9"
|
|
5266
|
+
resolved "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.9.tgz"
|
|
5267
|
+
integrity sha512-jcyKVSEX13iseJqg7n/KWw+xnu/7fdrZ333Fac54KjHDIELVCfDDJXYIm6DTJ0Su4gSzrhqiK0DzY/wZbF40mw==
|
|
5268
5268
|
dependencies:
|
|
5269
5269
|
path-expression-matcher "^1.1.3"
|
|
5270
5270
|
|
|
@@ -5275,13 +5275,13 @@ fast-xml-parser@^4.5.3:
|
|
|
5275
5275
|
dependencies:
|
|
5276
5276
|
strnum "^1.1.1"
|
|
5277
5277
|
|
|
5278
|
-
fast-xml-parser@^5.3.3, fast-xml-parser@^5.5.7, fast-xml-parser@^5.7.2:
|
|
5279
|
-
version "5.7.
|
|
5280
|
-
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.
|
|
5281
|
-
integrity sha512-
|
|
5278
|
+
fast-xml-parser@^5.3.3, fast-xml-parser@^5.5.7, fast-xml-parser@^5.7.2, fast-xml-parser@^5.7.3:
|
|
5279
|
+
version "5.7.3"
|
|
5280
|
+
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.3.tgz"
|
|
5281
|
+
integrity sha512-C0AaNuC+mscy6vrAQKAc/rMq+zAPHodfHGZu4sGVehvAQt/JLG1O5zEcYcXSY5zSqr4YVgxsB+pHXTq0i7eDlg==
|
|
5282
5282
|
dependencies:
|
|
5283
5283
|
"@nodable/entities" "^2.1.0"
|
|
5284
|
-
fast-xml-builder "^1.1.
|
|
5284
|
+
fast-xml-builder "^1.1.7"
|
|
5285
5285
|
path-expression-matcher "^1.5.0"
|
|
5286
5286
|
strnum "^2.2.3"
|
|
5287
5287
|
|
|
@@ -5428,7 +5428,7 @@ flatted@^3.2.9:
|
|
|
5428
5428
|
resolved "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz"
|
|
5429
5429
|
integrity sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==
|
|
5430
5430
|
|
|
5431
|
-
follow-redirects@^1.
|
|
5431
|
+
follow-redirects@^1.16.0:
|
|
5432
5432
|
version "1.16.0"
|
|
5433
5433
|
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz"
|
|
5434
5434
|
integrity sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==
|
|
@@ -5512,10 +5512,10 @@ fs-extra@^10.0.0:
|
|
|
5512
5512
|
jsonfile "^6.0.1"
|
|
5513
5513
|
universalify "^2.0.0"
|
|
5514
5514
|
|
|
5515
|
-
fs-extra@^11.0.0, fs-extra@^11.2.0, fs-extra@^11.3.3, fs-extra@^11.3.4:
|
|
5516
|
-
version "11.3.
|
|
5517
|
-
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.
|
|
5518
|
-
integrity sha512-
|
|
5515
|
+
fs-extra@^11.0.0, fs-extra@^11.2.0, fs-extra@^11.3.3, fs-extra@^11.3.4, fs-extra@^11.3.5:
|
|
5516
|
+
version "11.3.5"
|
|
5517
|
+
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.5.tgz"
|
|
5518
|
+
integrity sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==
|
|
5519
5519
|
dependencies:
|
|
5520
5520
|
graceful-fs "^4.2.0"
|
|
5521
5521
|
jsonfile "^6.0.1"
|
|
@@ -7215,10 +7215,10 @@ marked@^13.0.0:
|
|
|
7215
7215
|
resolved "https://registry.npmjs.org/marked/-/marked-13.0.2.tgz"
|
|
7216
7216
|
integrity sha512-J6CPjP8pS5sgrRqxVRvkCIkZ6MFdRIjDkwUwgJ9nL2fbmM6qGQeB2C16hi8Cc9BOzj6xXzy0jyi0iPIfnMHYzA==
|
|
7217
7217
|
|
|
7218
|
-
marked@^18.0.
|
|
7219
|
-
version "18.0.
|
|
7220
|
-
resolved "https://registry.npmjs.org/marked/-/marked-18.0.
|
|
7221
|
-
integrity sha512-
|
|
7218
|
+
marked@^18.0.3, "marked@>=1 <16":
|
|
7219
|
+
version "18.0.3"
|
|
7220
|
+
resolved "https://registry.npmjs.org/marked/-/marked-18.0.3.tgz"
|
|
7221
|
+
integrity sha512-7VT90JOkDeaRWpfjOReRGPEKn0ecdARBkDGL+tT1wZY0efPPqkUxLUSmzy/C7TIylQYJC9STISEsCHrqb/7VIA==
|
|
7222
7222
|
|
|
7223
7223
|
math-intrinsics@^1.1.0:
|
|
7224
7224
|
version "1.1.0"
|
|
@@ -7553,10 +7553,10 @@ no-case@^3.0.4:
|
|
|
7553
7553
|
lower-case "^2.0.2"
|
|
7554
7554
|
tslib "^2.0.3"
|
|
7555
7555
|
|
|
7556
|
-
nock@^14.0.
|
|
7557
|
-
version "14.0.
|
|
7558
|
-
resolved "https://registry.npmjs.org/nock/-/nock-14.0.
|
|
7559
|
-
integrity sha512-
|
|
7556
|
+
nock@^14.0.15:
|
|
7557
|
+
version "14.0.15"
|
|
7558
|
+
resolved "https://registry.npmjs.org/nock/-/nock-14.0.15.tgz"
|
|
7559
|
+
integrity sha512-S0a47C9pLvcYx/Ugf0H30BVBEcUgMMBDk9VJIDlJ8XGrfH2QDUD4Tgdp45qDIiHttokBG+IbsOtsvIjGR/j3bg==
|
|
7560
7560
|
dependencies:
|
|
7561
7561
|
"@mswjs/interceptors" "^0.41.0"
|
|
7562
7562
|
json-stringify-safe "^5.0.1"
|
|
@@ -9240,6 +9240,14 @@ string-width@^8.2.0:
|
|
|
9240
9240
|
get-east-asian-width "^1.5.0"
|
|
9241
9241
|
strip-ansi "^7.1.2"
|
|
9242
9242
|
|
|
9243
|
+
string-width@^8.2.1:
|
|
9244
|
+
version "8.2.1"
|
|
9245
|
+
resolved "https://registry.npmjs.org/string-width/-/string-width-8.2.1.tgz"
|
|
9246
|
+
integrity sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==
|
|
9247
|
+
dependencies:
|
|
9248
|
+
get-east-asian-width "^1.5.0"
|
|
9249
|
+
strip-ansi "^7.1.2"
|
|
9250
|
+
|
|
9243
9251
|
string.prototype.trim@^1.2.8:
|
|
9244
9252
|
version "1.2.8"
|
|
9245
9253
|
resolved "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
3
|
"description": "A Salesforce CLI plugin containing commands and hooks for Salesforce Application Lifecycle Management tasks.",
|
|
4
|
-
"version": "4.8.
|
|
4
|
+
"version": "4.8.202",
|
|
5
5
|
"author": "jayree <jayree.git@icloud.com>",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@jayree/sfdx-plugin-manifest": "^4.0.128",
|
|
10
|
-
"@jayree/sfdx-plugin-org": "^1.2.
|
|
11
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
12
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
10
|
+
"@jayree/sfdx-plugin-org": "^1.2.171",
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.167",
|
|
12
|
+
"@jayree/sfdx-plugin-source": "^1.3.167"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@oclif/plugin-help": "^6.2.
|
|
15
|
+
"@oclif/plugin-help": "^6.2.46",
|
|
16
16
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
17
17
|
"@salesforce/ts-sinon": "^1.4.34",
|
|
18
18
|
"c8": "^11.0.0",
|
|
19
19
|
"eslint-config-salesforce-license": "^1.0.2",
|
|
20
20
|
"eslint-plugin-prettier": "^5.5.5",
|
|
21
21
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
22
|
-
"nock": "^14.0.
|
|
22
|
+
"nock": "^14.0.15",
|
|
23
23
|
"oclif": "^4.23.0",
|
|
24
24
|
"patch-package": "^8.0.1",
|
|
25
25
|
"pinst": "^3.0.0",
|