sfdx-jayree 4.8.218 → 4.8.220
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 +22 -0
- package/README.md +12 -12
- package/npm-shrinkwrap.json +74 -74
- package/oclif.lock +79 -79
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
## [4.8.220](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.219...v4.8.220) (2026-08-07)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.182 to 1.2.183 ([#2064](https://github.com/jayree/sfdx-jayree-plugin/issues/2064)) ([91876e0](https://github.com/jayree/sfdx-jayree-plugin/commit/91876e05c399b53474e759f08a921e6a68a2b53a))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.178 to 1.3.179 ([#2062](https://github.com/jayree/sfdx-jayree-plugin/issues/2062)) ([30bc879](https://github.com/jayree/sfdx-jayree-plugin/commit/30bc87995ed60ff0e531db87559c09d379a966c2))
|
|
8
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.178 to 1.3.180 ([#2063](https://github.com/jayree/sfdx-jayree-plugin/issues/2063)) ([17ef824](https://github.com/jayree/sfdx-jayree-plugin/commit/17ef824775a1a3026a043af66fb1036a7398cf57))
|
|
9
|
+
* **deps:** bump fast-uri from 3.1.4 to 3.1.5 ([#2059](https://github.com/jayree/sfdx-jayree-plugin/issues/2059)) ([38cb49e](https://github.com/jayree/sfdx-jayree-plugin/commit/38cb49ebb8b0d8ca9de619bf08d6abb5ddda8688))
|
|
10
|
+
* **deps:** bump github/codeql-action from 4.37.4 to 4.37.5 ([#2060](https://github.com/jayree/sfdx-jayree-plugin/issues/2060)) ([48fb85a](https://github.com/jayree/sfdx-jayree-plugin/commit/48fb85ade992debb0d1d067d4c3cdce1ccd8be36))
|
|
11
|
+
* **deps:** bump github/codeql-action from 4.37.5 to 4.37.6 ([#2061](https://github.com/jayree/sfdx-jayree-plugin/issues/2061)) ([1492584](https://github.com/jayree/sfdx-jayree-plugin/commit/149258405341d5abb2b12290d50be20e51ba81d1))
|
|
12
|
+
|
|
13
|
+
## [4.8.219](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.218...v4.8.219) (2026-07-31)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.181 to 1.2.182 ([#2052](https://github.com/jayree/sfdx-jayree-plugin/issues/2052)) ([f6731a3](https://github.com/jayree/sfdx-jayree-plugin/commit/f6731a34f049ab582cc965557e2e20e4217a1cdb))
|
|
19
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.177 to 1.3.178 ([#2054](https://github.com/jayree/sfdx-jayree-plugin/issues/2054)) ([4c158e6](https://github.com/jayree/sfdx-jayree-plugin/commit/4c158e644493ec5e9e84737e784eb03edaad212c))
|
|
20
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.177 to 1.3.178 ([#2055](https://github.com/jayree/sfdx-jayree-plugin/issues/2055)) ([4c51273](https://github.com/jayree/sfdx-jayree-plugin/commit/4c51273834b48c317802813445c4949a15e0dcf1))
|
|
21
|
+
* **deps:** bump github/codeql-action from 4 to 4.37.3 ([#2051](https://github.com/jayree/sfdx-jayree-plugin/issues/2051)) ([edad5c9](https://github.com/jayree/sfdx-jayree-plugin/commit/edad5c9b67ba75eb93c43f2d5896fe678c4d84fb))
|
|
22
|
+
|
|
1
23
|
## [4.8.218](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.217...v4.8.218) (2026-07-24)
|
|
2
24
|
|
|
3
25
|
|
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.183/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.183/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.183/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.183/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.183/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.183/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.180/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.180/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.180/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.180/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.180/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.180/src/commands/jayree/project/store/tracking/set.ts)_
|
|
498
498
|
<!-- commandsstop -->
|
|
499
499
|
|
|
500
500
|
## Hooks
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.220",
|
|
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.220",
|
|
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.183",
|
|
14
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.179",
|
|
15
|
+
"@jayree/sfdx-plugin-source": "^1.3.180"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@oclif/plugin-help": "^6.2.
|
|
18
|
+
"@oclif/plugin-help": "^6.2.56",
|
|
19
19
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
20
20
|
"@salesforce/ts-sinon": "^1.4.36",
|
|
21
21
|
"c8": "^12.0.0",
|
|
22
22
|
"eslint-config-salesforce-license": "^1.0.2",
|
|
23
23
|
"eslint-plugin-prettier": "^5.5.6",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
25
|
-
"nock": "^14.0.
|
|
26
|
-
"oclif": "^4.23.
|
|
25
|
+
"nock": "^14.0.17",
|
|
26
|
+
"oclif": "^4.23.29",
|
|
27
27
|
"patch-package": "^8.0.1",
|
|
28
28
|
"pinst": "^3.0.0",
|
|
29
29
|
"prettier": "^3.9.6",
|
|
@@ -2632,14 +2632,14 @@
|
|
|
2632
2632
|
}
|
|
2633
2633
|
},
|
|
2634
2634
|
"node_modules/@jayree/changelog": {
|
|
2635
|
-
"version": "1.2.
|
|
2636
|
-
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.
|
|
2637
|
-
"integrity": "sha512-
|
|
2635
|
+
"version": "1.2.39",
|
|
2636
|
+
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.39.tgz",
|
|
2637
|
+
"integrity": "sha512-d/coEvYgkBiYJNcLNcoFY5Dp2zt9urRAKfclWLfFKny/S+mhi1/6PlaW7WV8TaIzOX6/vtIzLaSj4rWvqTl5YQ==",
|
|
2638
2638
|
"license": "BSD-3-Clause",
|
|
2639
2639
|
"dependencies": {
|
|
2640
2640
|
"debug": "^4.4.1",
|
|
2641
2641
|
"fs-extra": "^11.3.6",
|
|
2642
|
-
"marked": "^18.0.
|
|
2642
|
+
"marked": "^18.0.6",
|
|
2643
2643
|
"marked-terminal": "^7.3.0",
|
|
2644
2644
|
"semver": "^7.8.5",
|
|
2645
2645
|
"semver-compare": "^1.0.0"
|
|
@@ -2688,9 +2688,9 @@
|
|
|
2688
2688
|
}
|
|
2689
2689
|
},
|
|
2690
2690
|
"node_modules/@jayree/changelog/node_modules/marked": {
|
|
2691
|
-
"version": "18.0.
|
|
2692
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-18.0.
|
|
2693
|
-
"integrity": "sha512-
|
|
2691
|
+
"version": "18.0.7",
|
|
2692
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-18.0.7.tgz",
|
|
2693
|
+
"integrity": "sha512-iDVQ5ldaiKXn6b2JroX5kgRfmwgqolW7NpaEzTl1k/2Zh1njIEN9yniyLV/mOvWwtsE8OGgkjsCYvijuPk1dtA==",
|
|
2694
2694
|
"license": "MIT",
|
|
2695
2695
|
"bin": {
|
|
2696
2696
|
"marked": "bin/marked.js"
|
|
@@ -2878,17 +2878,17 @@
|
|
|
2878
2878
|
"license": "MIT"
|
|
2879
2879
|
},
|
|
2880
2880
|
"node_modules/@jayree/sfdx-plugin-org": {
|
|
2881
|
-
"version": "1.2.
|
|
2882
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
2883
|
-
"integrity": "sha512-
|
|
2881
|
+
"version": "1.2.183",
|
|
2882
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.183.tgz",
|
|
2883
|
+
"integrity": "sha512-iYetXxVCSCcYk656I+slmQueUqlDItDV30iUWQXSSVr5e5Y8vTPDU9/n87d0VLI7tr7soajrSxxG6NTpa7RfxA==",
|
|
2884
2884
|
"license": "Apache-2.0",
|
|
2885
2885
|
"dependencies": {
|
|
2886
|
-
"@jayree/changelog": "^1.2.
|
|
2886
|
+
"@jayree/changelog": "^1.2.39",
|
|
2887
2887
|
"@jsforce/jsforce-node": "^3.10.19",
|
|
2888
2888
|
"@listr2/prompt-adapter-enquirer": "^3.0.5",
|
|
2889
|
-
"@oclif/core": "^4.
|
|
2890
|
-
"@salesforce/core": "^8.32.
|
|
2891
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
2889
|
+
"@oclif/core": "^4.13.2",
|
|
2890
|
+
"@salesforce/core": "^8.32.6",
|
|
2891
|
+
"@salesforce/sf-plugins-core": "^12.2.28",
|
|
2892
2892
|
"@salesforce/source-deploy-retrieve": "^12.37.2",
|
|
2893
2893
|
"@salesforce/ts-types": "^2.0.12",
|
|
2894
2894
|
"chalk": "^5.6.2",
|
|
@@ -2896,12 +2896,12 @@
|
|
|
2896
2896
|
"cli-truncate": "^5.2.0",
|
|
2897
2897
|
"debug": "^4.4.3",
|
|
2898
2898
|
"enquirer": "^2.4.1",
|
|
2899
|
-
"fs-extra": "^11.
|
|
2899
|
+
"fs-extra": "^11.4.0",
|
|
2900
2900
|
"is-docker": "^4.0.0",
|
|
2901
2901
|
"is-wsl": "^3.1.1",
|
|
2902
2902
|
"listr2": "^9.0.5",
|
|
2903
2903
|
"log-update": "^7.2.0",
|
|
2904
|
-
"playwright-chromium": "^1.
|
|
2904
|
+
"playwright-chromium": "^1.62.0",
|
|
2905
2905
|
"tabletojson": "4.1.12",
|
|
2906
2906
|
"tslib": "^2.8.1",
|
|
2907
2907
|
"wrap-ansi": "^9.0.2"
|
|
@@ -3067,23 +3067,23 @@
|
|
|
3067
3067
|
}
|
|
3068
3068
|
},
|
|
3069
3069
|
"node_modules/@jayree/sfdx-plugin-prettier": {
|
|
3070
|
-
"version": "1.3.
|
|
3071
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
3072
|
-
"integrity": "sha512-
|
|
3070
|
+
"version": "1.3.179",
|
|
3071
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.179.tgz",
|
|
3072
|
+
"integrity": "sha512-M+IarkFlIbKjJtwg2UEKrIF6kCobjNhnyEVg3bSE84u50M9JBjkRc6kgPGW2xU6Wnq/EjLNISQGk6ouXYdG3xw==",
|
|
3073
3073
|
"license": "Apache-2.0",
|
|
3074
3074
|
"dependencies": {
|
|
3075
|
-
"@jayree/changelog": "^1.2.
|
|
3076
|
-
"@oclif/core": "^4.
|
|
3075
|
+
"@jayree/changelog": "^1.2.39",
|
|
3076
|
+
"@oclif/core": "^4.13.2",
|
|
3077
3077
|
"@prettier/plugin-xml": "^3.4.2",
|
|
3078
|
-
"@salesforce/core": "^8.32.
|
|
3078
|
+
"@salesforce/core": "^8.32.6",
|
|
3079
3079
|
"@salesforce/kit": "^3.2.6",
|
|
3080
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
3080
|
+
"@salesforce/sf-plugins-core": "^12.2.28",
|
|
3081
3081
|
"@salesforce/source-deploy-retrieve": "^12.37.2",
|
|
3082
3082
|
"cli-progress": "^3.12.0",
|
|
3083
3083
|
"debug": "^4.4.1",
|
|
3084
|
-
"fs-extra": "^11.
|
|
3084
|
+
"fs-extra": "^11.4.0",
|
|
3085
3085
|
"ignore": "^7.0.6",
|
|
3086
|
-
"prettier": "^3.9.
|
|
3086
|
+
"prettier": "^3.9.6",
|
|
3087
3087
|
"prettier-plugin-apex": "^2.3.0",
|
|
3088
3088
|
"tslib": "^2.8.1"
|
|
3089
3089
|
},
|
|
@@ -3101,16 +3101,16 @@
|
|
|
3101
3101
|
}
|
|
3102
3102
|
},
|
|
3103
3103
|
"node_modules/@jayree/sfdx-plugin-source": {
|
|
3104
|
-
"version": "1.3.
|
|
3105
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
3106
|
-
"integrity": "sha512-
|
|
3104
|
+
"version": "1.3.180",
|
|
3105
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.180.tgz",
|
|
3106
|
+
"integrity": "sha512-xEcJrjV1gjoGl+Yy7Z2r7R2ehGHzAX068D22yB8/O2GAKBnqdvOD6er2JbvK6PsSiUCrYRV6mXn7fgK/YZaTEg==",
|
|
3107
3107
|
"license": "Apache-2.0",
|
|
3108
3108
|
"dependencies": {
|
|
3109
|
-
"@jayree/changelog": "^1.2.
|
|
3110
|
-
"@oclif/core": "^4.
|
|
3111
|
-
"@salesforce/core": "^8.32.
|
|
3109
|
+
"@jayree/changelog": "^1.2.39",
|
|
3110
|
+
"@oclif/core": "^4.13.2",
|
|
3111
|
+
"@salesforce/core": "^8.32.6",
|
|
3112
3112
|
"@salesforce/kit": "^3.2.6",
|
|
3113
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
3113
|
+
"@salesforce/sf-plugins-core": "^12.2.28",
|
|
3114
3114
|
"@salesforce/source-deploy-retrieve": "^12.37.2",
|
|
3115
3115
|
"@salesforce/source-tracking": "^7.8.19",
|
|
3116
3116
|
"@salesforce/ts-types": "^2.0.11",
|
|
@@ -3118,7 +3118,7 @@
|
|
|
3118
3118
|
"debug": "^4.4.3",
|
|
3119
3119
|
"deep-object-diff": "^1.1.9",
|
|
3120
3120
|
"fast-xml-parser": "^5.10.1",
|
|
3121
|
-
"fs-extra": "^11.
|
|
3121
|
+
"fs-extra": "^11.4.0",
|
|
3122
3122
|
"globby": "^16.2.2",
|
|
3123
3123
|
"object-path": "^0.11.8",
|
|
3124
3124
|
"tslib": "^2.8.1"
|
|
@@ -3535,9 +3535,9 @@
|
|
|
3535
3535
|
}
|
|
3536
3536
|
},
|
|
3537
3537
|
"node_modules/@oclif/core": {
|
|
3538
|
-
"version": "4.
|
|
3539
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.
|
|
3540
|
-
"integrity": "sha512-
|
|
3538
|
+
"version": "4.13.3",
|
|
3539
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.13.3.tgz",
|
|
3540
|
+
"integrity": "sha512-wBp2igI2KVwq2ZmpnfmGtOROo7aXZIr3OEtAS16g1wHFBqyEuswL+9K50NJWJvlpAmxd+4dVj/ycawXESU3wQQ==",
|
|
3541
3541
|
"license": "MIT",
|
|
3542
3542
|
"dependencies": {
|
|
3543
3543
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3647,9 +3647,9 @@
|
|
|
3647
3647
|
}
|
|
3648
3648
|
},
|
|
3649
3649
|
"node_modules/@oclif/plugin-help": {
|
|
3650
|
-
"version": "6.2.
|
|
3651
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
3652
|
-
"integrity": "sha512-
|
|
3650
|
+
"version": "6.2.56",
|
|
3651
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.56.tgz",
|
|
3652
|
+
"integrity": "sha512-0LkCjFGRGY7AaZb5p8gDcSPNkFrn+vNLKvGe1f7j/Z6U9Uy1cV6R2eWVsjuZTGQ3RvBvjquFPwLy1jTgR5l87w==",
|
|
3653
3653
|
"dev": true,
|
|
3654
3654
|
"license": "MIT",
|
|
3655
3655
|
"dependencies": {
|
|
@@ -3922,9 +3922,9 @@
|
|
|
3922
3922
|
}
|
|
3923
3923
|
},
|
|
3924
3924
|
"node_modules/@salesforce/core": {
|
|
3925
|
-
"version": "8.32.
|
|
3926
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.32.
|
|
3927
|
-
"integrity": "sha512-
|
|
3925
|
+
"version": "8.32.6",
|
|
3926
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.32.6.tgz",
|
|
3927
|
+
"integrity": "sha512-ZR973WoqCgi6cR58WhgokbHVZOaADNKHiuM1FAwS5pTLQnC91xYi04i2e/gpAX2AUf7Ya6zjbusYtZNpSyKKAQ==",
|
|
3928
3928
|
"license": "BSD-3-Clause",
|
|
3929
3929
|
"dependencies": {
|
|
3930
3930
|
"@jsforce/jsforce-node": "^3.10.17",
|
|
@@ -4205,9 +4205,9 @@
|
|
|
4205
4205
|
"license": "BSD-3-Clause"
|
|
4206
4206
|
},
|
|
4207
4207
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
4208
|
-
"version": "12.2.
|
|
4209
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
4210
|
-
"integrity": "sha512-
|
|
4208
|
+
"version": "12.2.28",
|
|
4209
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.28.tgz",
|
|
4210
|
+
"integrity": "sha512-amfPBfdlgYoM9LCQewtoLWOe29kY7urLnYH1a5G7QLWN74tJeXEkvc1OyM18n+f2MHmpK0/ICAg5Wq276HwxHQ==",
|
|
4211
4211
|
"license": "Apache-2.0",
|
|
4212
4212
|
"dependencies": {
|
|
4213
4213
|
"@inquirer/confirm": "^6.1.1",
|
|
@@ -8892,9 +8892,9 @@
|
|
|
8892
8892
|
}
|
|
8893
8893
|
},
|
|
8894
8894
|
"node_modules/fast-uri": {
|
|
8895
|
-
"version": "3.1.
|
|
8896
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.
|
|
8897
|
-
"integrity": "sha512-
|
|
8895
|
+
"version": "3.1.5",
|
|
8896
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.5.tgz",
|
|
8897
|
+
"integrity": "sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw==",
|
|
8898
8898
|
"funding": [
|
|
8899
8899
|
{
|
|
8900
8900
|
"type": "github",
|
|
@@ -9256,9 +9256,9 @@
|
|
|
9256
9256
|
"license": "MIT"
|
|
9257
9257
|
},
|
|
9258
9258
|
"node_modules/fs-extra": {
|
|
9259
|
-
"version": "11.
|
|
9260
|
-
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.
|
|
9261
|
-
"integrity": "sha512-
|
|
9259
|
+
"version": "11.4.0",
|
|
9260
|
+
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.4.0.tgz",
|
|
9261
|
+
"integrity": "sha512-EQsFzMUJkCKGr1ePqlYADkIUmHW1s3ZXr5Yqy6wbGrfUCphpl2maM/kyOIRA2HpP3AaFQTZXD4ldjek+nccddA==",
|
|
9262
9262
|
"license": "MIT",
|
|
9263
9263
|
"dependencies": {
|
|
9264
9264
|
"graceful-fs": "^4.2.0",
|
|
@@ -12829,9 +12829,9 @@
|
|
|
12829
12829
|
}
|
|
12830
12830
|
},
|
|
12831
12831
|
"node_modules/nock": {
|
|
12832
|
-
"version": "14.0.
|
|
12833
|
-
"resolved": "https://registry.npmjs.org/nock/-/nock-14.0.
|
|
12834
|
-
"integrity": "sha512-
|
|
12832
|
+
"version": "14.0.17",
|
|
12833
|
+
"resolved": "https://registry.npmjs.org/nock/-/nock-14.0.17.tgz",
|
|
12834
|
+
"integrity": "sha512-EjRr1weMa4ALQX35AgZTEnP+weJJjlW1KGDiNM2IQC2069YDHas4f4B4UUYR+TTLyKWxJvOz2wObDKQs/LNreA==",
|
|
12835
12835
|
"dev": true,
|
|
12836
12836
|
"license": "MIT",
|
|
12837
12837
|
"dependencies": {
|
|
@@ -13230,9 +13230,9 @@
|
|
|
13230
13230
|
}
|
|
13231
13231
|
},
|
|
13232
13232
|
"node_modules/oclif": {
|
|
13233
|
-
"version": "4.23.
|
|
13234
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.
|
|
13235
|
-
"integrity": "sha512-
|
|
13233
|
+
"version": "4.23.29",
|
|
13234
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.29.tgz",
|
|
13235
|
+
"integrity": "sha512-pUekmMh+wwIbFq3xX1EfkgZ7RuYuuSbdhJiB+20zqSfGE8Tt9T+K9br1/vmsaIOxfDo0Dw3jxLBk4JZOMFEMeQ==",
|
|
13236
13236
|
"dev": true,
|
|
13237
13237
|
"license": "MIT",
|
|
13238
13238
|
"dependencies": {
|
|
@@ -14260,31 +14260,31 @@
|
|
|
14260
14260
|
}
|
|
14261
14261
|
},
|
|
14262
14262
|
"node_modules/playwright-chromium": {
|
|
14263
|
-
"version": "1.
|
|
14264
|
-
"resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.
|
|
14265
|
-
"integrity": "sha512-
|
|
14263
|
+
"version": "1.62.1",
|
|
14264
|
+
"resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.62.1.tgz",
|
|
14265
|
+
"integrity": "sha512-yRMzeViD44qD1ZVMNupp82NJQNjumZ02W5r7+DmtD5+7aP9+v66a0PsAk63ewpVDH1GxMf/J/mO+TS1sTaK29w==",
|
|
14266
14266
|
"hasInstallScript": true,
|
|
14267
14267
|
"license": "Apache-2.0",
|
|
14268
14268
|
"dependencies": {
|
|
14269
|
-
"playwright-core": "1.
|
|
14269
|
+
"playwright-core": "1.62.1"
|
|
14270
14270
|
},
|
|
14271
14271
|
"bin": {
|
|
14272
14272
|
"playwright": "cli.js"
|
|
14273
14273
|
},
|
|
14274
14274
|
"engines": {
|
|
14275
|
-
"node": ">=
|
|
14275
|
+
"node": ">=20"
|
|
14276
14276
|
}
|
|
14277
14277
|
},
|
|
14278
14278
|
"node_modules/playwright-core": {
|
|
14279
|
-
"version": "1.
|
|
14280
|
-
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.
|
|
14281
|
-
"integrity": "sha512-
|
|
14279
|
+
"version": "1.62.1",
|
|
14280
|
+
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.62.1.tgz",
|
|
14281
|
+
"integrity": "sha512-wPYSwEBJY9GHraISXqyqtx0na0LpO3XEX7jNDhntbex7tzUS7kLnZsOlFruFJB4Hi/rhDMjXGqHewDZ68nYZVw==",
|
|
14282
14282
|
"license": "Apache-2.0",
|
|
14283
14283
|
"bin": {
|
|
14284
14284
|
"playwright-core": "cli.js"
|
|
14285
14285
|
},
|
|
14286
14286
|
"engines": {
|
|
14287
|
-
"node": ">=
|
|
14287
|
+
"node": ">=20"
|
|
14288
14288
|
}
|
|
14289
14289
|
},
|
|
14290
14290
|
"node_modules/pluralize": {
|
package/oclif.lock
CHANGED
|
@@ -1009,14 +1009,14 @@
|
|
|
1009
1009
|
resolved "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz"
|
|
1010
1010
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
|
1011
1011
|
|
|
1012
|
-
"@jayree/changelog@^1.2.23", "@jayree/changelog@^1.2.
|
|
1013
|
-
version "1.2.
|
|
1014
|
-
resolved "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.
|
|
1015
|
-
integrity sha512-
|
|
1012
|
+
"@jayree/changelog@^1.2.23", "@jayree/changelog@^1.2.39":
|
|
1013
|
+
version "1.2.39"
|
|
1014
|
+
resolved "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.39.tgz"
|
|
1015
|
+
integrity sha512-d/coEvYgkBiYJNcLNcoFY5Dp2zt9urRAKfclWLfFKny/S+mhi1/6PlaW7WV8TaIzOX6/vtIzLaSj4rWvqTl5YQ==
|
|
1016
1016
|
dependencies:
|
|
1017
1017
|
debug "^4.4.1"
|
|
1018
1018
|
fs-extra "^11.3.6"
|
|
1019
|
-
marked "^18.0.
|
|
1019
|
+
marked "^18.0.6"
|
|
1020
1020
|
marked-terminal "^7.3.0"
|
|
1021
1021
|
semver "^7.8.5"
|
|
1022
1022
|
semver-compare "^1.0.0"
|
|
@@ -1040,17 +1040,17 @@
|
|
|
1040
1040
|
graceful-fs "^4.2.11"
|
|
1041
1041
|
isomorphic-git "1.36.3"
|
|
1042
1042
|
|
|
1043
|
-
"@jayree/sfdx-plugin-org@^1.2.
|
|
1044
|
-
version "1.2.
|
|
1045
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
1046
|
-
integrity sha512-
|
|
1043
|
+
"@jayree/sfdx-plugin-org@^1.2.183":
|
|
1044
|
+
version "1.2.183"
|
|
1045
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.183.tgz"
|
|
1046
|
+
integrity sha512-iYetXxVCSCcYk656I+slmQueUqlDItDV30iUWQXSSVr5e5Y8vTPDU9/n87d0VLI7tr7soajrSxxG6NTpa7RfxA==
|
|
1047
1047
|
dependencies:
|
|
1048
|
-
"@jayree/changelog" "^1.2.
|
|
1048
|
+
"@jayree/changelog" "^1.2.39"
|
|
1049
1049
|
"@jsforce/jsforce-node" "^3.10.19"
|
|
1050
1050
|
"@listr2/prompt-adapter-enquirer" "^3.0.5"
|
|
1051
|
-
"@oclif/core" "^4.
|
|
1052
|
-
"@salesforce/core" "^8.32.
|
|
1053
|
-
"@salesforce/sf-plugins-core" "^12.2.
|
|
1051
|
+
"@oclif/core" "^4.13.2"
|
|
1052
|
+
"@salesforce/core" "^8.32.6"
|
|
1053
|
+
"@salesforce/sf-plugins-core" "^12.2.28"
|
|
1054
1054
|
"@salesforce/source-deploy-retrieve" "^12.37.2"
|
|
1055
1055
|
"@salesforce/ts-types" "^2.0.12"
|
|
1056
1056
|
chalk "^5.6.2"
|
|
@@ -1058,46 +1058,46 @@
|
|
|
1058
1058
|
cli-truncate "^5.2.0"
|
|
1059
1059
|
debug "^4.4.3"
|
|
1060
1060
|
enquirer "^2.4.1"
|
|
1061
|
-
fs-extra "^11.
|
|
1061
|
+
fs-extra "^11.4.0"
|
|
1062
1062
|
is-docker "^4.0.0"
|
|
1063
1063
|
is-wsl "^3.1.1"
|
|
1064
1064
|
listr2 "^9.0.5"
|
|
1065
1065
|
log-update "^7.2.0"
|
|
1066
|
-
playwright-chromium "^1.
|
|
1066
|
+
playwright-chromium "^1.62.0"
|
|
1067
1067
|
tabletojson "4.1.12"
|
|
1068
1068
|
tslib "^2.8.1"
|
|
1069
1069
|
wrap-ansi "^9.0.2"
|
|
1070
1070
|
|
|
1071
|
-
"@jayree/sfdx-plugin-prettier@^1.3.
|
|
1072
|
-
version "1.3.
|
|
1073
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
1074
|
-
integrity sha512-
|
|
1071
|
+
"@jayree/sfdx-plugin-prettier@^1.3.179":
|
|
1072
|
+
version "1.3.179"
|
|
1073
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.179.tgz"
|
|
1074
|
+
integrity sha512-M+IarkFlIbKjJtwg2UEKrIF6kCobjNhnyEVg3bSE84u50M9JBjkRc6kgPGW2xU6Wnq/EjLNISQGk6ouXYdG3xw==
|
|
1075
1075
|
dependencies:
|
|
1076
|
-
"@jayree/changelog" "^1.2.
|
|
1077
|
-
"@oclif/core" "^4.
|
|
1076
|
+
"@jayree/changelog" "^1.2.39"
|
|
1077
|
+
"@oclif/core" "^4.13.2"
|
|
1078
1078
|
"@prettier/plugin-xml" "^3.4.2"
|
|
1079
|
-
"@salesforce/core" "^8.32.
|
|
1079
|
+
"@salesforce/core" "^8.32.6"
|
|
1080
1080
|
"@salesforce/kit" "^3.2.6"
|
|
1081
|
-
"@salesforce/sf-plugins-core" "^12.2.
|
|
1081
|
+
"@salesforce/sf-plugins-core" "^12.2.28"
|
|
1082
1082
|
"@salesforce/source-deploy-retrieve" "^12.37.2"
|
|
1083
1083
|
cli-progress "^3.12.0"
|
|
1084
1084
|
debug "^4.4.1"
|
|
1085
|
-
fs-extra "^11.
|
|
1085
|
+
fs-extra "^11.4.0"
|
|
1086
1086
|
ignore "^7.0.6"
|
|
1087
|
-
prettier "^3.9.
|
|
1087
|
+
prettier "^3.9.6"
|
|
1088
1088
|
prettier-plugin-apex "^2.3.0"
|
|
1089
1089
|
tslib "^2.8.1"
|
|
1090
1090
|
|
|
1091
|
-
"@jayree/sfdx-plugin-source@^1.3.
|
|
1092
|
-
version "1.3.
|
|
1093
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
1094
|
-
integrity sha512-
|
|
1091
|
+
"@jayree/sfdx-plugin-source@^1.3.180":
|
|
1092
|
+
version "1.3.180"
|
|
1093
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.180.tgz"
|
|
1094
|
+
integrity sha512-xEcJrjV1gjoGl+Yy7Z2r7R2ehGHzAX068D22yB8/O2GAKBnqdvOD6er2JbvK6PsSiUCrYRV6mXn7fgK/YZaTEg==
|
|
1095
1095
|
dependencies:
|
|
1096
|
-
"@jayree/changelog" "^1.2.
|
|
1097
|
-
"@oclif/core" "^4.
|
|
1098
|
-
"@salesforce/core" "^8.32.
|
|
1096
|
+
"@jayree/changelog" "^1.2.39"
|
|
1097
|
+
"@oclif/core" "^4.13.2"
|
|
1098
|
+
"@salesforce/core" "^8.32.6"
|
|
1099
1099
|
"@salesforce/kit" "^3.2.6"
|
|
1100
|
-
"@salesforce/sf-plugins-core" "^12.2.
|
|
1100
|
+
"@salesforce/sf-plugins-core" "^12.2.28"
|
|
1101
1101
|
"@salesforce/source-deploy-retrieve" "^12.37.2"
|
|
1102
1102
|
"@salesforce/source-tracking" "^7.8.19"
|
|
1103
1103
|
"@salesforce/ts-types" "^2.0.11"
|
|
@@ -1105,7 +1105,7 @@
|
|
|
1105
1105
|
debug "^4.4.3"
|
|
1106
1106
|
deep-object-diff "^1.1.9"
|
|
1107
1107
|
fast-xml-parser "^5.10.1"
|
|
1108
|
-
fs-extra "^11.
|
|
1108
|
+
fs-extra "^11.4.0"
|
|
1109
1109
|
globby "^16.2.2"
|
|
1110
1110
|
object-path "^0.11.8"
|
|
1111
1111
|
tslib "^2.8.1"
|
|
@@ -1287,10 +1287,10 @@
|
|
|
1287
1287
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1288
1288
|
fastq "^1.6.0"
|
|
1289
1289
|
|
|
1290
|
-
"@oclif/core@^4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.
|
|
1291
|
-
version "4.
|
|
1292
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.
|
|
1293
|
-
integrity sha512-
|
|
1290
|
+
"@oclif/core@^4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.4", "@oclif/core@^4.13.2", "@oclif/core@^4.8.0":
|
|
1291
|
+
version "4.13.3"
|
|
1292
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.13.3.tgz"
|
|
1293
|
+
integrity sha512-wBp2igI2KVwq2ZmpnfmGtOROo7aXZIr3OEtAS16g1wHFBqyEuswL+9K50NJWJvlpAmxd+4dVj/ycawXESU3wQQ==
|
|
1294
1294
|
dependencies:
|
|
1295
1295
|
ansi-escapes "^4.3.2"
|
|
1296
1296
|
ansis "^3.17.0"
|
|
@@ -1311,10 +1311,10 @@
|
|
|
1311
1311
|
wordwrap "^1.0.0"
|
|
1312
1312
|
wrap-ansi "^7.0.0"
|
|
1313
1313
|
|
|
1314
|
-
"@oclif/plugin-help@^6.2.53":
|
|
1315
|
-
version "6.2.
|
|
1316
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
1317
|
-
integrity sha512-
|
|
1314
|
+
"@oclif/plugin-help@^6.2.53", "@oclif/plugin-help@^6.2.56":
|
|
1315
|
+
version "6.2.56"
|
|
1316
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.56.tgz"
|
|
1317
|
+
integrity sha512-0LkCjFGRGY7AaZb5p8gDcSPNkFrn+vNLKvGe1f7j/Z6U9Uy1cV6R2eWVsjuZTGQ3RvBvjquFPwLy1jTgR5l87w==
|
|
1318
1318
|
dependencies:
|
|
1319
1319
|
"@oclif/core" "^4"
|
|
1320
1320
|
|
|
@@ -1422,10 +1422,10 @@
|
|
|
1422
1422
|
dependencies:
|
|
1423
1423
|
"@xml-tools/parser" "^1.0.11"
|
|
1424
1424
|
|
|
1425
|
-
"@salesforce/core@^8.23.1", "@salesforce/core@^8.24.0", "@salesforce/core@^8.25.0", "@salesforce/core@^8.31.2", "@salesforce/core@^8.31.4", "@salesforce/core@^8.32.2", "@salesforce/core@^8.32.
|
|
1426
|
-
version "8.32.
|
|
1427
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.32.
|
|
1428
|
-
integrity sha512-
|
|
1425
|
+
"@salesforce/core@^8.23.1", "@salesforce/core@^8.24.0", "@salesforce/core@^8.25.0", "@salesforce/core@^8.31.2", "@salesforce/core@^8.31.4", "@salesforce/core@^8.32.2", "@salesforce/core@^8.32.6":
|
|
1426
|
+
version "8.32.6"
|
|
1427
|
+
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.32.6.tgz"
|
|
1428
|
+
integrity sha512-ZR973WoqCgi6cR58WhgokbHVZOaADNKHiuM1FAwS5pTLQnC91xYi04i2e/gpAX2AUf7Ya6zjbusYtZNpSyKKAQ==
|
|
1429
1429
|
dependencies:
|
|
1430
1430
|
"@jsforce/jsforce-node" "^3.10.17"
|
|
1431
1431
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -1496,10 +1496,10 @@
|
|
|
1496
1496
|
resolved "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz"
|
|
1497
1497
|
integrity sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==
|
|
1498
1498
|
|
|
1499
|
-
"@salesforce/sf-plugins-core@^12.2.
|
|
1500
|
-
version "12.2.
|
|
1501
|
-
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
1502
|
-
integrity sha512-
|
|
1499
|
+
"@salesforce/sf-plugins-core@^12.2.28", "@salesforce/sf-plugins-core@^12.2.6":
|
|
1500
|
+
version "12.2.28"
|
|
1501
|
+
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.28.tgz"
|
|
1502
|
+
integrity sha512-amfPBfdlgYoM9LCQewtoLWOe29kY7urLnYH1a5G7QLWN74tJeXEkvc1OyM18n+f2MHmpK0/ICAg5Wq276HwxHQ==
|
|
1503
1503
|
dependencies:
|
|
1504
1504
|
"@inquirer/confirm" "^6.1.1"
|
|
1505
1505
|
"@inquirer/password" "^5.1.1"
|
|
@@ -4079,9 +4079,9 @@ fast-string-width@^3.0.2:
|
|
|
4079
4079
|
fast-string-truncated-width "^3.0.2"
|
|
4080
4080
|
|
|
4081
4081
|
fast-uri@^3.0.1:
|
|
4082
|
-
version "3.1.
|
|
4083
|
-
resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.
|
|
4084
|
-
integrity sha512-
|
|
4082
|
+
version "3.1.5"
|
|
4083
|
+
resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.5.tgz"
|
|
4084
|
+
integrity sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw==
|
|
4085
4085
|
|
|
4086
4086
|
fast-wrap-ansi@^0.2.0:
|
|
4087
4087
|
version "0.2.0"
|
|
@@ -4310,10 +4310,10 @@ fs-extra@^10.0.0:
|
|
|
4310
4310
|
jsonfile "^6.0.1"
|
|
4311
4311
|
universalify "^2.0.0"
|
|
4312
4312
|
|
|
4313
|
-
fs-extra@^11.0.0, fs-extra@^11.2.0, fs-extra@^11.3.3, fs-extra@^11.3.6:
|
|
4314
|
-
version "11.
|
|
4315
|
-
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.
|
|
4316
|
-
integrity sha512-
|
|
4313
|
+
fs-extra@^11.0.0, fs-extra@^11.2.0, fs-extra@^11.3.3, fs-extra@^11.3.6, fs-extra@^11.4.0:
|
|
4314
|
+
version "11.4.0"
|
|
4315
|
+
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.4.0.tgz"
|
|
4316
|
+
integrity sha512-EQsFzMUJkCKGr1ePqlYADkIUmHW1s3ZXr5Yqy6wbGrfUCphpl2maM/kyOIRA2HpP3AaFQTZXD4ldjek+nccddA==
|
|
4317
4317
|
dependencies:
|
|
4318
4318
|
graceful-fs "^4.2.0"
|
|
4319
4319
|
jsonfile "^6.0.1"
|
|
@@ -6002,10 +6002,10 @@ marked@^13.0.0:
|
|
|
6002
6002
|
resolved "https://registry.npmjs.org/marked/-/marked-13.0.2.tgz"
|
|
6003
6003
|
integrity sha512-J6CPjP8pS5sgrRqxVRvkCIkZ6MFdRIjDkwUwgJ9nL2fbmM6qGQeB2C16hi8Cc9BOzj6xXzy0jyi0iPIfnMHYzA==
|
|
6004
6004
|
|
|
6005
|
-
marked@^18.0.
|
|
6006
|
-
version "18.0.
|
|
6007
|
-
resolved "https://registry.npmjs.org/marked/-/marked-18.0.
|
|
6008
|
-
integrity sha512-
|
|
6005
|
+
marked@^18.0.6, "marked@>=1 <16":
|
|
6006
|
+
version "18.0.7"
|
|
6007
|
+
resolved "https://registry.npmjs.org/marked/-/marked-18.0.7.tgz"
|
|
6008
|
+
integrity sha512-iDVQ5ldaiKXn6b2JroX5kgRfmwgqolW7NpaEzTl1k/2Zh1njIEN9yniyLV/mOvWwtsE8OGgkjsCYvijuPk1dtA==
|
|
6009
6009
|
|
|
6010
6010
|
math-intrinsics@^1.1.0:
|
|
6011
6011
|
version "1.1.0"
|
|
@@ -6333,10 +6333,10 @@ no-case@^3.0.4:
|
|
|
6333
6333
|
lower-case "^2.0.2"
|
|
6334
6334
|
tslib "^2.0.3"
|
|
6335
6335
|
|
|
6336
|
-
nock@^14.0.
|
|
6337
|
-
version "14.0.
|
|
6338
|
-
resolved "https://registry.npmjs.org/nock/-/nock-14.0.
|
|
6339
|
-
integrity sha512-
|
|
6336
|
+
nock@^14.0.17:
|
|
6337
|
+
version "14.0.17"
|
|
6338
|
+
resolved "https://registry.npmjs.org/nock/-/nock-14.0.17.tgz"
|
|
6339
|
+
integrity sha512-EjRr1weMa4ALQX35AgZTEnP+weJJjlW1KGDiNM2IQC2069YDHas4f4B4UUYR+TTLyKWxJvOz2wObDKQs/LNreA==
|
|
6340
6340
|
dependencies:
|
|
6341
6341
|
"@mswjs/interceptors" "^0.41.0"
|
|
6342
6342
|
json-stringify-safe "^5.0.1"
|
|
@@ -6532,10 +6532,10 @@ object.values@^1.1.7:
|
|
|
6532
6532
|
define-properties "^1.2.0"
|
|
6533
6533
|
es-abstract "^1.22.1"
|
|
6534
6534
|
|
|
6535
|
-
oclif@^4.23.
|
|
6536
|
-
version "4.23.
|
|
6537
|
-
resolved "https://registry.npmjs.org/oclif/-/oclif-4.23.
|
|
6538
|
-
integrity sha512-
|
|
6535
|
+
oclif@^4.23.29:
|
|
6536
|
+
version "4.23.29"
|
|
6537
|
+
resolved "https://registry.npmjs.org/oclif/-/oclif-4.23.29.tgz"
|
|
6538
|
+
integrity sha512-pUekmMh+wwIbFq3xX1EfkgZ7RuYuuSbdhJiB+20zqSfGE8Tt9T+K9br1/vmsaIOxfDo0Dw3jxLBk4JZOMFEMeQ==
|
|
6539
6539
|
dependencies:
|
|
6540
6540
|
"@aws-sdk/client-cloudfront" "^3.1079.0"
|
|
6541
6541
|
"@aws-sdk/client-s3" "^3.1079.0"
|
|
@@ -6995,17 +6995,17 @@ pkg-dir@^4.1.0:
|
|
|
6995
6995
|
dependencies:
|
|
6996
6996
|
find-up "^4.0.0"
|
|
6997
6997
|
|
|
6998
|
-
playwright-chromium@^1.
|
|
6999
|
-
version "1.
|
|
7000
|
-
resolved "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.
|
|
7001
|
-
integrity sha512-
|
|
6998
|
+
playwright-chromium@^1.62.0:
|
|
6999
|
+
version "1.62.1"
|
|
7000
|
+
resolved "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.62.1.tgz"
|
|
7001
|
+
integrity sha512-yRMzeViD44qD1ZVMNupp82NJQNjumZ02W5r7+DmtD5+7aP9+v66a0PsAk63ewpVDH1GxMf/J/mO+TS1sTaK29w==
|
|
7002
7002
|
dependencies:
|
|
7003
|
-
playwright-core "1.
|
|
7003
|
+
playwright-core "1.62.1"
|
|
7004
7004
|
|
|
7005
|
-
playwright-core@1.
|
|
7006
|
-
version "1.
|
|
7007
|
-
resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.
|
|
7008
|
-
integrity sha512-
|
|
7005
|
+
playwright-core@1.62.1:
|
|
7006
|
+
version "1.62.1"
|
|
7007
|
+
resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.62.1.tgz"
|
|
7008
|
+
integrity sha512-wPYSwEBJY9GHraISXqyqtx0na0LpO3XEX7jNDhntbex7tzUS7kLnZsOlFruFJB4Hi/rhDMjXGqHewDZ68nYZVw==
|
|
7009
7009
|
|
|
7010
7010
|
pluralize@^8.0.0:
|
|
7011
7011
|
version "8.0.0"
|
|
@@ -7047,7 +7047,7 @@ prettier@^2.0.0, prettier@^2.8.8:
|
|
|
7047
7047
|
resolved "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz"
|
|
7048
7048
|
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
|
|
7049
7049
|
|
|
7050
|
-
prettier@^3.0.0, prettier@^3.9.
|
|
7050
|
+
prettier@^3.0.0, prettier@^3.9.6, prettier@>=3.0.0:
|
|
7051
7051
|
version "3.9.6"
|
|
7052
7052
|
resolved "https://registry.npmjs.org/prettier/-/prettier-3.9.6.tgz"
|
|
7053
7053
|
integrity sha512-OpN0zzVdiaiAhxpuuj5efpIS4sY9j7bY6uR5mnj5yPzGkdkjNKSJeUThPb60Jw29QuAZgA4o+/iB49kFiaBX6g==
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
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.220",
|
|
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.183",
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.179",
|
|
12
|
+
"@jayree/sfdx-plugin-source": "^1.3.180"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@oclif/plugin-help": "^6.2.
|
|
15
|
+
"@oclif/plugin-help": "^6.2.56",
|
|
16
16
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
17
17
|
"@salesforce/ts-sinon": "^1.4.36",
|
|
18
18
|
"c8": "^12.0.0",
|
|
19
19
|
"eslint-config-salesforce-license": "^1.0.2",
|
|
20
20
|
"eslint-plugin-prettier": "^5.5.6",
|
|
21
21
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
22
|
-
"nock": "^14.0.
|
|
23
|
-
"oclif": "^4.23.
|
|
22
|
+
"nock": "^14.0.17",
|
|
23
|
+
"oclif": "^4.23.29",
|
|
24
24
|
"patch-package": "^8.0.1",
|
|
25
25
|
"pinst": "^3.0.0",
|
|
26
26
|
"prettier": "^3.9.6",
|