sfdx-jayree 4.8.227 → 4.8.228
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 +7 -0
- package/npm-shrinkwrap.json +541 -52
- package/oclif.lock +53 -29
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [4.8.228](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.227...v4.8.228) (2026-09-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.182 to 1.3.183 ([#2089](https://github.com/jayree/sfdx-jayree-plugin/issues/2089)) ([cc3e70b](https://github.com/jayree/sfdx-jayree-plugin/commit/cc3e70bf56bf537e5199a48430e75e3c77faf843))
|
|
7
|
+
|
|
1
8
|
## [4.8.227](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.226...v4.8.227) (2026-09-03)
|
|
2
9
|
|
|
3
10
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.228",
|
|
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.228",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/sfdx-plugin-manifest": "^4.0.128",
|
|
13
13
|
"@jayree/sfdx-plugin-org": "^1.2.184",
|
|
14
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
14
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.183",
|
|
15
15
|
"@jayree/sfdx-plugin-source": "^1.3.183"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@oclif/plugin-help": "^
|
|
18
|
+
"@oclif/plugin-help": "^7.0.0",
|
|
19
19
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
20
20
|
"@salesforce/ts-sinon": "^1.4.36",
|
|
21
21
|
"c8": "^12.0.0",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"eslint-plugin-prettier": "^5.5.6",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
25
25
|
"nock": "^14.0.17",
|
|
26
|
-
"oclif": "^
|
|
26
|
+
"oclif": "^5.0.0",
|
|
27
27
|
"patch-package": "^8.0.1",
|
|
28
28
|
"pinst": "^3.0.0",
|
|
29
29
|
"prettier": "^3.9.6",
|
|
@@ -2939,13 +2939,13 @@
|
|
|
2939
2939
|
}
|
|
2940
2940
|
},
|
|
2941
2941
|
"node_modules/@jayree/sfdx-plugin-prettier": {
|
|
2942
|
-
"version": "1.3.
|
|
2943
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
2944
|
-
"integrity": "sha512-
|
|
2942
|
+
"version": "1.3.183",
|
|
2943
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.183.tgz",
|
|
2944
|
+
"integrity": "sha512-pNX7ORcgIgL6Pa1o9aOb2SvY5Wn+bGd6E5V9RYvDMF/GEDJeYe9YKdDA6eMECyEMuYI9ZmHegOS8n68OyivTfg==",
|
|
2945
2945
|
"license": "Apache-2.0",
|
|
2946
2946
|
"dependencies": {
|
|
2947
2947
|
"@jayree/changelog": "^1.2.39",
|
|
2948
|
-
"@oclif/core": "^4.
|
|
2948
|
+
"@oclif/core": "^4.14.0",
|
|
2949
2949
|
"@prettier/plugin-xml": "^3.4.2",
|
|
2950
2950
|
"@salesforce/core": "^8.32.6",
|
|
2951
2951
|
"@salesforce/kit": "^3.2.6",
|
|
@@ -3472,18 +3472,6 @@
|
|
|
3472
3472
|
"node": "18 || 20 || >=22"
|
|
3473
3473
|
}
|
|
3474
3474
|
},
|
|
3475
|
-
"node_modules/@oclif/core/node_modules/ejs": {
|
|
3476
|
-
"version": "6.0.1",
|
|
3477
|
-
"resolved": "https://registry.npmjs.org/ejs/-/ejs-6.0.1.tgz",
|
|
3478
|
-
"integrity": "sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA==",
|
|
3479
|
-
"license": "Apache-2.0",
|
|
3480
|
-
"bin": {
|
|
3481
|
-
"ejs": "bin/cli.js"
|
|
3482
|
-
},
|
|
3483
|
-
"engines": {
|
|
3484
|
-
"node": ">=0.12.18"
|
|
3485
|
-
}
|
|
3486
|
-
},
|
|
3487
3475
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
3488
3476
|
"version": "10.2.5",
|
|
3489
3477
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
@@ -3532,42 +3520,280 @@
|
|
|
3532
3520
|
}
|
|
3533
3521
|
},
|
|
3534
3522
|
"node_modules/@oclif/plugin-help": {
|
|
3535
|
-
"version": "
|
|
3536
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-
|
|
3537
|
-
"integrity": "sha512-
|
|
3523
|
+
"version": "7.0.0",
|
|
3524
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-7.0.0.tgz",
|
|
3525
|
+
"integrity": "sha512-lJVCS6E0FrBRQ7jkLK9pUwUo52WmNLD7zOAu7P28WkQ6G+8zBUbv5lq/IyakNTOTNO7oD5EJkLVYQLmwChetpg==",
|
|
3538
3526
|
"dev": true,
|
|
3539
3527
|
"license": "MIT",
|
|
3540
3528
|
"dependencies": {
|
|
3541
|
-
"@oclif/core": "^
|
|
3529
|
+
"@oclif/core": "^5.0.0"
|
|
3542
3530
|
},
|
|
3543
3531
|
"engines": {
|
|
3544
|
-
"node": ">=
|
|
3532
|
+
"node": ">=22.0.0"
|
|
3533
|
+
}
|
|
3534
|
+
},
|
|
3535
|
+
"node_modules/@oclif/plugin-help/node_modules/@oclif/core": {
|
|
3536
|
+
"version": "5.0.0",
|
|
3537
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-5.0.0.tgz",
|
|
3538
|
+
"integrity": "sha512-24ZsN528VButCtvqjBoHw7cEpqXZZILH7Zp0d8oFKrWbqU2BqYrxLd5aGU8LyqRev7CCjAHg+/m1Bewz4V7AmQ==",
|
|
3539
|
+
"dev": true,
|
|
3540
|
+
"license": "MIT",
|
|
3541
|
+
"dependencies": {
|
|
3542
|
+
"ansi-escapes": "^4.3.2",
|
|
3543
|
+
"ansis": "^3.17.0",
|
|
3544
|
+
"clean-stack": "^3.0.1",
|
|
3545
|
+
"cli-spinners": "^2.9.2",
|
|
3546
|
+
"debug": "^4.4.3",
|
|
3547
|
+
"ejs": "^6",
|
|
3548
|
+
"get-package-type": "^0.1.0",
|
|
3549
|
+
"indent-string": "^4.0.0",
|
|
3550
|
+
"lilconfig": "^3.1.3",
|
|
3551
|
+
"minimatch": "^10.2.5",
|
|
3552
|
+
"semver": "^7.8.1",
|
|
3553
|
+
"string-width": "^4.2.3",
|
|
3554
|
+
"supports-color": "^8",
|
|
3555
|
+
"tinyglobby": "^0.2.17",
|
|
3556
|
+
"widest-line": "^3.1.0",
|
|
3557
|
+
"wordwrap": "^1.0.0",
|
|
3558
|
+
"wrap-ansi": "^7.0.0",
|
|
3559
|
+
"wsl-utils": "^0.4.0"
|
|
3560
|
+
},
|
|
3561
|
+
"engines": {
|
|
3562
|
+
"node": ">=22.0.0"
|
|
3563
|
+
}
|
|
3564
|
+
},
|
|
3565
|
+
"node_modules/@oclif/plugin-help/node_modules/ansi-styles": {
|
|
3566
|
+
"version": "4.3.0",
|
|
3567
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3568
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3569
|
+
"dev": true,
|
|
3570
|
+
"license": "MIT",
|
|
3571
|
+
"dependencies": {
|
|
3572
|
+
"color-convert": "^2.0.1"
|
|
3573
|
+
},
|
|
3574
|
+
"engines": {
|
|
3575
|
+
"node": ">=8"
|
|
3576
|
+
},
|
|
3577
|
+
"funding": {
|
|
3578
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3579
|
+
}
|
|
3580
|
+
},
|
|
3581
|
+
"node_modules/@oclif/plugin-help/node_modules/balanced-match": {
|
|
3582
|
+
"version": "4.0.4",
|
|
3583
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
3584
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
3585
|
+
"dev": true,
|
|
3586
|
+
"license": "MIT",
|
|
3587
|
+
"engines": {
|
|
3588
|
+
"node": "18 || 20 || >=22"
|
|
3589
|
+
}
|
|
3590
|
+
},
|
|
3591
|
+
"node_modules/@oclif/plugin-help/node_modules/brace-expansion": {
|
|
3592
|
+
"version": "5.0.5",
|
|
3593
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
3594
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
3595
|
+
"dev": true,
|
|
3596
|
+
"license": "MIT",
|
|
3597
|
+
"dependencies": {
|
|
3598
|
+
"balanced-match": "^4.0.2"
|
|
3599
|
+
},
|
|
3600
|
+
"engines": {
|
|
3601
|
+
"node": "18 || 20 || >=22"
|
|
3602
|
+
}
|
|
3603
|
+
},
|
|
3604
|
+
"node_modules/@oclif/plugin-help/node_modules/minimatch": {
|
|
3605
|
+
"version": "10.2.5",
|
|
3606
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
3607
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
3608
|
+
"dev": true,
|
|
3609
|
+
"license": "BlueOak-1.0.0",
|
|
3610
|
+
"dependencies": {
|
|
3611
|
+
"brace-expansion": "^5.0.5"
|
|
3612
|
+
},
|
|
3613
|
+
"engines": {
|
|
3614
|
+
"node": "18 || 20 || >=22"
|
|
3615
|
+
},
|
|
3616
|
+
"funding": {
|
|
3617
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3618
|
+
}
|
|
3619
|
+
},
|
|
3620
|
+
"node_modules/@oclif/plugin-help/node_modules/supports-color": {
|
|
3621
|
+
"version": "8.1.1",
|
|
3622
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3623
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3624
|
+
"dev": true,
|
|
3625
|
+
"license": "MIT",
|
|
3626
|
+
"dependencies": {
|
|
3627
|
+
"has-flag": "^4.0.0"
|
|
3628
|
+
},
|
|
3629
|
+
"engines": {
|
|
3630
|
+
"node": ">=10"
|
|
3631
|
+
},
|
|
3632
|
+
"funding": {
|
|
3633
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3634
|
+
}
|
|
3635
|
+
},
|
|
3636
|
+
"node_modules/@oclif/plugin-help/node_modules/wrap-ansi": {
|
|
3637
|
+
"version": "7.0.0",
|
|
3638
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
3639
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
3640
|
+
"dev": true,
|
|
3641
|
+
"license": "MIT",
|
|
3642
|
+
"dependencies": {
|
|
3643
|
+
"ansi-styles": "^4.0.0",
|
|
3644
|
+
"string-width": "^4.1.0",
|
|
3645
|
+
"strip-ansi": "^6.0.0"
|
|
3646
|
+
},
|
|
3647
|
+
"engines": {
|
|
3648
|
+
"node": ">=10"
|
|
3649
|
+
},
|
|
3650
|
+
"funding": {
|
|
3651
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3545
3652
|
}
|
|
3546
3653
|
},
|
|
3547
3654
|
"node_modules/@oclif/plugin-not-found": {
|
|
3548
|
-
"version": "
|
|
3549
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-
|
|
3550
|
-
"integrity": "sha512-
|
|
3655
|
+
"version": "4.0.0",
|
|
3656
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-4.0.0.tgz",
|
|
3657
|
+
"integrity": "sha512-67I+eJKTmDkY8hJiuaA7Ir+Ba0tUZxrXsq3WnnGOywn3Gi6++9Q+zaWmbOImy1U25XTSIAm8kJhaTl57Xg57XQ==",
|
|
3551
3658
|
"dev": true,
|
|
3552
3659
|
"license": "MIT",
|
|
3553
3660
|
"dependencies": {
|
|
3554
3661
|
"@inquirer/prompts": "^7.10.1",
|
|
3555
|
-
"@oclif/core": "^
|
|
3662
|
+
"@oclif/core": "^5.0.0",
|
|
3556
3663
|
"ansis": "^3.17.0",
|
|
3557
3664
|
"fast-levenshtein": "^3.0.0"
|
|
3558
3665
|
},
|
|
3559
3666
|
"engines": {
|
|
3560
|
-
"node": ">=
|
|
3667
|
+
"node": ">=22.0.0"
|
|
3668
|
+
}
|
|
3669
|
+
},
|
|
3670
|
+
"node_modules/@oclif/plugin-not-found/node_modules/@oclif/core": {
|
|
3671
|
+
"version": "5.0.0",
|
|
3672
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-5.0.0.tgz",
|
|
3673
|
+
"integrity": "sha512-24ZsN528VButCtvqjBoHw7cEpqXZZILH7Zp0d8oFKrWbqU2BqYrxLd5aGU8LyqRev7CCjAHg+/m1Bewz4V7AmQ==",
|
|
3674
|
+
"dev": true,
|
|
3675
|
+
"license": "MIT",
|
|
3676
|
+
"dependencies": {
|
|
3677
|
+
"ansi-escapes": "^4.3.2",
|
|
3678
|
+
"ansis": "^3.17.0",
|
|
3679
|
+
"clean-stack": "^3.0.1",
|
|
3680
|
+
"cli-spinners": "^2.9.2",
|
|
3681
|
+
"debug": "^4.4.3",
|
|
3682
|
+
"ejs": "^6",
|
|
3683
|
+
"get-package-type": "^0.1.0",
|
|
3684
|
+
"indent-string": "^4.0.0",
|
|
3685
|
+
"lilconfig": "^3.1.3",
|
|
3686
|
+
"minimatch": "^10.2.5",
|
|
3687
|
+
"semver": "^7.8.1",
|
|
3688
|
+
"string-width": "^4.2.3",
|
|
3689
|
+
"supports-color": "^8",
|
|
3690
|
+
"tinyglobby": "^0.2.17",
|
|
3691
|
+
"widest-line": "^3.1.0",
|
|
3692
|
+
"wordwrap": "^1.0.0",
|
|
3693
|
+
"wrap-ansi": "^7.0.0",
|
|
3694
|
+
"wsl-utils": "^0.4.0"
|
|
3695
|
+
},
|
|
3696
|
+
"engines": {
|
|
3697
|
+
"node": ">=22.0.0"
|
|
3698
|
+
}
|
|
3699
|
+
},
|
|
3700
|
+
"node_modules/@oclif/plugin-not-found/node_modules/ansi-styles": {
|
|
3701
|
+
"version": "4.3.0",
|
|
3702
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3703
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3704
|
+
"dev": true,
|
|
3705
|
+
"license": "MIT",
|
|
3706
|
+
"dependencies": {
|
|
3707
|
+
"color-convert": "^2.0.1"
|
|
3708
|
+
},
|
|
3709
|
+
"engines": {
|
|
3710
|
+
"node": ">=8"
|
|
3711
|
+
},
|
|
3712
|
+
"funding": {
|
|
3713
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3714
|
+
}
|
|
3715
|
+
},
|
|
3716
|
+
"node_modules/@oclif/plugin-not-found/node_modules/balanced-match": {
|
|
3717
|
+
"version": "4.0.4",
|
|
3718
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
3719
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
3720
|
+
"dev": true,
|
|
3721
|
+
"license": "MIT",
|
|
3722
|
+
"engines": {
|
|
3723
|
+
"node": "18 || 20 || >=22"
|
|
3724
|
+
}
|
|
3725
|
+
},
|
|
3726
|
+
"node_modules/@oclif/plugin-not-found/node_modules/brace-expansion": {
|
|
3727
|
+
"version": "5.0.5",
|
|
3728
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
3729
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
3730
|
+
"dev": true,
|
|
3731
|
+
"license": "MIT",
|
|
3732
|
+
"dependencies": {
|
|
3733
|
+
"balanced-match": "^4.0.2"
|
|
3734
|
+
},
|
|
3735
|
+
"engines": {
|
|
3736
|
+
"node": "18 || 20 || >=22"
|
|
3737
|
+
}
|
|
3738
|
+
},
|
|
3739
|
+
"node_modules/@oclif/plugin-not-found/node_modules/minimatch": {
|
|
3740
|
+
"version": "10.2.5",
|
|
3741
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
3742
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
3743
|
+
"dev": true,
|
|
3744
|
+
"license": "BlueOak-1.0.0",
|
|
3745
|
+
"dependencies": {
|
|
3746
|
+
"brace-expansion": "^5.0.5"
|
|
3747
|
+
},
|
|
3748
|
+
"engines": {
|
|
3749
|
+
"node": "18 || 20 || >=22"
|
|
3750
|
+
},
|
|
3751
|
+
"funding": {
|
|
3752
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3753
|
+
}
|
|
3754
|
+
},
|
|
3755
|
+
"node_modules/@oclif/plugin-not-found/node_modules/supports-color": {
|
|
3756
|
+
"version": "8.1.1",
|
|
3757
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3758
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3759
|
+
"dev": true,
|
|
3760
|
+
"license": "MIT",
|
|
3761
|
+
"dependencies": {
|
|
3762
|
+
"has-flag": "^4.0.0"
|
|
3763
|
+
},
|
|
3764
|
+
"engines": {
|
|
3765
|
+
"node": ">=10"
|
|
3766
|
+
},
|
|
3767
|
+
"funding": {
|
|
3768
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3769
|
+
}
|
|
3770
|
+
},
|
|
3771
|
+
"node_modules/@oclif/plugin-not-found/node_modules/wrap-ansi": {
|
|
3772
|
+
"version": "7.0.0",
|
|
3773
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
3774
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
3775
|
+
"dev": true,
|
|
3776
|
+
"license": "MIT",
|
|
3777
|
+
"dependencies": {
|
|
3778
|
+
"ansi-styles": "^4.0.0",
|
|
3779
|
+
"string-width": "^4.1.0",
|
|
3780
|
+
"strip-ansi": "^6.0.0"
|
|
3781
|
+
},
|
|
3782
|
+
"engines": {
|
|
3783
|
+
"node": ">=10"
|
|
3784
|
+
},
|
|
3785
|
+
"funding": {
|
|
3786
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3561
3787
|
}
|
|
3562
3788
|
},
|
|
3563
3789
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
3564
|
-
"version": "
|
|
3565
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-
|
|
3566
|
-
"integrity": "sha512-
|
|
3790
|
+
"version": "4.0.0",
|
|
3791
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-4.0.0.tgz",
|
|
3792
|
+
"integrity": "sha512-F6VnIkO3xBEawTuaOjWQIOsOePZL3s4vDVbBqQgC+NYU+oBnFaJoGB8mJ+mtpdo/7H0lQ1YsKsMwCNb7EbsIZg==",
|
|
3567
3793
|
"dev": true,
|
|
3568
3794
|
"license": "MIT",
|
|
3569
3795
|
"dependencies": {
|
|
3570
|
-
"@oclif/core": "^
|
|
3796
|
+
"@oclif/core": "^5.0.0",
|
|
3571
3797
|
"ansis": "^3.17.0",
|
|
3572
3798
|
"debug": "^4.4.3",
|
|
3573
3799
|
"http-call": "^5.2.2",
|
|
@@ -3575,7 +3801,126 @@
|
|
|
3575
3801
|
"registry-auth-token": "^5.1.1"
|
|
3576
3802
|
},
|
|
3577
3803
|
"engines": {
|
|
3578
|
-
"node": ">=
|
|
3804
|
+
"node": ">=22.0.0"
|
|
3805
|
+
}
|
|
3806
|
+
},
|
|
3807
|
+
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core": {
|
|
3808
|
+
"version": "5.0.0",
|
|
3809
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-5.0.0.tgz",
|
|
3810
|
+
"integrity": "sha512-24ZsN528VButCtvqjBoHw7cEpqXZZILH7Zp0d8oFKrWbqU2BqYrxLd5aGU8LyqRev7CCjAHg+/m1Bewz4V7AmQ==",
|
|
3811
|
+
"dev": true,
|
|
3812
|
+
"license": "MIT",
|
|
3813
|
+
"dependencies": {
|
|
3814
|
+
"ansi-escapes": "^4.3.2",
|
|
3815
|
+
"ansis": "^3.17.0",
|
|
3816
|
+
"clean-stack": "^3.0.1",
|
|
3817
|
+
"cli-spinners": "^2.9.2",
|
|
3818
|
+
"debug": "^4.4.3",
|
|
3819
|
+
"ejs": "^6",
|
|
3820
|
+
"get-package-type": "^0.1.0",
|
|
3821
|
+
"indent-string": "^4.0.0",
|
|
3822
|
+
"lilconfig": "^3.1.3",
|
|
3823
|
+
"minimatch": "^10.2.5",
|
|
3824
|
+
"semver": "^7.8.1",
|
|
3825
|
+
"string-width": "^4.2.3",
|
|
3826
|
+
"supports-color": "^8",
|
|
3827
|
+
"tinyglobby": "^0.2.17",
|
|
3828
|
+
"widest-line": "^3.1.0",
|
|
3829
|
+
"wordwrap": "^1.0.0",
|
|
3830
|
+
"wrap-ansi": "^7.0.0",
|
|
3831
|
+
"wsl-utils": "^0.4.0"
|
|
3832
|
+
},
|
|
3833
|
+
"engines": {
|
|
3834
|
+
"node": ">=22.0.0"
|
|
3835
|
+
}
|
|
3836
|
+
},
|
|
3837
|
+
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/ansi-styles": {
|
|
3838
|
+
"version": "4.3.0",
|
|
3839
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3840
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3841
|
+
"dev": true,
|
|
3842
|
+
"license": "MIT",
|
|
3843
|
+
"dependencies": {
|
|
3844
|
+
"color-convert": "^2.0.1"
|
|
3845
|
+
},
|
|
3846
|
+
"engines": {
|
|
3847
|
+
"node": ">=8"
|
|
3848
|
+
},
|
|
3849
|
+
"funding": {
|
|
3850
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3851
|
+
}
|
|
3852
|
+
},
|
|
3853
|
+
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/balanced-match": {
|
|
3854
|
+
"version": "4.0.4",
|
|
3855
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
3856
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
3857
|
+
"dev": true,
|
|
3858
|
+
"license": "MIT",
|
|
3859
|
+
"engines": {
|
|
3860
|
+
"node": "18 || 20 || >=22"
|
|
3861
|
+
}
|
|
3862
|
+
},
|
|
3863
|
+
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/brace-expansion": {
|
|
3864
|
+
"version": "5.0.5",
|
|
3865
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
3866
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
3867
|
+
"dev": true,
|
|
3868
|
+
"license": "MIT",
|
|
3869
|
+
"dependencies": {
|
|
3870
|
+
"balanced-match": "^4.0.2"
|
|
3871
|
+
},
|
|
3872
|
+
"engines": {
|
|
3873
|
+
"node": "18 || 20 || >=22"
|
|
3874
|
+
}
|
|
3875
|
+
},
|
|
3876
|
+
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/minimatch": {
|
|
3877
|
+
"version": "10.2.5",
|
|
3878
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
3879
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
3880
|
+
"dev": true,
|
|
3881
|
+
"license": "BlueOak-1.0.0",
|
|
3882
|
+
"dependencies": {
|
|
3883
|
+
"brace-expansion": "^5.0.5"
|
|
3884
|
+
},
|
|
3885
|
+
"engines": {
|
|
3886
|
+
"node": "18 || 20 || >=22"
|
|
3887
|
+
},
|
|
3888
|
+
"funding": {
|
|
3889
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3890
|
+
}
|
|
3891
|
+
},
|
|
3892
|
+
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/supports-color": {
|
|
3893
|
+
"version": "8.1.1",
|
|
3894
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3895
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3896
|
+
"dev": true,
|
|
3897
|
+
"license": "MIT",
|
|
3898
|
+
"dependencies": {
|
|
3899
|
+
"has-flag": "^4.0.0"
|
|
3900
|
+
},
|
|
3901
|
+
"engines": {
|
|
3902
|
+
"node": ">=10"
|
|
3903
|
+
},
|
|
3904
|
+
"funding": {
|
|
3905
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3906
|
+
}
|
|
3907
|
+
},
|
|
3908
|
+
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/wrap-ansi": {
|
|
3909
|
+
"version": "7.0.0",
|
|
3910
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
3911
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
3912
|
+
"dev": true,
|
|
3913
|
+
"license": "MIT",
|
|
3914
|
+
"dependencies": {
|
|
3915
|
+
"ansi-styles": "^4.0.0",
|
|
3916
|
+
"string-width": "^4.1.0",
|
|
3917
|
+
"strip-ansi": "^6.0.0"
|
|
3918
|
+
},
|
|
3919
|
+
"engines": {
|
|
3920
|
+
"node": ">=10"
|
|
3921
|
+
},
|
|
3922
|
+
"funding": {
|
|
3923
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3579
3924
|
}
|
|
3580
3925
|
},
|
|
3581
3926
|
"node_modules/@oclif/table": {
|
|
@@ -7565,19 +7910,15 @@
|
|
|
7565
7910
|
}
|
|
7566
7911
|
},
|
|
7567
7912
|
"node_modules/ejs": {
|
|
7568
|
-
"version": "
|
|
7569
|
-
"resolved": "https://registry.npmjs.org/ejs/-/ejs-
|
|
7570
|
-
"integrity": "sha512-
|
|
7571
|
-
"dev": true,
|
|
7913
|
+
"version": "6.0.1",
|
|
7914
|
+
"resolved": "https://registry.npmjs.org/ejs/-/ejs-6.0.1.tgz",
|
|
7915
|
+
"integrity": "sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA==",
|
|
7572
7916
|
"license": "Apache-2.0",
|
|
7573
|
-
"dependencies": {
|
|
7574
|
-
"jake": "^10.8.5"
|
|
7575
|
-
},
|
|
7576
7917
|
"bin": {
|
|
7577
7918
|
"ejs": "bin/cli.js"
|
|
7578
7919
|
},
|
|
7579
7920
|
"engines": {
|
|
7580
|
-
"node": ">=0.
|
|
7921
|
+
"node": ">=0.12.18"
|
|
7581
7922
|
}
|
|
7582
7923
|
},
|
|
7583
7924
|
"node_modules/electron-to-chromium": {
|
|
@@ -13131,9 +13472,9 @@
|
|
|
13131
13472
|
}
|
|
13132
13473
|
},
|
|
13133
13474
|
"node_modules/oclif": {
|
|
13134
|
-
"version": "
|
|
13135
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-
|
|
13136
|
-
"integrity": "sha512-
|
|
13475
|
+
"version": "5.0.0",
|
|
13476
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-5.0.0.tgz",
|
|
13477
|
+
"integrity": "sha512-7ALiRsTbrjegcFqOWw2Fu4SjTWPBKfN+ZqcdHTEy4wL57jnz6D0gyEGhz9DRq5pXSWdGfYngY6wb6Pj7Bain1A==",
|
|
13137
13478
|
"dev": true,
|
|
13138
13479
|
"license": "MIT",
|
|
13139
13480
|
"dependencies": {
|
|
@@ -13142,10 +13483,10 @@
|
|
|
13142
13483
|
"@inquirer/confirm": "^3.1.22",
|
|
13143
13484
|
"@inquirer/input": "^2.2.4",
|
|
13144
13485
|
"@inquirer/select": "^2.5.0",
|
|
13145
|
-
"@oclif/core": "^
|
|
13146
|
-
"@oclif/plugin-help": "^
|
|
13147
|
-
"@oclif/plugin-not-found": "^
|
|
13148
|
-
"@oclif/plugin-warn-if-update-available": "^
|
|
13486
|
+
"@oclif/core": "^5.0.0",
|
|
13487
|
+
"@oclif/plugin-help": "^7.0.0",
|
|
13488
|
+
"@oclif/plugin-not-found": "^4.0.0",
|
|
13489
|
+
"@oclif/plugin-warn-if-update-available": "^4.0.0",
|
|
13149
13490
|
"ansis": "^3.16.0",
|
|
13150
13491
|
"async-retry": "^1.3.3",
|
|
13151
13492
|
"change-case": "^4",
|
|
@@ -13165,7 +13506,50 @@
|
|
|
13165
13506
|
"oclif": "bin/run.js"
|
|
13166
13507
|
},
|
|
13167
13508
|
"engines": {
|
|
13168
|
-
"node": ">=
|
|
13509
|
+
"node": ">=22.0.0"
|
|
13510
|
+
}
|
|
13511
|
+
},
|
|
13512
|
+
"node_modules/oclif/node_modules/@oclif/core": {
|
|
13513
|
+
"version": "5.0.0",
|
|
13514
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-5.0.0.tgz",
|
|
13515
|
+
"integrity": "sha512-24ZsN528VButCtvqjBoHw7cEpqXZZILH7Zp0d8oFKrWbqU2BqYrxLd5aGU8LyqRev7CCjAHg+/m1Bewz4V7AmQ==",
|
|
13516
|
+
"dev": true,
|
|
13517
|
+
"license": "MIT",
|
|
13518
|
+
"dependencies": {
|
|
13519
|
+
"ansi-escapes": "^4.3.2",
|
|
13520
|
+
"ansis": "^3.17.0",
|
|
13521
|
+
"clean-stack": "^3.0.1",
|
|
13522
|
+
"cli-spinners": "^2.9.2",
|
|
13523
|
+
"debug": "^4.4.3",
|
|
13524
|
+
"ejs": "^6",
|
|
13525
|
+
"get-package-type": "^0.1.0",
|
|
13526
|
+
"indent-string": "^4.0.0",
|
|
13527
|
+
"lilconfig": "^3.1.3",
|
|
13528
|
+
"minimatch": "^10.2.5",
|
|
13529
|
+
"semver": "^7.8.1",
|
|
13530
|
+
"string-width": "^4.2.3",
|
|
13531
|
+
"supports-color": "^8",
|
|
13532
|
+
"tinyglobby": "^0.2.17",
|
|
13533
|
+
"widest-line": "^3.1.0",
|
|
13534
|
+
"wordwrap": "^1.0.0",
|
|
13535
|
+
"wrap-ansi": "^7.0.0",
|
|
13536
|
+
"wsl-utils": "^0.4.0"
|
|
13537
|
+
},
|
|
13538
|
+
"engines": {
|
|
13539
|
+
"node": ">=22.0.0"
|
|
13540
|
+
}
|
|
13541
|
+
},
|
|
13542
|
+
"node_modules/oclif/node_modules/@oclif/core/node_modules/ejs": {
|
|
13543
|
+
"version": "6.0.1",
|
|
13544
|
+
"resolved": "https://registry.npmjs.org/ejs/-/ejs-6.0.1.tgz",
|
|
13545
|
+
"integrity": "sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA==",
|
|
13546
|
+
"dev": true,
|
|
13547
|
+
"license": "Apache-2.0",
|
|
13548
|
+
"bin": {
|
|
13549
|
+
"ejs": "bin/cli.js"
|
|
13550
|
+
},
|
|
13551
|
+
"engines": {
|
|
13552
|
+
"node": ">=0.12.18"
|
|
13169
13553
|
}
|
|
13170
13554
|
},
|
|
13171
13555
|
"node_modules/oclif/node_modules/@sindresorhus/is": {
|
|
@@ -13194,6 +13578,45 @@
|
|
|
13194
13578
|
"node": ">=14.16"
|
|
13195
13579
|
}
|
|
13196
13580
|
},
|
|
13581
|
+
"node_modules/oclif/node_modules/ansi-styles": {
|
|
13582
|
+
"version": "4.3.0",
|
|
13583
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
13584
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
13585
|
+
"dev": true,
|
|
13586
|
+
"license": "MIT",
|
|
13587
|
+
"dependencies": {
|
|
13588
|
+
"color-convert": "^2.0.1"
|
|
13589
|
+
},
|
|
13590
|
+
"engines": {
|
|
13591
|
+
"node": ">=8"
|
|
13592
|
+
},
|
|
13593
|
+
"funding": {
|
|
13594
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
13595
|
+
}
|
|
13596
|
+
},
|
|
13597
|
+
"node_modules/oclif/node_modules/balanced-match": {
|
|
13598
|
+
"version": "4.0.4",
|
|
13599
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
13600
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
13601
|
+
"dev": true,
|
|
13602
|
+
"license": "MIT",
|
|
13603
|
+
"engines": {
|
|
13604
|
+
"node": "18 || 20 || >=22"
|
|
13605
|
+
}
|
|
13606
|
+
},
|
|
13607
|
+
"node_modules/oclif/node_modules/brace-expansion": {
|
|
13608
|
+
"version": "5.0.5",
|
|
13609
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
13610
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
13611
|
+
"dev": true,
|
|
13612
|
+
"license": "MIT",
|
|
13613
|
+
"dependencies": {
|
|
13614
|
+
"balanced-match": "^4.0.2"
|
|
13615
|
+
},
|
|
13616
|
+
"engines": {
|
|
13617
|
+
"node": "18 || 20 || >=22"
|
|
13618
|
+
}
|
|
13619
|
+
},
|
|
13197
13620
|
"node_modules/oclif/node_modules/cacheable-lookup": {
|
|
13198
13621
|
"version": "7.0.0",
|
|
13199
13622
|
"resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz",
|
|
@@ -13223,6 +13646,22 @@
|
|
|
13223
13646
|
"node": ">=14.16"
|
|
13224
13647
|
}
|
|
13225
13648
|
},
|
|
13649
|
+
"node_modules/oclif/node_modules/ejs": {
|
|
13650
|
+
"version": "3.1.10",
|
|
13651
|
+
"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz",
|
|
13652
|
+
"integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==",
|
|
13653
|
+
"dev": true,
|
|
13654
|
+
"license": "Apache-2.0",
|
|
13655
|
+
"dependencies": {
|
|
13656
|
+
"jake": "^10.8.5"
|
|
13657
|
+
},
|
|
13658
|
+
"bin": {
|
|
13659
|
+
"ejs": "bin/cli.js"
|
|
13660
|
+
},
|
|
13661
|
+
"engines": {
|
|
13662
|
+
"node": ">=0.10.0"
|
|
13663
|
+
}
|
|
13664
|
+
},
|
|
13226
13665
|
"node_modules/oclif/node_modules/fs-extra": {
|
|
13227
13666
|
"version": "8.1.0",
|
|
13228
13667
|
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
|
|
@@ -13337,6 +13776,22 @@
|
|
|
13337
13776
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
13338
13777
|
}
|
|
13339
13778
|
},
|
|
13779
|
+
"node_modules/oclif/node_modules/minimatch": {
|
|
13780
|
+
"version": "10.2.5",
|
|
13781
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
13782
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
13783
|
+
"dev": true,
|
|
13784
|
+
"license": "BlueOak-1.0.0",
|
|
13785
|
+
"dependencies": {
|
|
13786
|
+
"brace-expansion": "^5.0.5"
|
|
13787
|
+
},
|
|
13788
|
+
"engines": {
|
|
13789
|
+
"node": "18 || 20 || >=22"
|
|
13790
|
+
},
|
|
13791
|
+
"funding": {
|
|
13792
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
13793
|
+
}
|
|
13794
|
+
},
|
|
13340
13795
|
"node_modules/oclif/node_modules/normalize-package-data": {
|
|
13341
13796
|
"version": "6.0.1",
|
|
13342
13797
|
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.1.tgz",
|
|
@@ -13392,6 +13847,22 @@
|
|
|
13392
13847
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
13393
13848
|
}
|
|
13394
13849
|
},
|
|
13850
|
+
"node_modules/oclif/node_modules/supports-color": {
|
|
13851
|
+
"version": "8.1.1",
|
|
13852
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
13853
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
13854
|
+
"dev": true,
|
|
13855
|
+
"license": "MIT",
|
|
13856
|
+
"dependencies": {
|
|
13857
|
+
"has-flag": "^4.0.0"
|
|
13858
|
+
},
|
|
13859
|
+
"engines": {
|
|
13860
|
+
"node": ">=10"
|
|
13861
|
+
},
|
|
13862
|
+
"funding": {
|
|
13863
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
13864
|
+
}
|
|
13865
|
+
},
|
|
13395
13866
|
"node_modules/oclif/node_modules/universalify": {
|
|
13396
13867
|
"version": "0.1.2",
|
|
13397
13868
|
"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
|
|
@@ -13402,6 +13873,24 @@
|
|
|
13402
13873
|
"node": ">= 4.0.0"
|
|
13403
13874
|
}
|
|
13404
13875
|
},
|
|
13876
|
+
"node_modules/oclif/node_modules/wrap-ansi": {
|
|
13877
|
+
"version": "7.0.0",
|
|
13878
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
13879
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
13880
|
+
"dev": true,
|
|
13881
|
+
"license": "MIT",
|
|
13882
|
+
"dependencies": {
|
|
13883
|
+
"ansi-styles": "^4.0.0",
|
|
13884
|
+
"string-width": "^4.1.0",
|
|
13885
|
+
"strip-ansi": "^6.0.0"
|
|
13886
|
+
},
|
|
13887
|
+
"engines": {
|
|
13888
|
+
"node": ">=10"
|
|
13889
|
+
},
|
|
13890
|
+
"funding": {
|
|
13891
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
13892
|
+
}
|
|
13893
|
+
},
|
|
13405
13894
|
"node_modules/on-exit-leak-free": {
|
|
13406
13895
|
"version": "2.1.2",
|
|
13407
13896
|
"resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.2.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1068,13 +1068,13 @@
|
|
|
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.183":
|
|
1072
|
+
version "1.3.183"
|
|
1073
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.183.tgz"
|
|
1074
|
+
integrity sha512-pNX7ORcgIgL6Pa1o9aOb2SvY5Wn+bGd6E5V9RYvDMF/GEDJeYe9YKdDA6eMECyEMuYI9ZmHegOS8n68OyivTfg==
|
|
1075
1075
|
dependencies:
|
|
1076
1076
|
"@jayree/changelog" "^1.2.39"
|
|
1077
|
-
"@oclif/core" "^4.
|
|
1077
|
+
"@oclif/core" "^4.14.0"
|
|
1078
1078
|
"@prettier/plugin-xml" "^3.4.2"
|
|
1079
1079
|
"@salesforce/core" "^8.32.6"
|
|
1080
1080
|
"@salesforce/kit" "^3.2.6"
|
|
@@ -1287,7 +1287,7 @@
|
|
|
1287
1287
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1288
1288
|
fastq "^1.6.0"
|
|
1289
1289
|
|
|
1290
|
-
"@oclif/core@^4
|
|
1290
|
+
"@oclif/core@^4.11.4", "@oclif/core@^4.13.3", "@oclif/core@^4.14.0", "@oclif/core@^4.8.0":
|
|
1291
1291
|
version "4.14.0"
|
|
1292
1292
|
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.14.0.tgz"
|
|
1293
1293
|
integrity sha512-QCJIZoVJxV7jywgVAUlsQwl3dr3Sa21kfi5z9KrYolbexWJUtFSEtMoNiBWojD05mYycLnB50gp/VxlGdaOCRA==
|
|
@@ -1311,29 +1311,53 @@
|
|
|
1311
1311
|
wrap-ansi "^7.0.0"
|
|
1312
1312
|
wsl-utils "^0.4.0"
|
|
1313
1313
|
|
|
1314
|
-
"@oclif/
|
|
1315
|
-
version "
|
|
1316
|
-
resolved "https://registry.npmjs.org/@oclif/
|
|
1317
|
-
integrity sha512-
|
|
1314
|
+
"@oclif/core@^5.0.0":
|
|
1315
|
+
version "5.0.0"
|
|
1316
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-5.0.0.tgz"
|
|
1317
|
+
integrity sha512-24ZsN528VButCtvqjBoHw7cEpqXZZILH7Zp0d8oFKrWbqU2BqYrxLd5aGU8LyqRev7CCjAHg+/m1Bewz4V7AmQ==
|
|
1318
|
+
dependencies:
|
|
1319
|
+
ansi-escapes "^4.3.2"
|
|
1320
|
+
ansis "^3.17.0"
|
|
1321
|
+
clean-stack "^3.0.1"
|
|
1322
|
+
cli-spinners "^2.9.2"
|
|
1323
|
+
debug "^4.4.3"
|
|
1324
|
+
ejs "^6"
|
|
1325
|
+
get-package-type "^0.1.0"
|
|
1326
|
+
indent-string "^4.0.0"
|
|
1327
|
+
lilconfig "^3.1.3"
|
|
1328
|
+
minimatch "^10.2.5"
|
|
1329
|
+
semver "^7.8.1"
|
|
1330
|
+
string-width "^4.2.3"
|
|
1331
|
+
supports-color "^8"
|
|
1332
|
+
tinyglobby "^0.2.17"
|
|
1333
|
+
widest-line "^3.1.0"
|
|
1334
|
+
wordwrap "^1.0.0"
|
|
1335
|
+
wrap-ansi "^7.0.0"
|
|
1336
|
+
wsl-utils "^0.4.0"
|
|
1337
|
+
|
|
1338
|
+
"@oclif/plugin-help@^7.0.0":
|
|
1339
|
+
version "7.0.0"
|
|
1340
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-7.0.0.tgz"
|
|
1341
|
+
integrity sha512-lJVCS6E0FrBRQ7jkLK9pUwUo52WmNLD7zOAu7P28WkQ6G+8zBUbv5lq/IyakNTOTNO7oD5EJkLVYQLmwChetpg==
|
|
1318
1342
|
dependencies:
|
|
1319
|
-
"@oclif/core" "^
|
|
1343
|
+
"@oclif/core" "^5.0.0"
|
|
1320
1344
|
|
|
1321
|
-
"@oclif/plugin-not-found@^
|
|
1322
|
-
version "
|
|
1323
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-
|
|
1324
|
-
integrity sha512-
|
|
1345
|
+
"@oclif/plugin-not-found@^4.0.0":
|
|
1346
|
+
version "4.0.0"
|
|
1347
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-4.0.0.tgz"
|
|
1348
|
+
integrity sha512-67I+eJKTmDkY8hJiuaA7Ir+Ba0tUZxrXsq3WnnGOywn3Gi6++9Q+zaWmbOImy1U25XTSIAm8kJhaTl57Xg57XQ==
|
|
1325
1349
|
dependencies:
|
|
1326
1350
|
"@inquirer/prompts" "^7.10.1"
|
|
1327
|
-
"@oclif/core" "^
|
|
1351
|
+
"@oclif/core" "^5.0.0"
|
|
1328
1352
|
ansis "^3.17.0"
|
|
1329
1353
|
fast-levenshtein "^3.0.0"
|
|
1330
1354
|
|
|
1331
|
-
"@oclif/plugin-warn-if-update-available@^
|
|
1332
|
-
version "
|
|
1333
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-
|
|
1334
|
-
integrity sha512-
|
|
1355
|
+
"@oclif/plugin-warn-if-update-available@^4.0.0":
|
|
1356
|
+
version "4.0.0"
|
|
1357
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-4.0.0.tgz"
|
|
1358
|
+
integrity sha512-F6VnIkO3xBEawTuaOjWQIOsOePZL3s4vDVbBqQgC+NYU+oBnFaJoGB8mJ+mtpdo/7H0lQ1YsKsMwCNb7EbsIZg==
|
|
1335
1359
|
dependencies:
|
|
1336
|
-
"@oclif/core" "^
|
|
1360
|
+
"@oclif/core" "^5.0.0"
|
|
1337
1361
|
ansis "^3.17.0"
|
|
1338
1362
|
debug "^4.4.3"
|
|
1339
1363
|
http-call "^5.2.2"
|
|
@@ -6513,20 +6537,20 @@ object.values@^1.1.7:
|
|
|
6513
6537
|
define-properties "^1.2.0"
|
|
6514
6538
|
es-abstract "^1.22.1"
|
|
6515
6539
|
|
|
6516
|
-
oclif@^
|
|
6517
|
-
version "
|
|
6518
|
-
resolved "https://registry.npmjs.org/oclif/-/oclif-
|
|
6519
|
-
integrity sha512-
|
|
6540
|
+
oclif@^5.0.0:
|
|
6541
|
+
version "5.0.0"
|
|
6542
|
+
resolved "https://registry.npmjs.org/oclif/-/oclif-5.0.0.tgz"
|
|
6543
|
+
integrity sha512-7ALiRsTbrjegcFqOWw2Fu4SjTWPBKfN+ZqcdHTEy4wL57jnz6D0gyEGhz9DRq5pXSWdGfYngY6wb6Pj7Bain1A==
|
|
6520
6544
|
dependencies:
|
|
6521
6545
|
"@aws-sdk/client-cloudfront" "^3.1079.0"
|
|
6522
6546
|
"@aws-sdk/client-s3" "^3.1079.0"
|
|
6523
6547
|
"@inquirer/confirm" "^3.1.22"
|
|
6524
6548
|
"@inquirer/input" "^2.2.4"
|
|
6525
6549
|
"@inquirer/select" "^2.5.0"
|
|
6526
|
-
"@oclif/core" "^
|
|
6527
|
-
"@oclif/plugin-help" "^
|
|
6528
|
-
"@oclif/plugin-not-found" "^
|
|
6529
|
-
"@oclif/plugin-warn-if-update-available" "^
|
|
6550
|
+
"@oclif/core" "^5.0.0"
|
|
6551
|
+
"@oclif/plugin-help" "^7.0.0"
|
|
6552
|
+
"@oclif/plugin-not-found" "^4.0.0"
|
|
6553
|
+
"@oclif/plugin-warn-if-update-available" "^4.0.0"
|
|
6530
6554
|
ansis "^3.16.0"
|
|
6531
6555
|
async-retry "^1.3.3"
|
|
6532
6556
|
change-case "^4"
|
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.228",
|
|
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
10
|
"@jayree/sfdx-plugin-org": "^1.2.184",
|
|
11
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.183",
|
|
12
12
|
"@jayree/sfdx-plugin-source": "^1.3.183"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@oclif/plugin-help": "^
|
|
15
|
+
"@oclif/plugin-help": "^7.0.0",
|
|
16
16
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
17
17
|
"@salesforce/ts-sinon": "^1.4.36",
|
|
18
18
|
"c8": "^12.0.0",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"eslint-plugin-prettier": "^5.5.6",
|
|
21
21
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
22
22
|
"nock": "^14.0.17",
|
|
23
|
-
"oclif": "^
|
|
23
|
+
"oclif": "^5.0.0",
|
|
24
24
|
"patch-package": "^8.0.1",
|
|
25
25
|
"pinst": "^3.0.0",
|
|
26
26
|
"prettier": "^3.9.6",
|