sfdx-jayree 4.8.94 → 4.8.95
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 +10 -0
- package/README.md +15 -15
- package/npm-shrinkwrap.json +82 -81
- package/oclif.lock +67 -68
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## [4.8.95](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.94...v4.8.95) (2024-10-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 3.5.18 to 3.5.21 ([#1438](https://github.com/jayree/sfdx-jayree-plugin/issues/1438)) ([999ac6b](https://github.com/jayree/sfdx-jayree-plugin/commit/999ac6bf2aecc509616f1a037af4a5cf2f35297f))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.73 to 1.2.75 ([#1440](https://github.com/jayree/sfdx-jayree-plugin/issues/1440)) ([639833e](https://github.com/jayree/sfdx-jayree-plugin/commit/639833e85172b8e7602ddb45c5feac08033eed92))
|
|
8
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.83 to 1.3.84 ([#1439](https://github.com/jayree/sfdx-jayree-plugin/issues/1439)) ([1d81cd9](https://github.com/jayree/sfdx-jayree-plugin/commit/1d81cd9152d435774d7abeb636f050643e303de4))
|
|
9
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.78 to 1.3.79 ([#1441](https://github.com/jayree/sfdx-jayree-plugin/issues/1441)) ([078e8a8](https://github.com/jayree/sfdx-jayree-plugin/commit/078e8a8f994863c4b1ae579ca44d6bc9cde28f3c))
|
|
10
|
+
|
|
1
11
|
## [4.8.94](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.93...v4.8.94) (2024-09-27)
|
|
2
12
|
|
|
3
13
|
|
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.75/src/commands/jayree/flow/get/coverage.ts)_
|
|
65
65
|
|
|
66
66
|
### `sfdx jayree manifest cleanup`
|
|
67
67
|
|
|
@@ -90,7 +90,7 @@ EXAMPLES
|
|
|
90
90
|
$ sfdx jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
|
|
91
91
|
```
|
|
92
92
|
|
|
93
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.5.
|
|
93
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.5.21/src/commands/jayree/manifest/cleanup.ts)_
|
|
94
94
|
|
|
95
95
|
### `sfdx jayree manifest generate`
|
|
96
96
|
|
|
@@ -128,7 +128,7 @@ EXAMPLES
|
|
|
128
128
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
129
129
|
```
|
|
130
130
|
|
|
131
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.5.
|
|
131
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.5.21/src/commands/jayree/manifest/generate.ts)_
|
|
132
132
|
|
|
133
133
|
### `sfdx jayree manifest git diff REF1 [REF2]`
|
|
134
134
|
|
|
@@ -211,7 +211,7 @@ FLAG DESCRIPTIONS
|
|
|
211
211
|
The location can be an absolute path or relative to the current working directory.
|
|
212
212
|
```
|
|
213
213
|
|
|
214
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.5.
|
|
214
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.5.21/src/commands/jayree/manifest/git/diff.ts)_
|
|
215
215
|
|
|
216
216
|
### `sfdx jayree org configure`
|
|
217
217
|
|
|
@@ -241,7 +241,7 @@ EXAMPLES
|
|
|
241
241
|
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
|
|
242
242
|
```
|
|
243
243
|
|
|
244
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
244
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.75/src/commands/jayree/org/configure/index.ts)_
|
|
245
245
|
|
|
246
246
|
### `sfdx jayree org configure country`
|
|
247
247
|
|
|
@@ -261,7 +261,7 @@ GLOBAL FLAGS
|
|
|
261
261
|
--json Format output as json.
|
|
262
262
|
```
|
|
263
263
|
|
|
264
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
264
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.75/src/commands/jayree/org/configure/country.ts)_
|
|
265
265
|
|
|
266
266
|
### `sfdx jayree org configure state`
|
|
267
267
|
|
|
@@ -286,7 +286,7 @@ GLOBAL FLAGS
|
|
|
286
286
|
--json Format output as json.
|
|
287
287
|
```
|
|
288
288
|
|
|
289
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
289
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.75/src/commands/jayree/org/configure/state.ts)_
|
|
290
290
|
|
|
291
291
|
### `sfdx jayree org get settings`
|
|
292
292
|
|
|
@@ -316,7 +316,7 @@ EXAMPLES
|
|
|
316
316
|
$ sfdx jayree:org:settings -u MyTestOrg1 -w
|
|
317
317
|
```
|
|
318
318
|
|
|
319
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
319
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.75/src/commands/jayree/org/get/settings.ts)_
|
|
320
320
|
|
|
321
321
|
### `sfdx jayree org stream`
|
|
322
322
|
|
|
@@ -348,7 +348,7 @@ EXAMPLES
|
|
|
348
348
|
...
|
|
349
349
|
```
|
|
350
350
|
|
|
351
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
351
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.75/src/commands/jayree/org/stream.ts)_
|
|
352
352
|
|
|
353
353
|
### `sfdx jayree project compare snapshot`
|
|
354
354
|
|
|
@@ -369,7 +369,7 @@ ALIASES
|
|
|
369
369
|
$ sfdx jayree source snapshot compare
|
|
370
370
|
```
|
|
371
371
|
|
|
372
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
372
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.79/src/commands/jayree/project/compare/snapshot.ts)_
|
|
373
373
|
|
|
374
374
|
### `sfdx jayree project fix`
|
|
375
375
|
|
|
@@ -391,7 +391,7 @@ ALIASES
|
|
|
391
391
|
$ sfdx jayree source fix
|
|
392
392
|
```
|
|
393
393
|
|
|
394
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
394
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.79/src/commands/jayree/project/fix.ts)_
|
|
395
395
|
|
|
396
396
|
### `sfdx jayree project generate snapshot`
|
|
397
397
|
|
|
@@ -412,7 +412,7 @@ ALIASES
|
|
|
412
412
|
$ sfdx jayree source snapshot generate
|
|
413
413
|
```
|
|
414
414
|
|
|
415
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
415
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.79/src/commands/jayree/project/generate/snapshot.ts)_
|
|
416
416
|
|
|
417
417
|
### `sfdx jayree project list tracking`
|
|
418
418
|
|
|
@@ -441,7 +441,7 @@ EXAMPLES
|
|
|
441
441
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
442
442
|
```
|
|
443
443
|
|
|
444
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
444
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.79/src/commands/jayree/project/list/tracking.ts)_
|
|
445
445
|
|
|
446
446
|
### `sfdx jayree project store tracking get`
|
|
447
447
|
|
|
@@ -467,7 +467,7 @@ EXAMPLES
|
|
|
467
467
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
468
468
|
```
|
|
469
469
|
|
|
470
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
470
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.79/src/commands/jayree/project/store/tracking/get.ts)_
|
|
471
471
|
|
|
472
472
|
### `sfdx jayree project store tracking set`
|
|
473
473
|
|
|
@@ -497,7 +497,7 @@ EXAMPLES
|
|
|
497
497
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
498
498
|
```
|
|
499
499
|
|
|
500
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
500
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.79/src/commands/jayree/project/store/tracking/set.ts)_
|
|
501
501
|
<!-- commandsstop -->
|
|
502
502
|
|
|
503
503
|
## Hooks
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.95",
|
|
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.95",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@jayree/sfdx-plugin-manifest": "^3.5.
|
|
13
|
-
"@jayree/sfdx-plugin-org": "^1.2.
|
|
14
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
15
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
12
|
+
"@jayree/sfdx-plugin-manifest": "^3.5.21",
|
|
13
|
+
"@jayree/sfdx-plugin-org": "^1.2.75",
|
|
14
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.84",
|
|
15
|
+
"@jayree/sfdx-plugin-source": "^1.3.79"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@oclif/plugin-help": "^6.2.
|
|
18
|
+
"@oclif/plugin-help": "^6.2.13",
|
|
19
19
|
"@salesforce/dev-scripts": "^10.2.10",
|
|
20
20
|
"@salesforce/ts-sinon": "^1.4.27",
|
|
21
21
|
"c8": "^10.1.2",
|
|
22
22
|
"eslint-plugin-prettier": "^5.2.1",
|
|
23
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
23
|
+
"eslint-plugin-sf-plugin": "^1.20.8",
|
|
24
24
|
"nock": "^13.5.5",
|
|
25
|
-
"oclif": "^4.
|
|
25
|
+
"oclif": "^4.15.2",
|
|
26
26
|
"patch-package": "^8.0.0",
|
|
27
27
|
"pinst": "^3.0.0",
|
|
28
28
|
"prettier": "^3.3.3",
|
|
@@ -4945,18 +4945,18 @@
|
|
|
4945
4945
|
}
|
|
4946
4946
|
},
|
|
4947
4947
|
"node_modules/@jayree/sfdx-plugin-manifest": {
|
|
4948
|
-
"version": "3.5.
|
|
4949
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.5.
|
|
4950
|
-
"integrity": "sha512-
|
|
4948
|
+
"version": "3.5.21",
|
|
4949
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.5.21.tgz",
|
|
4950
|
+
"integrity": "sha512-uLITlXaVH8NNZASXkeUVgwsD8hS6hn3Tawfa8wyvJ9TpEuc/vYifr2eSC5NcP9mKQCa7zA1D40Tc/3LgZOTHVA==",
|
|
4951
4951
|
"license": "BSD-3-Clause",
|
|
4952
4952
|
"dependencies": {
|
|
4953
4953
|
"@jayree/changelog": "^1.2.4",
|
|
4954
|
-
"@oclif/core": "^4.0.
|
|
4954
|
+
"@oclif/core": "^4.0.23",
|
|
4955
4955
|
"@salesforce/core": "^8.5.7",
|
|
4956
4956
|
"@salesforce/kit": "^3.2.2",
|
|
4957
4957
|
"@salesforce/sf-plugins-core": "^11.3.10",
|
|
4958
|
-
"@salesforce/source-deploy-retrieve": "^12.7.
|
|
4959
|
-
"@salesforce/source-tracking": "^7.1.
|
|
4958
|
+
"@salesforce/source-deploy-retrieve": "^12.7.2",
|
|
4959
|
+
"@salesforce/source-tracking": "^7.1.16",
|
|
4960
4960
|
"@salesforce/ts-types": "^2.0.12",
|
|
4961
4961
|
"fast-deep-equal": "^3.1.3",
|
|
4962
4962
|
"fast-xml-parser": "^4.4.1",
|
|
@@ -4969,18 +4969,18 @@
|
|
|
4969
4969
|
}
|
|
4970
4970
|
},
|
|
4971
4971
|
"node_modules/@jayree/sfdx-plugin-org": {
|
|
4972
|
-
"version": "1.2.
|
|
4973
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
4974
|
-
"integrity": "sha512-
|
|
4972
|
+
"version": "1.2.75",
|
|
4973
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.75.tgz",
|
|
4974
|
+
"integrity": "sha512-agqjhPmIxHCbp3uhDBBO3R2j22h/Heutqn1kPugSX3dRFwvEvwpoUy2MWO0PoE1GpMPqJ5Ill5zzB+imiZLaQw==",
|
|
4975
4975
|
"license": "BSD-3-Clause",
|
|
4976
4976
|
"dependencies": {
|
|
4977
4977
|
"@jayree/changelog": "^1.2.4",
|
|
4978
|
-
"@jsforce/jsforce-node": "^3.
|
|
4979
|
-
"@listr2/prompt-adapter-enquirer": "^2.0.
|
|
4980
|
-
"@oclif/core": "^4.0.
|
|
4978
|
+
"@jsforce/jsforce-node": "^3.5.1",
|
|
4979
|
+
"@listr2/prompt-adapter-enquirer": "^2.0.12",
|
|
4980
|
+
"@oclif/core": "^4.0.27",
|
|
4981
4981
|
"@salesforce/core": "^8.6.1",
|
|
4982
4982
|
"@salesforce/sf-plugins-core": "^11.3.10",
|
|
4983
|
-
"@salesforce/source-deploy-retrieve": "^12.7.
|
|
4983
|
+
"@salesforce/source-deploy-retrieve": "^12.7.3",
|
|
4984
4984
|
"@salesforce/ts-types": "^2.0.12",
|
|
4985
4985
|
"chalk": "^5.3.0",
|
|
4986
4986
|
"cli-progress": "^3.12.0",
|
|
@@ -4990,7 +4990,7 @@
|
|
|
4990
4990
|
"fs-extra": "^11.2.0",
|
|
4991
4991
|
"is-docker": "^3.0.0",
|
|
4992
4992
|
"is-wsl": "^3.1.0",
|
|
4993
|
-
"listr2": "^8.2.
|
|
4993
|
+
"listr2": "^8.2.5",
|
|
4994
4994
|
"log-update": "^6.0.0",
|
|
4995
4995
|
"playwright-chromium": "^1.47.2",
|
|
4996
4996
|
"tabletojson": "4.1.4",
|
|
@@ -5052,21 +5052,6 @@
|
|
|
5052
5052
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5053
5053
|
}
|
|
5054
5054
|
},
|
|
5055
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/is-wsl": {
|
|
5056
|
-
"version": "3.1.0",
|
|
5057
|
-
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
|
|
5058
|
-
"integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
|
|
5059
|
-
"license": "MIT",
|
|
5060
|
-
"dependencies": {
|
|
5061
|
-
"is-inside-container": "^1.0.0"
|
|
5062
|
-
},
|
|
5063
|
-
"engines": {
|
|
5064
|
-
"node": ">=16"
|
|
5065
|
-
},
|
|
5066
|
-
"funding": {
|
|
5067
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5068
|
-
}
|
|
5069
|
-
},
|
|
5070
5055
|
"node_modules/@jayree/sfdx-plugin-org/node_modules/string-width": {
|
|
5071
5056
|
"version": "7.1.0",
|
|
5072
5057
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
|
@@ -5117,18 +5102,18 @@
|
|
|
5117
5102
|
}
|
|
5118
5103
|
},
|
|
5119
5104
|
"node_modules/@jayree/sfdx-plugin-prettier": {
|
|
5120
|
-
"version": "1.3.
|
|
5121
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
5122
|
-
"integrity": "sha512-
|
|
5105
|
+
"version": "1.3.84",
|
|
5106
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.84.tgz",
|
|
5107
|
+
"integrity": "sha512-LGRbp7aK1pGIFPBXt2XSglrEJiE9PMxdjaLlPssluWx+T6imDPIq5vRTVIuJ8Cy/wmIXhs2B2Eu3Slk/fMTK/g==",
|
|
5123
5108
|
"license": "BSD-3-Clause",
|
|
5124
5109
|
"dependencies": {
|
|
5125
5110
|
"@jayree/changelog": "^1.2.4",
|
|
5126
|
-
"@oclif/core": "^4.0.
|
|
5111
|
+
"@oclif/core": "^4.0.27",
|
|
5127
5112
|
"@prettier/plugin-xml": "^3.4.1",
|
|
5128
5113
|
"@salesforce/core": "^8.6.1",
|
|
5129
5114
|
"@salesforce/kit": "^3.2.3",
|
|
5130
5115
|
"@salesforce/sf-plugins-core": "^11.3.10",
|
|
5131
|
-
"@salesforce/source-deploy-retrieve": "^12.7.
|
|
5116
|
+
"@salesforce/source-deploy-retrieve": "^12.7.3",
|
|
5132
5117
|
"cli-progress": "^3.12.0",
|
|
5133
5118
|
"debug": "^4.3.7",
|
|
5134
5119
|
"fs-extra": "^11.2.0",
|
|
@@ -5142,9 +5127,9 @@
|
|
|
5142
5127
|
}
|
|
5143
5128
|
},
|
|
5144
5129
|
"node_modules/@jayree/sfdx-plugin-source": {
|
|
5145
|
-
"version": "1.3.
|
|
5146
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
5147
|
-
"integrity": "sha512-
|
|
5130
|
+
"version": "1.3.79",
|
|
5131
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.79.tgz",
|
|
5132
|
+
"integrity": "sha512-bruAFChZeSavtIqeq/744U/wtobEnC+KDAq0pctDJH/5xgFW1o3o7iM5g2qRvDTvxf0nHjBgsv2cwxORuYW8cQ==",
|
|
5148
5133
|
"license": "BSD-3-Clause",
|
|
5149
5134
|
"dependencies": {
|
|
5150
5135
|
"@jayree/changelog": "^1.2.4",
|
|
@@ -5152,7 +5137,7 @@
|
|
|
5152
5137
|
"@salesforce/core": "^8.5.7",
|
|
5153
5138
|
"@salesforce/kit": "^3.2.3",
|
|
5154
5139
|
"@salesforce/sf-plugins-core": "^11.3.10",
|
|
5155
|
-
"@salesforce/source-deploy-retrieve": "^12.7.
|
|
5140
|
+
"@salesforce/source-deploy-retrieve": "^12.7.3",
|
|
5156
5141
|
"@salesforce/source-tracking": "^7.1.16",
|
|
5157
5142
|
"@salesforce/ts-types": "^2.0.11",
|
|
5158
5143
|
"ansis": "^3.2.0",
|
|
@@ -5267,13 +5252,12 @@
|
|
|
5267
5252
|
}
|
|
5268
5253
|
},
|
|
5269
5254
|
"node_modules/@jsforce/jsforce-node": {
|
|
5270
|
-
"version": "3.
|
|
5271
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.
|
|
5272
|
-
"integrity": "sha512-
|
|
5255
|
+
"version": "3.5.1",
|
|
5256
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.5.1.tgz",
|
|
5257
|
+
"integrity": "sha512-P+pfsLL6AddDeBP3iswjlB1+YM4w2ZsWTqunGjMA0/Aj8Jt4gA+XycV+fGEbGzsm6DvSvbZUnyrfkRYNsT9F8Q==",
|
|
5273
5258
|
"license": "MIT",
|
|
5274
5259
|
"dependencies": {
|
|
5275
5260
|
"@sindresorhus/is": "^4",
|
|
5276
|
-
"abort-controller": "^3.0.0",
|
|
5277
5261
|
"base64url": "^3.0.1",
|
|
5278
5262
|
"csv-parse": "^5.5.2",
|
|
5279
5263
|
"csv-stringify": "^6.4.4",
|
|
@@ -5315,9 +5299,9 @@
|
|
|
5315
5299
|
}
|
|
5316
5300
|
},
|
|
5317
5301
|
"node_modules/@listr2/prompt-adapter-enquirer": {
|
|
5318
|
-
"version": "2.0.
|
|
5319
|
-
"resolved": "https://registry.npmjs.org/@listr2/prompt-adapter-enquirer/-/prompt-adapter-enquirer-2.0.
|
|
5320
|
-
"integrity": "sha512-
|
|
5302
|
+
"version": "2.0.12",
|
|
5303
|
+
"resolved": "https://registry.npmjs.org/@listr2/prompt-adapter-enquirer/-/prompt-adapter-enquirer-2.0.12.tgz",
|
|
5304
|
+
"integrity": "sha512-WR1RvaiRuSOQ8i8Hr6CLlPXFsL2u9xwoADKYD2GeUsk7EBOx7cb9GFvJhHnlVUZq4LaPvY1U1NtrgXoslteaVA==",
|
|
5321
5305
|
"license": "MIT",
|
|
5322
5306
|
"engines": {
|
|
5323
5307
|
"node": ">=18.0.0"
|
|
@@ -5362,9 +5346,9 @@
|
|
|
5362
5346
|
}
|
|
5363
5347
|
},
|
|
5364
5348
|
"node_modules/@oclif/core": {
|
|
5365
|
-
"version": "4.0.
|
|
5366
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
5367
|
-
"integrity": "sha512-
|
|
5349
|
+
"version": "4.0.27",
|
|
5350
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.27.tgz",
|
|
5351
|
+
"integrity": "sha512-9j92jHr6k2tjQ6/mIwNi46Gqw+qbPFQ02mxT5T8/nxO2fgsPL3qL0kb9SR1il5AVfqpgLIG3uLUcw87rgaioUg==",
|
|
5368
5352
|
"license": "MIT",
|
|
5369
5353
|
"dependencies": {
|
|
5370
5354
|
"ansi-escapes": "^4.3.2",
|
|
@@ -5376,7 +5360,7 @@
|
|
|
5376
5360
|
"get-package-type": "^0.1.0",
|
|
5377
5361
|
"globby": "^11.1.0",
|
|
5378
5362
|
"indent-string": "^4.0.0",
|
|
5379
|
-
"is-wsl": "^
|
|
5363
|
+
"is-wsl": "^3",
|
|
5380
5364
|
"lilconfig": "^3.1.2",
|
|
5381
5365
|
"minimatch": "^9.0.5",
|
|
5382
5366
|
"semver": "^7.6.3",
|
|
@@ -5438,9 +5422,9 @@
|
|
|
5438
5422
|
}
|
|
5439
5423
|
},
|
|
5440
5424
|
"node_modules/@oclif/plugin-help": {
|
|
5441
|
-
"version": "6.2.
|
|
5442
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
5443
|
-
"integrity": "sha512-
|
|
5425
|
+
"version": "6.2.13",
|
|
5426
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.13.tgz",
|
|
5427
|
+
"integrity": "sha512-IgLytXXYfuTs6dV7xhgt4xhE4Mjx8/29/4iH6jp9TKDblopCBnZ3q1VMlHfhhLsJ4Q+rSjP/QCHtiO3HnXk69Q==",
|
|
5444
5428
|
"dev": true,
|
|
5445
5429
|
"license": "MIT",
|
|
5446
5430
|
"dependencies": {
|
|
@@ -5823,12 +5807,12 @@
|
|
|
5823
5807
|
}
|
|
5824
5808
|
},
|
|
5825
5809
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
5826
|
-
"version": "12.7.
|
|
5827
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.7.
|
|
5828
|
-
"integrity": "sha512-
|
|
5810
|
+
"version": "12.7.3",
|
|
5811
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.7.3.tgz",
|
|
5812
|
+
"integrity": "sha512-hnaU4maxxHYc7B2fBKNevXjBJqTOdOqXIRhIHypeC1OMuUGYT6hchAxRIYGYaG+LEQ8Af4QG7t4zx3nJZuXV2Q==",
|
|
5829
5813
|
"license": "BSD-3-Clause",
|
|
5830
5814
|
"dependencies": {
|
|
5831
|
-
"@salesforce/core": "^8.
|
|
5815
|
+
"@salesforce/core": "^8.6.1",
|
|
5832
5816
|
"@salesforce/kit": "^3.2.2",
|
|
5833
5817
|
"@salesforce/ts-types": "^2.0.12",
|
|
5834
5818
|
"fast-levenshtein": "^3.0.0",
|
|
@@ -11026,13 +11010,13 @@
|
|
|
11026
11010
|
}
|
|
11027
11011
|
},
|
|
11028
11012
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
11029
|
-
"version": "1.20.
|
|
11030
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
11031
|
-
"integrity": "sha512-
|
|
11013
|
+
"version": "1.20.8",
|
|
11014
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.8.tgz",
|
|
11015
|
+
"integrity": "sha512-GCQjzf30OSBr8rg3c/FqWQvbJlXJtWzZkAttXxRRh/A108glXwgME06CU882f3sXidA0vbfoic4WB8SOv6ULPA==",
|
|
11032
11016
|
"dev": true,
|
|
11033
11017
|
"license": "BSD-3-Clause",
|
|
11034
11018
|
"dependencies": {
|
|
11035
|
-
"@salesforce/core": "^8.
|
|
11019
|
+
"@salesforce/core": "^8.6.1",
|
|
11036
11020
|
"@typescript-eslint/utils": "^7.18.0"
|
|
11037
11021
|
},
|
|
11038
11022
|
"engines": {
|
|
@@ -12880,6 +12864,7 @@
|
|
|
12880
12864
|
"version": "2.2.1",
|
|
12881
12865
|
"resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
|
|
12882
12866
|
"integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
|
|
12867
|
+
"dev": true,
|
|
12883
12868
|
"license": "MIT",
|
|
12884
12869
|
"bin": {
|
|
12885
12870
|
"is-docker": "cli.js"
|
|
@@ -13183,15 +13168,18 @@
|
|
|
13183
13168
|
}
|
|
13184
13169
|
},
|
|
13185
13170
|
"node_modules/is-wsl": {
|
|
13186
|
-
"version": "
|
|
13187
|
-
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-
|
|
13188
|
-
"integrity": "sha512-
|
|
13171
|
+
"version": "3.1.0",
|
|
13172
|
+
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
|
|
13173
|
+
"integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
|
|
13189
13174
|
"license": "MIT",
|
|
13190
13175
|
"dependencies": {
|
|
13191
|
-
"is-
|
|
13176
|
+
"is-inside-container": "^1.0.0"
|
|
13192
13177
|
},
|
|
13193
13178
|
"engines": {
|
|
13194
|
-
"node": ">=
|
|
13179
|
+
"node": ">=16"
|
|
13180
|
+
},
|
|
13181
|
+
"funding": {
|
|
13182
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
13195
13183
|
}
|
|
13196
13184
|
},
|
|
13197
13185
|
"node_modules/isarray": {
|
|
@@ -13938,9 +13926,9 @@
|
|
|
13938
13926
|
}
|
|
13939
13927
|
},
|
|
13940
13928
|
"node_modules/listr2": {
|
|
13941
|
-
"version": "8.2.
|
|
13942
|
-
"resolved": "https://registry.npmjs.org/listr2/-/listr2-8.2.
|
|
13943
|
-
"integrity": "sha512-
|
|
13929
|
+
"version": "8.2.5",
|
|
13930
|
+
"resolved": "https://registry.npmjs.org/listr2/-/listr2-8.2.5.tgz",
|
|
13931
|
+
"integrity": "sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ==",
|
|
13944
13932
|
"license": "MIT",
|
|
13945
13933
|
"dependencies": {
|
|
13946
13934
|
"cli-truncate": "^4.0.0",
|
|
@@ -15352,9 +15340,9 @@
|
|
|
15352
15340
|
}
|
|
15353
15341
|
},
|
|
15354
15342
|
"node_modules/oclif": {
|
|
15355
|
-
"version": "4.
|
|
15356
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
15357
|
-
"integrity": "sha512-
|
|
15343
|
+
"version": "4.15.2",
|
|
15344
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.15.2.tgz",
|
|
15345
|
+
"integrity": "sha512-OUgrpw/juKUJ6lk24DyQYO4TyvvvuFdmPaMEvCb1IRO4njNIkWRqiar9pRU1jcakCyfmsDBddgPsyqovlIhPAA==",
|
|
15358
15346
|
"dev": true,
|
|
15359
15347
|
"license": "MIT",
|
|
15360
15348
|
"dependencies": {
|
|
@@ -15363,7 +15351,7 @@
|
|
|
15363
15351
|
"@inquirer/confirm": "^3.1.22",
|
|
15364
15352
|
"@inquirer/input": "^2.2.4",
|
|
15365
15353
|
"@inquirer/select": "^2.5.0",
|
|
15366
|
-
"@oclif/core": "^4",
|
|
15354
|
+
"@oclif/core": "^4.0.27",
|
|
15367
15355
|
"@oclif/plugin-help": "^6.2.10",
|
|
15368
15356
|
"@oclif/plugin-not-found": "^3.2.21",
|
|
15369
15357
|
"@oclif/plugin-warn-if-update-available": "^3.1.11",
|
|
@@ -15505,6 +15493,19 @@
|
|
|
15505
15493
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
15506
15494
|
}
|
|
15507
15495
|
},
|
|
15496
|
+
"node_modules/open/node_modules/is-wsl": {
|
|
15497
|
+
"version": "2.2.0",
|
|
15498
|
+
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
|
|
15499
|
+
"integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
|
|
15500
|
+
"dev": true,
|
|
15501
|
+
"license": "MIT",
|
|
15502
|
+
"dependencies": {
|
|
15503
|
+
"is-docker": "^2.0.0"
|
|
15504
|
+
},
|
|
15505
|
+
"engines": {
|
|
15506
|
+
"node": ">=8"
|
|
15507
|
+
}
|
|
15508
|
+
},
|
|
15508
15509
|
"node_modules/optionator": {
|
|
15509
15510
|
"version": "0.9.3",
|
|
15510
15511
|
"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1573,18 +1573,18 @@
|
|
|
1573
1573
|
semver "^7.6.3"
|
|
1574
1574
|
semver-compare "^1.0.0"
|
|
1575
1575
|
|
|
1576
|
-
"@jayree/sfdx-plugin-manifest@^3.5.
|
|
1577
|
-
version "3.5.
|
|
1578
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.5.
|
|
1579
|
-
integrity sha512-
|
|
1576
|
+
"@jayree/sfdx-plugin-manifest@^3.5.21":
|
|
1577
|
+
version "3.5.21"
|
|
1578
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.5.21.tgz"
|
|
1579
|
+
integrity sha512-uLITlXaVH8NNZASXkeUVgwsD8hS6hn3Tawfa8wyvJ9TpEuc/vYifr2eSC5NcP9mKQCa7zA1D40Tc/3LgZOTHVA==
|
|
1580
1580
|
dependencies:
|
|
1581
1581
|
"@jayree/changelog" "^1.2.4"
|
|
1582
|
-
"@oclif/core" "^4.0.
|
|
1582
|
+
"@oclif/core" "^4.0.23"
|
|
1583
1583
|
"@salesforce/core" "^8.5.7"
|
|
1584
1584
|
"@salesforce/kit" "^3.2.2"
|
|
1585
1585
|
"@salesforce/sf-plugins-core" "^11.3.10"
|
|
1586
|
-
"@salesforce/source-deploy-retrieve" "^12.7.
|
|
1587
|
-
"@salesforce/source-tracking" "^7.1.
|
|
1586
|
+
"@salesforce/source-deploy-retrieve" "^12.7.2"
|
|
1587
|
+
"@salesforce/source-tracking" "^7.1.16"
|
|
1588
1588
|
"@salesforce/ts-types" "^2.0.12"
|
|
1589
1589
|
fast-deep-equal "^3.1.3"
|
|
1590
1590
|
fast-xml-parser "^4.4.1"
|
|
@@ -1592,18 +1592,18 @@
|
|
|
1592
1592
|
graceful-fs "^4.2.11"
|
|
1593
1593
|
isomorphic-git "1.27.1"
|
|
1594
1594
|
|
|
1595
|
-
"@jayree/sfdx-plugin-org@^1.2.
|
|
1596
|
-
version "1.2.
|
|
1597
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
1598
|
-
integrity sha512-
|
|
1595
|
+
"@jayree/sfdx-plugin-org@^1.2.75":
|
|
1596
|
+
version "1.2.75"
|
|
1597
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.75.tgz"
|
|
1598
|
+
integrity sha512-agqjhPmIxHCbp3uhDBBO3R2j22h/Heutqn1kPugSX3dRFwvEvwpoUy2MWO0PoE1GpMPqJ5Ill5zzB+imiZLaQw==
|
|
1599
1599
|
dependencies:
|
|
1600
1600
|
"@jayree/changelog" "^1.2.4"
|
|
1601
|
-
"@jsforce/jsforce-node" "^3.
|
|
1602
|
-
"@listr2/prompt-adapter-enquirer" "^2.0.
|
|
1603
|
-
"@oclif/core" "^4.0.
|
|
1601
|
+
"@jsforce/jsforce-node" "^3.5.1"
|
|
1602
|
+
"@listr2/prompt-adapter-enquirer" "^2.0.12"
|
|
1603
|
+
"@oclif/core" "^4.0.27"
|
|
1604
1604
|
"@salesforce/core" "^8.6.1"
|
|
1605
1605
|
"@salesforce/sf-plugins-core" "^11.3.10"
|
|
1606
|
-
"@salesforce/source-deploy-retrieve" "^12.7.
|
|
1606
|
+
"@salesforce/source-deploy-retrieve" "^12.7.3"
|
|
1607
1607
|
"@salesforce/ts-types" "^2.0.12"
|
|
1608
1608
|
chalk "^5.3.0"
|
|
1609
1609
|
cli-progress "^3.12.0"
|
|
@@ -1613,25 +1613,25 @@
|
|
|
1613
1613
|
fs-extra "^11.2.0"
|
|
1614
1614
|
is-docker "^3.0.0"
|
|
1615
1615
|
is-wsl "^3.1.0"
|
|
1616
|
-
listr2 "^8.2.
|
|
1616
|
+
listr2 "^8.2.5"
|
|
1617
1617
|
log-update "^6.0.0"
|
|
1618
1618
|
playwright-chromium "^1.47.2"
|
|
1619
1619
|
tabletojson "4.1.4"
|
|
1620
1620
|
tslib "^2.7.0"
|
|
1621
1621
|
wrap-ansi "^9.0.0"
|
|
1622
1622
|
|
|
1623
|
-
"@jayree/sfdx-plugin-prettier@^1.3.
|
|
1624
|
-
version "1.3.
|
|
1625
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
1626
|
-
integrity sha512-
|
|
1623
|
+
"@jayree/sfdx-plugin-prettier@^1.3.84":
|
|
1624
|
+
version "1.3.84"
|
|
1625
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.84.tgz"
|
|
1626
|
+
integrity sha512-LGRbp7aK1pGIFPBXt2XSglrEJiE9PMxdjaLlPssluWx+T6imDPIq5vRTVIuJ8Cy/wmIXhs2B2Eu3Slk/fMTK/g==
|
|
1627
1627
|
dependencies:
|
|
1628
1628
|
"@jayree/changelog" "^1.2.4"
|
|
1629
|
-
"@oclif/core" "^4.0.
|
|
1629
|
+
"@oclif/core" "^4.0.27"
|
|
1630
1630
|
"@prettier/plugin-xml" "^3.4.1"
|
|
1631
1631
|
"@salesforce/core" "^8.6.1"
|
|
1632
1632
|
"@salesforce/kit" "^3.2.3"
|
|
1633
1633
|
"@salesforce/sf-plugins-core" "^11.3.10"
|
|
1634
|
-
"@salesforce/source-deploy-retrieve" "^12.7.
|
|
1634
|
+
"@salesforce/source-deploy-retrieve" "^12.7.3"
|
|
1635
1635
|
cli-progress "^3.12.0"
|
|
1636
1636
|
debug "^4.3.7"
|
|
1637
1637
|
fs-extra "^11.2.0"
|
|
@@ -1640,17 +1640,17 @@
|
|
|
1640
1640
|
prettier-plugin-apex "^2.1.4"
|
|
1641
1641
|
tslib "^2.7.0"
|
|
1642
1642
|
|
|
1643
|
-
"@jayree/sfdx-plugin-source@^1.3.
|
|
1644
|
-
version "1.3.
|
|
1645
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
1646
|
-
integrity sha512-
|
|
1643
|
+
"@jayree/sfdx-plugin-source@^1.3.79":
|
|
1644
|
+
version "1.3.79"
|
|
1645
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.79.tgz"
|
|
1646
|
+
integrity sha512-bruAFChZeSavtIqeq/744U/wtobEnC+KDAq0pctDJH/5xgFW1o3o7iM5g2qRvDTvxf0nHjBgsv2cwxORuYW8cQ==
|
|
1647
1647
|
dependencies:
|
|
1648
1648
|
"@jayree/changelog" "^1.2.4"
|
|
1649
1649
|
"@oclif/core" "^4.0.22"
|
|
1650
1650
|
"@salesforce/core" "^8.5.7"
|
|
1651
1651
|
"@salesforce/kit" "^3.2.3"
|
|
1652
1652
|
"@salesforce/sf-plugins-core" "^11.3.10"
|
|
1653
|
-
"@salesforce/source-deploy-retrieve" "^12.7.
|
|
1653
|
+
"@salesforce/source-deploy-retrieve" "^12.7.3"
|
|
1654
1654
|
"@salesforce/source-tracking" "^7.1.16"
|
|
1655
1655
|
"@salesforce/ts-types" "^2.0.11"
|
|
1656
1656
|
ansis "^3.2.0"
|
|
@@ -1703,13 +1703,12 @@
|
|
|
1703
1703
|
"@jridgewell/resolve-uri" "^3.0.3"
|
|
1704
1704
|
"@jridgewell/sourcemap-codec" "^1.4.10"
|
|
1705
1705
|
|
|
1706
|
-
"@jsforce/jsforce-node@^3.4.1", "@jsforce/jsforce-node@^3.
|
|
1707
|
-
version "3.
|
|
1708
|
-
resolved "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.
|
|
1709
|
-
integrity sha512-
|
|
1706
|
+
"@jsforce/jsforce-node@^3.4.1", "@jsforce/jsforce-node@^3.5.1":
|
|
1707
|
+
version "3.5.1"
|
|
1708
|
+
resolved "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.5.1.tgz"
|
|
1709
|
+
integrity sha512-P+pfsLL6AddDeBP3iswjlB1+YM4w2ZsWTqunGjMA0/Aj8Jt4gA+XycV+fGEbGzsm6DvSvbZUnyrfkRYNsT9F8Q==
|
|
1710
1710
|
dependencies:
|
|
1711
1711
|
"@sindresorhus/is" "^4"
|
|
1712
|
-
abort-controller "^3.0.0"
|
|
1713
1712
|
base64url "^3.0.1"
|
|
1714
1713
|
csv-parse "^5.5.2"
|
|
1715
1714
|
csv-stringify "^6.4.4"
|
|
@@ -1721,10 +1720,10 @@
|
|
|
1721
1720
|
strip-ansi "^6.0.0"
|
|
1722
1721
|
xml2js "^0.6.2"
|
|
1723
1722
|
|
|
1724
|
-
"@listr2/prompt-adapter-enquirer@^2.0.
|
|
1725
|
-
version "2.0.
|
|
1726
|
-
resolved "https://registry.npmjs.org/@listr2/prompt-adapter-enquirer/-/prompt-adapter-enquirer-2.0.
|
|
1727
|
-
integrity sha512-
|
|
1723
|
+
"@listr2/prompt-adapter-enquirer@^2.0.12":
|
|
1724
|
+
version "2.0.12"
|
|
1725
|
+
resolved "https://registry.npmjs.org/@listr2/prompt-adapter-enquirer/-/prompt-adapter-enquirer-2.0.12.tgz"
|
|
1726
|
+
integrity sha512-WR1RvaiRuSOQ8i8Hr6CLlPXFsL2u9xwoADKYD2GeUsk7EBOx7cb9GFvJhHnlVUZq4LaPvY1U1NtrgXoslteaVA==
|
|
1728
1727
|
|
|
1729
1728
|
"@nodelib/fs.scandir@2.1.5":
|
|
1730
1729
|
version "2.1.5"
|
|
@@ -1747,10 +1746,10 @@
|
|
|
1747
1746
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1748
1747
|
fastq "^1.6.0"
|
|
1749
1748
|
|
|
1750
|
-
"@oclif/core@^4", "@oclif/core@^4.0.19", "@oclif/core@^4.0.22", "@oclif/core@^4.0.23":
|
|
1751
|
-
version "4.0.
|
|
1752
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
1753
|
-
integrity sha512-
|
|
1749
|
+
"@oclif/core@^4", "@oclif/core@^4.0.19", "@oclif/core@^4.0.22", "@oclif/core@^4.0.23", "@oclif/core@^4.0.27":
|
|
1750
|
+
version "4.0.27"
|
|
1751
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.27.tgz"
|
|
1752
|
+
integrity sha512-9j92jHr6k2tjQ6/mIwNi46Gqw+qbPFQ02mxT5T8/nxO2fgsPL3qL0kb9SR1il5AVfqpgLIG3uLUcw87rgaioUg==
|
|
1754
1753
|
dependencies:
|
|
1755
1754
|
ansi-escapes "^4.3.2"
|
|
1756
1755
|
ansis "^3.3.2"
|
|
@@ -1761,7 +1760,7 @@
|
|
|
1761
1760
|
get-package-type "^0.1.0"
|
|
1762
1761
|
globby "^11.1.0"
|
|
1763
1762
|
indent-string "^4.0.0"
|
|
1764
|
-
is-wsl "^
|
|
1763
|
+
is-wsl "^3"
|
|
1765
1764
|
lilconfig "^3.1.2"
|
|
1766
1765
|
minimatch "^9.0.5"
|
|
1767
1766
|
semver "^7.6.3"
|
|
@@ -1771,10 +1770,10 @@
|
|
|
1771
1770
|
wordwrap "^1.0.0"
|
|
1772
1771
|
wrap-ansi "^7.0.0"
|
|
1773
1772
|
|
|
1774
|
-
"@oclif/plugin-help@^6.2.10", "@oclif/plugin-help@^6.2.
|
|
1775
|
-
version "6.2.
|
|
1776
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
1777
|
-
integrity sha512-
|
|
1773
|
+
"@oclif/plugin-help@^6.2.10", "@oclif/plugin-help@^6.2.13":
|
|
1774
|
+
version "6.2.13"
|
|
1775
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.13.tgz"
|
|
1776
|
+
integrity sha512-IgLytXXYfuTs6dV7xhgt4xhE4Mjx8/29/4iH6jp9TKDblopCBnZ3q1VMlHfhhLsJ4Q+rSjP/QCHtiO3HnXk69Q==
|
|
1778
1777
|
dependencies:
|
|
1779
1778
|
"@oclif/core" "^4"
|
|
1780
1779
|
|
|
@@ -1816,7 +1815,7 @@
|
|
|
1816
1815
|
dependencies:
|
|
1817
1816
|
"@xml-tools/parser" "^1.0.11"
|
|
1818
1817
|
|
|
1819
|
-
"@salesforce/core@^8.5.1", "@salesforce/core@^8.5.
|
|
1818
|
+
"@salesforce/core@^8.5.1", "@salesforce/core@^8.5.7", "@salesforce/core@^8.6.1":
|
|
1820
1819
|
version "8.6.1"
|
|
1821
1820
|
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.6.1.tgz"
|
|
1822
1821
|
integrity sha512-bOS6YIjk3IFzFtZcQXUIbJQ740Gh6EyzlcvoBpDpFA5eaz5ZrS0dO1e0rU6Gn4V1FZkvt84gQXA5G1M8tTNKVw==
|
|
@@ -1912,12 +1911,12 @@
|
|
|
1912
1911
|
string-width "^7.2.0"
|
|
1913
1912
|
terminal-link "^3.0.0"
|
|
1914
1913
|
|
|
1915
|
-
"@salesforce/source-deploy-retrieve@^12.7.1":
|
|
1916
|
-
version "12.7.
|
|
1917
|
-
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.7.
|
|
1918
|
-
integrity sha512-
|
|
1914
|
+
"@salesforce/source-deploy-retrieve@^12.7.1", "@salesforce/source-deploy-retrieve@^12.7.2", "@salesforce/source-deploy-retrieve@^12.7.3":
|
|
1915
|
+
version "12.7.3"
|
|
1916
|
+
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.7.3.tgz"
|
|
1917
|
+
integrity sha512-hnaU4maxxHYc7B2fBKNevXjBJqTOdOqXIRhIHypeC1OMuUGYT6hchAxRIYGYaG+LEQ8Af4QG7t4zx3nJZuXV2Q==
|
|
1919
1918
|
dependencies:
|
|
1920
|
-
"@salesforce/core" "^8.
|
|
1919
|
+
"@salesforce/core" "^8.6.1"
|
|
1921
1920
|
"@salesforce/kit" "^3.2.2"
|
|
1922
1921
|
"@salesforce/ts-types" "^2.0.12"
|
|
1923
1922
|
fast-levenshtein "^3.0.0"
|
|
@@ -1931,7 +1930,7 @@
|
|
|
1931
1930
|
minimatch "^9.0.5"
|
|
1932
1931
|
proxy-agent "^6.4.0"
|
|
1933
1932
|
|
|
1934
|
-
"@salesforce/source-tracking@^7.1.
|
|
1933
|
+
"@salesforce/source-tracking@^7.1.16":
|
|
1935
1934
|
version "7.1.16"
|
|
1936
1935
|
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.1.16.tgz"
|
|
1937
1936
|
integrity sha512-q+hvKihRupfRL5pKFoeAsBkUKY9OCjAcg6vnqkRigqF6KvsjoILt64dqRFDLmZ7iVw7K3RWgcDKSoQxgf14Kvw==
|
|
@@ -4720,12 +4719,12 @@ eslint-plugin-prettier@^5.2.1:
|
|
|
4720
4719
|
prettier-linter-helpers "^1.0.0"
|
|
4721
4720
|
synckit "^0.9.1"
|
|
4722
4721
|
|
|
4723
|
-
eslint-plugin-sf-plugin@^1.20.
|
|
4724
|
-
version "1.20.
|
|
4725
|
-
resolved "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
4726
|
-
integrity sha512-
|
|
4722
|
+
eslint-plugin-sf-plugin@^1.20.8:
|
|
4723
|
+
version "1.20.8"
|
|
4724
|
+
resolved "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.8.tgz"
|
|
4725
|
+
integrity sha512-GCQjzf30OSBr8rg3c/FqWQvbJlXJtWzZkAttXxRRh/A108glXwgME06CU882f3sXidA0vbfoic4WB8SOv6ULPA==
|
|
4727
4726
|
dependencies:
|
|
4728
|
-
"@salesforce/core" "^8.
|
|
4727
|
+
"@salesforce/core" "^8.6.1"
|
|
4729
4728
|
"@typescript-eslint/utils" "^7.18.0"
|
|
4730
4729
|
|
|
4731
4730
|
eslint-plugin-unicorn@^50.0.1:
|
|
@@ -5951,14 +5950,14 @@ is-windows@^1.0.2:
|
|
|
5951
5950
|
resolved "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz"
|
|
5952
5951
|
integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==
|
|
5953
5952
|
|
|
5954
|
-
is-wsl@^2.1.1
|
|
5953
|
+
is-wsl@^2.1.1:
|
|
5955
5954
|
version "2.2.0"
|
|
5956
5955
|
resolved "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz"
|
|
5957
5956
|
integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==
|
|
5958
5957
|
dependencies:
|
|
5959
5958
|
is-docker "^2.0.0"
|
|
5960
5959
|
|
|
5961
|
-
is-wsl@^3.1.0:
|
|
5960
|
+
is-wsl@^3, is-wsl@^3.1.0:
|
|
5962
5961
|
version "3.1.0"
|
|
5963
5962
|
resolved "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz"
|
|
5964
5963
|
integrity sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==
|
|
@@ -6382,10 +6381,10 @@ linkinator@^6.1.1:
|
|
|
6382
6381
|
server-destroy "^1.0.1"
|
|
6383
6382
|
srcset "^5.0.0"
|
|
6384
6383
|
|
|
6385
|
-
listr2@^8.2.
|
|
6386
|
-
version "8.2.
|
|
6387
|
-
resolved "https://registry.npmjs.org/listr2/-/listr2-8.2.
|
|
6388
|
-
integrity sha512-
|
|
6384
|
+
listr2@^8.2.5:
|
|
6385
|
+
version "8.2.5"
|
|
6386
|
+
resolved "https://registry.npmjs.org/listr2/-/listr2-8.2.5.tgz"
|
|
6387
|
+
integrity sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ==
|
|
6389
6388
|
dependencies:
|
|
6390
6389
|
cli-truncate "^4.0.0"
|
|
6391
6390
|
colorette "^2.0.20"
|
|
@@ -7122,17 +7121,17 @@ object.values@^1.1.7:
|
|
|
7122
7121
|
define-properties "^1.2.0"
|
|
7123
7122
|
es-abstract "^1.22.1"
|
|
7124
7123
|
|
|
7125
|
-
oclif@^4.
|
|
7126
|
-
version "4.
|
|
7127
|
-
resolved "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
7128
|
-
integrity sha512-
|
|
7124
|
+
oclif@^4.15.2:
|
|
7125
|
+
version "4.15.2"
|
|
7126
|
+
resolved "https://registry.npmjs.org/oclif/-/oclif-4.15.2.tgz"
|
|
7127
|
+
integrity sha512-OUgrpw/juKUJ6lk24DyQYO4TyvvvuFdmPaMEvCb1IRO4njNIkWRqiar9pRU1jcakCyfmsDBddgPsyqovlIhPAA==
|
|
7129
7128
|
dependencies:
|
|
7130
7129
|
"@aws-sdk/client-cloudfront" "^3.645.0"
|
|
7131
7130
|
"@aws-sdk/client-s3" "^3.651.1"
|
|
7132
7131
|
"@inquirer/confirm" "^3.1.22"
|
|
7133
7132
|
"@inquirer/input" "^2.2.4"
|
|
7134
7133
|
"@inquirer/select" "^2.5.0"
|
|
7135
|
-
"@oclif/core" "^4"
|
|
7134
|
+
"@oclif/core" "^4.0.27"
|
|
7136
7135
|
"@oclif/plugin-help" "^6.2.10"
|
|
7137
7136
|
"@oclif/plugin-not-found" "^3.2.21"
|
|
7138
7137
|
"@oclif/plugin-warn-if-update-available" "^3.1.11"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
3
|
"description": "A Salesforce CLI plugin containing commands and hooks for Salesforce Application Lifecycle Management tasks.",
|
|
4
|
-
"version": "4.8.
|
|
4
|
+
"version": "4.8.95",
|
|
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
|
-
"@jayree/sfdx-plugin-manifest": "^3.5.
|
|
10
|
-
"@jayree/sfdx-plugin-org": "^1.2.
|
|
11
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
12
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
9
|
+
"@jayree/sfdx-plugin-manifest": "^3.5.21",
|
|
10
|
+
"@jayree/sfdx-plugin-org": "^1.2.75",
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.84",
|
|
12
|
+
"@jayree/sfdx-plugin-source": "^1.3.79"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@oclif/plugin-help": "^6.2.
|
|
15
|
+
"@oclif/plugin-help": "^6.2.13",
|
|
16
16
|
"@salesforce/dev-scripts": "^10.2.10",
|
|
17
17
|
"@salesforce/ts-sinon": "^1.4.27",
|
|
18
18
|
"c8": "^10.1.2",
|
|
19
19
|
"eslint-plugin-prettier": "^5.2.1",
|
|
20
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
20
|
+
"eslint-plugin-sf-plugin": "^1.20.8",
|
|
21
21
|
"nock": "^13.5.5",
|
|
22
|
-
"oclif": "^4.
|
|
22
|
+
"oclif": "^4.15.2",
|
|
23
23
|
"patch-package": "^8.0.0",
|
|
24
24
|
"pinst": "^3.0.0",
|
|
25
25
|
"prettier": "^3.3.3",
|