sfdx-jayree 4.8.217 → 4.8.219
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 +18 -0
- package/README.md +12 -12
- package/npm-shrinkwrap.json +61 -61
- package/oclif.lock +64 -64
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## [4.8.219](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.218...v4.8.219) (2026-07-31)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **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))
|
|
7
|
+
* **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))
|
|
8
|
+
* **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))
|
|
9
|
+
* **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))
|
|
10
|
+
|
|
11
|
+
## [4.8.218](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.217...v4.8.218) (2026-07-24)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **deps:** bump fast-uri from 3.1.2 to 3.1.4 ([#2049](https://github.com/jayree/sfdx-jayree-plugin/issues/2049)) ([88ed2a6](https://github.com/jayree/sfdx-jayree-plugin/commit/88ed2a69b8eb4589ec83c74a4d3d4eb59acccb64))
|
|
17
|
+
* **deps:** bump linkify-it from 5.0.1 to 5.0.2 ([#2050](https://github.com/jayree/sfdx-jayree-plugin/issues/2050)) ([7d9c8b2](https://github.com/jayree/sfdx-jayree-plugin/commit/7d9c8b22c86e283cc66f726f557cb10b6c34964b))
|
|
18
|
+
|
|
1
19
|
## [4.8.217](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.216...v4.8.217) (2026-07-17)
|
|
2
20
|
|
|
3
21
|
|
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.182/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.182/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.182/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.182/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.182/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.182/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.178/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.178/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.178/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.178/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.178/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.178/src/commands/jayree/project/store/tracking/set.ts)_
|
|
498
498
|
<!-- commandsstop -->
|
|
499
499
|
|
|
500
500
|
## Hooks
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.219",
|
|
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.219",
|
|
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.182",
|
|
14
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.178",
|
|
15
|
+
"@jayree/sfdx-plugin-source": "^1.3.178"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@oclif/plugin-help": "^6.2.
|
|
18
|
+
"@oclif/plugin-help": "^6.2.55",
|
|
19
19
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
20
20
|
"@salesforce/ts-sinon": "^1.4.36",
|
|
21
21
|
"c8": "^12.0.0",
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
"eslint-plugin-prettier": "^5.5.6",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
25
25
|
"nock": "^14.0.16",
|
|
26
|
-
"oclif": "^4.23.
|
|
26
|
+
"oclif": "^4.23.29",
|
|
27
27
|
"patch-package": "^8.0.1",
|
|
28
28
|
"pinst": "^3.0.0",
|
|
29
|
-
"prettier": "^3.9.
|
|
29
|
+
"prettier": "^3.9.6",
|
|
30
30
|
"pretty-quick": "^4.2.2",
|
|
31
31
|
"ts-node": "^10.9.2",
|
|
32
32
|
"typescript": "^5.9.3"
|
|
@@ -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,16 +2878,16 @@
|
|
|
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.182",
|
|
2882
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.182.tgz",
|
|
2883
|
+
"integrity": "sha512-klSMXhCk+d3RbENfUUX2lUwB04udWxP59TPrypd0JbyOhosuBAIyTt/t7oKOAkaFNCFtwqSDr3o4c6acmoMT1A==",
|
|
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.
|
|
2889
|
+
"@oclif/core": "^4.13.0",
|
|
2890
|
+
"@salesforce/core": "^8.32.6",
|
|
2891
2891
|
"@salesforce/sf-plugins-core": "^12.2.26",
|
|
2892
2892
|
"@salesforce/source-deploy-retrieve": "^12.37.2",
|
|
2893
2893
|
"@salesforce/ts-types": "^2.0.12",
|
|
@@ -2896,7 +2896,7 @@
|
|
|
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",
|
|
@@ -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.178",
|
|
3071
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.178.tgz",
|
|
3072
|
+
"integrity": "sha512-GEh7yyol+vs0j3HqgaNNi26YHRytgcdy+EpF7vABm/DoGnlzBfV9YwspT7HCNZzotA66algaMaWG+erlNxWvVQ==",
|
|
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.0",
|
|
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
3080
|
"@salesforce/sf-plugins-core": "^12.2.26",
|
|
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,14 +3101,14 @@
|
|
|
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.178",
|
|
3105
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.178.tgz",
|
|
3106
|
+
"integrity": "sha512-sWSHekN54XR2uXSwKWCr+E61LciLbM92XSXhN+NGx6e1D6mXga1aAnJVGk0SIw14syS3H73LM+RX2YISSNrcBg==",
|
|
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.0",
|
|
3111
|
+
"@salesforce/core": "^8.32.6",
|
|
3112
3112
|
"@salesforce/kit": "^3.2.6",
|
|
3113
3113
|
"@salesforce/sf-plugins-core": "^12.2.26",
|
|
3114
3114
|
"@salesforce/source-deploy-retrieve": "^12.37.2",
|
|
@@ -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.2",
|
|
3539
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.13.2.tgz",
|
|
3540
|
+
"integrity": "sha512-YWQs0JvESCliWopKtCZqPLgEB1e3oqR+KYecMReseYWbo7E73Rz2tFwQDFQtAp48VLMiAsiTPKKQaZAo+ghzLw==",
|
|
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.55",
|
|
3651
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.55.tgz",
|
|
3652
|
+
"integrity": "sha512-IamFqLPoD8KTZbGSAu24EFe2kNibMrL/WA8+4EvnbdkYqZGUcizVqeXUIxzns3SES99wgqOtsK3DtLB3V3kIJQ==",
|
|
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",
|
|
@@ -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.4",
|
|
8896
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.4.tgz",
|
|
8897
|
+
"integrity": "sha512-8JnbkQ4juDyvYs4mgFGQqg4yCYtFDtUtmp2QIQq11ZZe5CFQ5wcqm1rqDgAh/QdMySuBnPzMUiJUNZG5N/AiQw==",
|
|
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",
|
|
@@ -11449,9 +11449,9 @@
|
|
|
11449
11449
|
"license": "MIT"
|
|
11450
11450
|
},
|
|
11451
11451
|
"node_modules/linkify-it": {
|
|
11452
|
-
"version": "5.0.
|
|
11453
|
-
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.
|
|
11454
|
-
"integrity": "sha512-
|
|
11452
|
+
"version": "5.0.2",
|
|
11453
|
+
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.2.tgz",
|
|
11454
|
+
"integrity": "sha512-ONTm2jCMAVZjgQa/Fy1kScXsuOoF5NPTsoFBdE1KVIZ2vAh/r9+Bqo+0jINCBYnavTPQZz38QzFTme79ENoN3Q==",
|
|
11455
11455
|
"dev": true,
|
|
11456
11456
|
"funding": [
|
|
11457
11457
|
{
|
|
@@ -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": {
|
|
@@ -14317,9 +14317,9 @@
|
|
|
14317
14317
|
}
|
|
14318
14318
|
},
|
|
14319
14319
|
"node_modules/prettier": {
|
|
14320
|
-
"version": "3.9.
|
|
14321
|
-
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.
|
|
14322
|
-
"integrity": "sha512
|
|
14320
|
+
"version": "3.9.6",
|
|
14321
|
+
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.6.tgz",
|
|
14322
|
+
"integrity": "sha512-OpN0zzVdiaiAhxpuuj5efpIS4sY9j7bY6uR5mnj5yPzGkdkjNKSJeUThPb60Jw29QuAZgA4o+/iB49kFiaBX6g==",
|
|
14323
14323
|
"license": "MIT",
|
|
14324
14324
|
"bin": {
|
|
14325
14325
|
"prettier": "bin/prettier.cjs"
|
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,16 +1040,16 @@
|
|
|
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.182":
|
|
1044
|
+
version "1.2.182"
|
|
1045
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.182.tgz"
|
|
1046
|
+
integrity sha512-klSMXhCk+d3RbENfUUX2lUwB04udWxP59TPrypd0JbyOhosuBAIyTt/t7oKOAkaFNCFtwqSDr3o4c6acmoMT1A==
|
|
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.
|
|
1051
|
+
"@oclif/core" "^4.13.0"
|
|
1052
|
+
"@salesforce/core" "^8.32.6"
|
|
1053
1053
|
"@salesforce/sf-plugins-core" "^12.2.26"
|
|
1054
1054
|
"@salesforce/source-deploy-retrieve" "^12.37.2"
|
|
1055
1055
|
"@salesforce/ts-types" "^2.0.12"
|
|
@@ -1058,7 +1058,7 @@
|
|
|
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"
|
|
@@ -1068,34 +1068,34 @@
|
|
|
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.178":
|
|
1072
|
+
version "1.3.178"
|
|
1073
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.178.tgz"
|
|
1074
|
+
integrity sha512-GEh7yyol+vs0j3HqgaNNi26YHRytgcdy+EpF7vABm/DoGnlzBfV9YwspT7HCNZzotA66algaMaWG+erlNxWvVQ==
|
|
1075
1075
|
dependencies:
|
|
1076
|
-
"@jayree/changelog" "^1.2.
|
|
1077
|
-
"@oclif/core" "^4.
|
|
1076
|
+
"@jayree/changelog" "^1.2.39"
|
|
1077
|
+
"@oclif/core" "^4.13.0"
|
|
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
1081
|
"@salesforce/sf-plugins-core" "^12.2.26"
|
|
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.178":
|
|
1092
|
+
version "1.3.178"
|
|
1093
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.178.tgz"
|
|
1094
|
+
integrity sha512-sWSHekN54XR2uXSwKWCr+E61LciLbM92XSXhN+NGx6e1D6mXga1aAnJVGk0SIw14syS3H73LM+RX2YISSNrcBg==
|
|
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.0"
|
|
1098
|
+
"@salesforce/core" "^8.32.6"
|
|
1099
1099
|
"@salesforce/kit" "^3.2.6"
|
|
1100
1100
|
"@salesforce/sf-plugins-core" "^12.2.26"
|
|
1101
1101
|
"@salesforce/source-deploy-retrieve" "^12.37.2"
|
|
@@ -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.0", "@oclif/core@^4.8.0":
|
|
1291
|
+
version "4.13.2"
|
|
1292
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.13.2.tgz"
|
|
1293
|
+
integrity sha512-YWQs0JvESCliWopKtCZqPLgEB1e3oqR+KYecMReseYWbo7E73Rz2tFwQDFQtAp48VLMiAsiTPKKQaZAo+ghzLw==
|
|
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.55":
|
|
1315
|
+
version "6.2.55"
|
|
1316
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.55.tgz"
|
|
1317
|
+
integrity sha512-IamFqLPoD8KTZbGSAu24EFe2kNibMrL/WA8+4EvnbdkYqZGUcizVqeXUIxzns3SES99wgqOtsK3DtLB3V3kIJQ==
|
|
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"
|
|
@@ -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.4"
|
|
4083
|
+
resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.4.tgz"
|
|
4084
|
+
integrity sha512-8JnbkQ4juDyvYs4mgFGQqg4yCYtFDtUtmp2QIQq11ZZe5CFQ5wcqm1rqDgAh/QdMySuBnPzMUiJUNZG5N/AiQw==
|
|
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"
|
|
@@ -5688,9 +5688,9 @@ lines-and-columns@^1.1.6:
|
|
|
5688
5688
|
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
|
|
5689
5689
|
|
|
5690
5690
|
linkify-it@^5.0.1:
|
|
5691
|
-
version "5.0.
|
|
5692
|
-
resolved "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.
|
|
5693
|
-
integrity sha512-
|
|
5691
|
+
version "5.0.2"
|
|
5692
|
+
resolved "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.2.tgz"
|
|
5693
|
+
integrity sha512-ONTm2jCMAVZjgQa/Fy1kScXsuOoF5NPTsoFBdE1KVIZ2vAh/r9+Bqo+0jINCBYnavTPQZz38QzFTme79ENoN3Q==
|
|
5694
5694
|
dependencies:
|
|
5695
5695
|
uc.micro "^2.0.0"
|
|
5696
5696
|
|
|
@@ -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"
|
|
@@ -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"
|
|
@@ -7047,10 +7047,10 @@ 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.
|
|
7051
|
-
version "3.9.
|
|
7052
|
-
resolved "https://registry.npmjs.org/prettier/-/prettier-3.9.
|
|
7053
|
-
integrity sha512
|
|
7050
|
+
prettier@^3.0.0, prettier@^3.9.6, prettier@>=3.0.0:
|
|
7051
|
+
version "3.9.6"
|
|
7052
|
+
resolved "https://registry.npmjs.org/prettier/-/prettier-3.9.6.tgz"
|
|
7053
|
+
integrity sha512-OpN0zzVdiaiAhxpuuj5efpIS4sY9j7bY6uR5mnj5yPzGkdkjNKSJeUThPb60Jw29QuAZgA4o+/iB49kFiaBX6g==
|
|
7054
7054
|
|
|
7055
7055
|
pretty-quick@^3.3.1:
|
|
7056
7056
|
version "3.3.1"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
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.219",
|
|
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.182",
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.178",
|
|
12
|
+
"@jayree/sfdx-plugin-source": "^1.3.178"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@oclif/plugin-help": "^6.2.
|
|
15
|
+
"@oclif/plugin-help": "^6.2.55",
|
|
16
16
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
17
17
|
"@salesforce/ts-sinon": "^1.4.36",
|
|
18
18
|
"c8": "^12.0.0",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"eslint-plugin-prettier": "^5.5.6",
|
|
21
21
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
22
22
|
"nock": "^14.0.16",
|
|
23
|
-
"oclif": "^4.23.
|
|
23
|
+
"oclif": "^4.23.29",
|
|
24
24
|
"patch-package": "^8.0.1",
|
|
25
25
|
"pinst": "^3.0.0",
|
|
26
|
-
"prettier": "^3.9.
|
|
26
|
+
"prettier": "^3.9.6",
|
|
27
27
|
"pretty-quick": "^4.2.2",
|
|
28
28
|
"ts-node": "^10.9.2",
|
|
29
29
|
"typescript": "^5.9.3"
|