sfdx-jayree 4.8.142 → 4.8.144
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 +16 -0
- package/README.md +15 -15
- package/npm-shrinkwrap.json +156 -156
- package/oclif.lock +75 -75
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## [4.8.144](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.143...v4.8.144) (2025-07-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 4.0.27 to 4.0.33 ([#1692](https://github.com/jayree/sfdx-jayree-plugin/issues/1692)) ([dacabd6](https://github.com/jayree/sfdx-jayree-plugin/commit/dacabd669340a508f7376af9e597da3d12dfb7d4))
|
|
7
|
+
|
|
8
|
+
## [4.8.143](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.142...v4.8.143) (2025-07-04)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.122 to 1.2.123 ([#1693](https://github.com/jayree/sfdx-jayree-plugin/issues/1693)) ([4157e90](https://github.com/jayree/sfdx-jayree-plugin/commit/4157e9028297e953f4c0aa5b735612e50ef0a2d9))
|
|
14
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.120 to 1.3.121 ([#1691](https://github.com/jayree/sfdx-jayree-plugin/issues/1691)) ([63d7f69](https://github.com/jayree/sfdx-jayree-plugin/commit/63d7f696490088342d62ee442bb68df6aa92316b))
|
|
15
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.119 to 1.3.120 ([#1690](https://github.com/jayree/sfdx-jayree-plugin/issues/1690)) ([498f020](https://github.com/jayree/sfdx-jayree-plugin/commit/498f02087d58bb5598e6f095885400d2fb6c3ef0))
|
|
16
|
+
|
|
1
17
|
## [4.8.142](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.141...v4.8.142) (2025-06-27)
|
|
2
18
|
|
|
3
19
|
|
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.123/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/v4.0.
|
|
93
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.33/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/v4.0.
|
|
131
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.33/src/commands/jayree/manifest/generate.ts)_
|
|
132
132
|
|
|
133
133
|
### `sfdx jayree manifest git diff REF1 [REF2]`
|
|
134
134
|
|
|
@@ -208,7 +208,7 @@ FLAG DESCRIPTIONS
|
|
|
208
208
|
Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
|
|
209
209
|
```
|
|
210
210
|
|
|
211
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.
|
|
211
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.33/src/commands/jayree/manifest/git/diff.ts)_
|
|
212
212
|
|
|
213
213
|
### `sfdx jayree org configure`
|
|
214
214
|
|
|
@@ -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.123/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.123/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.123/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.123/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.123/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.120/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.120/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.120/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.120/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.120/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.120/src/commands/jayree/project/store/tracking/set.ts)_
|
|
498
498
|
<!-- commandsstop -->
|
|
499
499
|
|
|
500
500
|
## Hooks
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.144",
|
|
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.144",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@jayree/sfdx-plugin-manifest": "^4.0.
|
|
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": "^4.0.33",
|
|
13
|
+
"@jayree/sfdx-plugin-org": "^1.2.123",
|
|
14
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.121",
|
|
15
|
+
"@jayree/sfdx-plugin-source": "^1.3.120"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@oclif/plugin-help": "^6.2.28",
|
|
@@ -4015,14 +4015,14 @@
|
|
|
4015
4015
|
}
|
|
4016
4016
|
},
|
|
4017
4017
|
"node_modules/@jayree/changelog": {
|
|
4018
|
-
"version": "1.2.
|
|
4019
|
-
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.
|
|
4020
|
-
"integrity": "sha512-
|
|
4018
|
+
"version": "1.2.11",
|
|
4019
|
+
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.11.tgz",
|
|
4020
|
+
"integrity": "sha512-T3UmRnXuNL2V0td1R9FUfKf8wyheFySM3jJKALLwPdqkMzZXKOjzHMERORE5IGz08sDAGN4FyBlBDwUQI4XhtA==",
|
|
4021
4021
|
"license": "BSD-3-Clause",
|
|
4022
4022
|
"dependencies": {
|
|
4023
4023
|
"debug": "^4.4.1",
|
|
4024
4024
|
"fs-extra": "^11.3.0",
|
|
4025
|
-
"marked": "^
|
|
4025
|
+
"marked": "^16.0.0",
|
|
4026
4026
|
"marked-terminal": "^7.3.0",
|
|
4027
4027
|
"semver": "^7.7.2",
|
|
4028
4028
|
"semver-compare": "^1.0.0"
|
|
@@ -4031,25 +4031,113 @@
|
|
|
4031
4031
|
"node": ">=16.0.0"
|
|
4032
4032
|
}
|
|
4033
4033
|
},
|
|
4034
|
+
"node_modules/@jayree/changelog/node_modules/ansi-escapes": {
|
|
4035
|
+
"version": "7.0.0",
|
|
4036
|
+
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.0.0.tgz",
|
|
4037
|
+
"integrity": "sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==",
|
|
4038
|
+
"license": "MIT",
|
|
4039
|
+
"dependencies": {
|
|
4040
|
+
"environment": "^1.0.0"
|
|
4041
|
+
},
|
|
4042
|
+
"engines": {
|
|
4043
|
+
"node": ">=18"
|
|
4044
|
+
},
|
|
4045
|
+
"funding": {
|
|
4046
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4047
|
+
}
|
|
4048
|
+
},
|
|
4049
|
+
"node_modules/@jayree/changelog/node_modules/ansi-regex": {
|
|
4050
|
+
"version": "6.1.0",
|
|
4051
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
|
|
4052
|
+
"integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
|
|
4053
|
+
"license": "MIT",
|
|
4054
|
+
"engines": {
|
|
4055
|
+
"node": ">=12"
|
|
4056
|
+
},
|
|
4057
|
+
"funding": {
|
|
4058
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
4059
|
+
}
|
|
4060
|
+
},
|
|
4061
|
+
"node_modules/@jayree/changelog/node_modules/chalk": {
|
|
4062
|
+
"version": "5.4.1",
|
|
4063
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
|
|
4064
|
+
"integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
|
|
4065
|
+
"license": "MIT",
|
|
4066
|
+
"engines": {
|
|
4067
|
+
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
4068
|
+
},
|
|
4069
|
+
"funding": {
|
|
4070
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
4071
|
+
}
|
|
4072
|
+
},
|
|
4073
|
+
"node_modules/@jayree/changelog/node_modules/marked": {
|
|
4074
|
+
"version": "16.0.0",
|
|
4075
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-16.0.0.tgz",
|
|
4076
|
+
"integrity": "sha512-MUKMXDjsD/eptB7GPzxo4xcnLS6oo7/RHimUMHEDRhUooPwmN9BEpMl7AEOJv3bmso169wHI2wUF9VQgL7zfmA==",
|
|
4077
|
+
"license": "MIT",
|
|
4078
|
+
"bin": {
|
|
4079
|
+
"marked": "bin/marked.js"
|
|
4080
|
+
},
|
|
4081
|
+
"engines": {
|
|
4082
|
+
"node": ">= 20"
|
|
4083
|
+
}
|
|
4084
|
+
},
|
|
4085
|
+
"node_modules/@jayree/changelog/node_modules/marked-terminal": {
|
|
4086
|
+
"version": "7.3.0",
|
|
4087
|
+
"resolved": "https://registry.npmjs.org/marked-terminal/-/marked-terminal-7.3.0.tgz",
|
|
4088
|
+
"integrity": "sha512-t4rBvPsHc57uE/2nJOLmMbZCQ4tgAccAED3ngXQqW6g+TxA488JzJ+FK3lQkzBQOI1mRV/r/Kq+1ZlJ4D0owQw==",
|
|
4089
|
+
"license": "MIT",
|
|
4090
|
+
"dependencies": {
|
|
4091
|
+
"ansi-escapes": "^7.0.0",
|
|
4092
|
+
"ansi-regex": "^6.1.0",
|
|
4093
|
+
"chalk": "^5.4.1",
|
|
4094
|
+
"cli-highlight": "^2.1.11",
|
|
4095
|
+
"cli-table3": "^0.6.5",
|
|
4096
|
+
"node-emoji": "^2.2.0",
|
|
4097
|
+
"supports-hyperlinks": "^3.1.0"
|
|
4098
|
+
},
|
|
4099
|
+
"engines": {
|
|
4100
|
+
"node": ">=16.0.0"
|
|
4101
|
+
},
|
|
4102
|
+
"peerDependencies": {
|
|
4103
|
+
"marked": ">=1 <16"
|
|
4104
|
+
}
|
|
4105
|
+
},
|
|
4106
|
+
"node_modules/@jayree/changelog/node_modules/supports-hyperlinks": {
|
|
4107
|
+
"version": "3.2.0",
|
|
4108
|
+
"resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.2.0.tgz",
|
|
4109
|
+
"integrity": "sha512-zFObLMyZeEwzAoKCyu1B91U79K2t7ApXuQfo8OuxwXLDgcKxuwM+YvcbIhm6QWqz7mHUH1TVytR1PwVVjEuMig==",
|
|
4110
|
+
"license": "MIT",
|
|
4111
|
+
"dependencies": {
|
|
4112
|
+
"has-flag": "^4.0.0",
|
|
4113
|
+
"supports-color": "^7.0.0"
|
|
4114
|
+
},
|
|
4115
|
+
"engines": {
|
|
4116
|
+
"node": ">=14.18"
|
|
4117
|
+
},
|
|
4118
|
+
"funding": {
|
|
4119
|
+
"url": "https://github.com/chalk/supports-hyperlinks?sponsor=1"
|
|
4120
|
+
}
|
|
4121
|
+
},
|
|
4034
4122
|
"node_modules/@jayree/sfdx-plugin-manifest": {
|
|
4035
|
-
"version": "4.0.
|
|
4036
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-4.0.
|
|
4037
|
-
"integrity": "sha512-
|
|
4123
|
+
"version": "4.0.33",
|
|
4124
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-4.0.33.tgz",
|
|
4125
|
+
"integrity": "sha512-N7/wiJ5AKXFA6ynGjrfHEa5OUlkg1poo89Fen/SgnEqMlWqEtFo21G6y9y+iWdEbdjLf91sTppKzfWGM9IPlZw==",
|
|
4038
4126
|
"license": "Apache-2.0",
|
|
4039
4127
|
"dependencies": {
|
|
4040
4128
|
"@jayree/changelog": "^1.2.10",
|
|
4041
4129
|
"@oclif/core": "^4.4.0",
|
|
4042
|
-
"@salesforce/core": "^8.
|
|
4130
|
+
"@salesforce/core": "^8.15.0",
|
|
4043
4131
|
"@salesforce/kit": "^3.2.3",
|
|
4044
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
4045
|
-
"@salesforce/source-deploy-retrieve": "12.
|
|
4046
|
-
"@salesforce/source-tracking": "7.4.
|
|
4132
|
+
"@salesforce/sf-plugins-core": "^12.2.3",
|
|
4133
|
+
"@salesforce/source-deploy-retrieve": "12.21.0",
|
|
4134
|
+
"@salesforce/source-tracking": "7.4.7",
|
|
4047
4135
|
"@salesforce/ts-types": "^2.0.12",
|
|
4048
4136
|
"fast-deep-equal": "^3.1.3",
|
|
4049
4137
|
"fast-xml-parser": "^5.2.5",
|
|
4050
4138
|
"fs-extra": "^11.3.0",
|
|
4051
4139
|
"graceful-fs": "^4.2.11",
|
|
4052
|
-
"isomorphic-git": "1.
|
|
4140
|
+
"isomorphic-git": "1.32.1"
|
|
4053
4141
|
},
|
|
4054
4142
|
"engines": {
|
|
4055
4143
|
"node": ">=16.0.0"
|
|
@@ -4086,18 +4174,18 @@
|
|
|
4086
4174
|
"license": "MIT"
|
|
4087
4175
|
},
|
|
4088
4176
|
"node_modules/@jayree/sfdx-plugin-org": {
|
|
4089
|
-
"version": "1.2.
|
|
4090
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
4091
|
-
"integrity": "sha512-
|
|
4177
|
+
"version": "1.2.123",
|
|
4178
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.123.tgz",
|
|
4179
|
+
"integrity": "sha512-67UWfq6y8xC17yksFP0IeUE1lXrqUTECVTc1K/oV5Ifarrlt/jOxY50i4mTFHnYctWAJjAFIidAbhzzihlaH8A==",
|
|
4092
4180
|
"license": "BSD-3-Clause",
|
|
4093
4181
|
"dependencies": {
|
|
4094
|
-
"@jayree/changelog": "^1.2.
|
|
4182
|
+
"@jayree/changelog": "^1.2.11",
|
|
4095
4183
|
"@jsforce/jsforce-node": "^3.9.1",
|
|
4096
4184
|
"@listr2/prompt-adapter-enquirer": "^2.0.16",
|
|
4097
|
-
"@oclif/core": "^4.
|
|
4098
|
-
"@salesforce/core": "^8.
|
|
4185
|
+
"@oclif/core": "^4.4.1",
|
|
4186
|
+
"@salesforce/core": "^8.17.0",
|
|
4099
4187
|
"@salesforce/sf-plugins-core": "^12.2.3",
|
|
4100
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
4188
|
+
"@salesforce/source-deploy-retrieve": "^12.21.0",
|
|
4101
4189
|
"@salesforce/ts-types": "^2.0.12",
|
|
4102
4190
|
"chalk": "^5.4.1",
|
|
4103
4191
|
"cli-progress": "^3.12.0",
|
|
@@ -4109,7 +4197,7 @@
|
|
|
4109
4197
|
"is-wsl": "^3.1.0",
|
|
4110
4198
|
"listr2": "^8.3.3",
|
|
4111
4199
|
"log-update": "^6.0.0",
|
|
4112
|
-
"playwright-chromium": "^1.53.
|
|
4200
|
+
"playwright-chromium": "^1.53.2",
|
|
4113
4201
|
"tabletojson": "4.1.6",
|
|
4114
4202
|
"tslib": "^2.8.1",
|
|
4115
4203
|
"wrap-ansi": "^9.0.0"
|
|
@@ -4161,18 +4249,18 @@
|
|
|
4161
4249
|
}
|
|
4162
4250
|
},
|
|
4163
4251
|
"node_modules/@jayree/sfdx-plugin-prettier": {
|
|
4164
|
-
"version": "1.3.
|
|
4165
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
4166
|
-
"integrity": "sha512-
|
|
4252
|
+
"version": "1.3.121",
|
|
4253
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.121.tgz",
|
|
4254
|
+
"integrity": "sha512-sCFE5Pk9Uq7Fq3S+DuatT17VLAksPN6nPF3vEYC02Bo55UfiKQcTsWEic5UKrnaLZAwgiYmQJhyNh860odWz0Q==",
|
|
4167
4255
|
"license": "BSD-3-Clause",
|
|
4168
4256
|
"dependencies": {
|
|
4169
|
-
"@jayree/changelog": "^1.2.
|
|
4170
|
-
"@oclif/core": "^4.4.
|
|
4257
|
+
"@jayree/changelog": "^1.2.11",
|
|
4258
|
+
"@oclif/core": "^4.4.1",
|
|
4171
4259
|
"@prettier/plugin-xml": "^3.4.1",
|
|
4172
|
-
"@salesforce/core": "^8.
|
|
4260
|
+
"@salesforce/core": "^8.17.0",
|
|
4173
4261
|
"@salesforce/kit": "^3.2.3",
|
|
4174
4262
|
"@salesforce/sf-plugins-core": "^12.2.3",
|
|
4175
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
4263
|
+
"@salesforce/source-deploy-retrieve": "^12.21.0",
|
|
4176
4264
|
"cli-progress": "^3.12.0",
|
|
4177
4265
|
"debug": "^4.4.1",
|
|
4178
4266
|
"fs-extra": "^11.3.0",
|
|
@@ -4195,18 +4283,18 @@
|
|
|
4195
4283
|
}
|
|
4196
4284
|
},
|
|
4197
4285
|
"node_modules/@jayree/sfdx-plugin-source": {
|
|
4198
|
-
"version": "1.3.
|
|
4199
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
4200
|
-
"integrity": "sha512-
|
|
4286
|
+
"version": "1.3.120",
|
|
4287
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.120.tgz",
|
|
4288
|
+
"integrity": "sha512-Yw8b8LCrye1xwjZXaWhDmP6572KVeIIw2WkQnwOVRJe0THUnxELXm4TtkXkEZiCdKaxblWkvZ9aI68q1V6+tVA==",
|
|
4201
4289
|
"license": "BSD-3-Clause",
|
|
4202
4290
|
"dependencies": {
|
|
4203
|
-
"@jayree/changelog": "^1.2.
|
|
4204
|
-
"@oclif/core": "^4.4.
|
|
4205
|
-
"@salesforce/core": "^8.
|
|
4291
|
+
"@jayree/changelog": "^1.2.11",
|
|
4292
|
+
"@oclif/core": "^4.4.1",
|
|
4293
|
+
"@salesforce/core": "^8.17.0",
|
|
4206
4294
|
"@salesforce/kit": "^3.2.3",
|
|
4207
4295
|
"@salesforce/sf-plugins-core": "^12.2.3",
|
|
4208
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
4209
|
-
"@salesforce/source-tracking": "^7.4.
|
|
4296
|
+
"@salesforce/source-deploy-retrieve": "^12.21.0",
|
|
4297
|
+
"@salesforce/source-tracking": "^7.4.7",
|
|
4210
4298
|
"@salesforce/ts-types": "^2.0.11",
|
|
4211
4299
|
"ansis": "^4.1.0",
|
|
4212
4300
|
"debug": "^4.4.1",
|
|
@@ -4469,9 +4557,9 @@
|
|
|
4469
4557
|
}
|
|
4470
4558
|
},
|
|
4471
4559
|
"node_modules/@oclif/core": {
|
|
4472
|
-
"version": "4.4.
|
|
4473
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.4.
|
|
4474
|
-
"integrity": "sha512-
|
|
4560
|
+
"version": "4.4.1",
|
|
4561
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.4.1.tgz",
|
|
4562
|
+
"integrity": "sha512-RYonV4IJZcGAoi3pdo5CPl5hVH1YdtQMEX77TLdgTPVrMmIjbiB0Borfguj/mdDF2TjLXp+Z+RbmLUejuhSYTA==",
|
|
4475
4563
|
"license": "MIT",
|
|
4476
4564
|
"dependencies": {
|
|
4477
4565
|
"ansi-escapes": "^4.3.2",
|
|
@@ -4779,9 +4867,9 @@
|
|
|
4779
4867
|
}
|
|
4780
4868
|
},
|
|
4781
4869
|
"node_modules/@salesforce/core": {
|
|
4782
|
-
"version": "8.
|
|
4783
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
4784
|
-
"integrity": "sha512-
|
|
4870
|
+
"version": "8.17.0",
|
|
4871
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.17.0.tgz",
|
|
4872
|
+
"integrity": "sha512-2pZfBtwA1oX5IuxS8/gVnrFXzPAJpf6ZA5bfImN1dWGbWlwrfocXzXTNRFdQ2gP0FG4o+PFSlc6d4g8Vwz25IA==",
|
|
4785
4873
|
"license": "BSD-3-Clause",
|
|
4786
4874
|
"dependencies": {
|
|
4787
4875
|
"@jsforce/jsforce-node": "^3.8.2",
|
|
@@ -5071,9 +5159,9 @@
|
|
|
5071
5159
|
}
|
|
5072
5160
|
},
|
|
5073
5161
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
5074
|
-
"version": "12.
|
|
5075
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.
|
|
5076
|
-
"integrity": "sha512-
|
|
5162
|
+
"version": "12.21.0",
|
|
5163
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.21.0.tgz",
|
|
5164
|
+
"integrity": "sha512-dLOHm2F2maHmFHhumwigYwImh/8hWJQIOGSHYgtOMy5E0xc6Sed06QyRw1WBsoSUx7ihXvTrWpp6FhArb4OhFA==",
|
|
5077
5165
|
"license": "Apache-2.0",
|
|
5078
5166
|
"dependencies": {
|
|
5079
5167
|
"@salesforce/core": "^8.12.0",
|
|
@@ -5267,13 +5355,13 @@
|
|
|
5267
5355
|
}
|
|
5268
5356
|
},
|
|
5269
5357
|
"node_modules/@salesforce/source-tracking": {
|
|
5270
|
-
"version": "7.4.
|
|
5271
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.4.
|
|
5272
|
-
"integrity": "sha512-
|
|
5358
|
+
"version": "7.4.7",
|
|
5359
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.4.7.tgz",
|
|
5360
|
+
"integrity": "sha512-ysv7loc8Qboi5jroKYeYFrXCuRFJT0k+g3lpefT8NfQwZNm8GyoUlKOw2AlfeE3gIorHUq3N7oWxjX8xUDDa4g==",
|
|
5273
5361
|
"license": "Apache-2.0",
|
|
5274
5362
|
"dependencies": {
|
|
5275
5363
|
"@oclif/core": "^4.4.0",
|
|
5276
|
-
"@salesforce/core": "^8.
|
|
5364
|
+
"@salesforce/core": "^8.15.0",
|
|
5277
5365
|
"@salesforce/kit": "^3.2.3",
|
|
5278
5366
|
"@salesforce/source-deploy-retrieve": "^12.20.1",
|
|
5279
5367
|
"@salesforce/ts-types": "^2.0.12",
|
|
@@ -12068,9 +12156,9 @@
|
|
|
12068
12156
|
"license": "ISC"
|
|
12069
12157
|
},
|
|
12070
12158
|
"node_modules/isomorphic-git": {
|
|
12071
|
-
"version": "1.
|
|
12072
|
-
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.
|
|
12073
|
-
"integrity": "sha512-
|
|
12159
|
+
"version": "1.32.1",
|
|
12160
|
+
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.32.1.tgz",
|
|
12161
|
+
"integrity": "sha512-NZCS7qpLkCZ1M/IrujYBD31sM6pd/fMVArK4fz4I7h6m0rUW2AsYU7S7zXeABuHL6HIfW6l53b4UQ/K441CQjg==",
|
|
12074
12162
|
"license": "MIT",
|
|
12075
12163
|
"dependencies": {
|
|
12076
12164
|
"async-lock": "^1.4.1",
|
|
@@ -12726,19 +12814,6 @@
|
|
|
12726
12814
|
"url": "https://github.com/sponsors/isaacs"
|
|
12727
12815
|
}
|
|
12728
12816
|
},
|
|
12729
|
-
"node_modules/linkinator/node_modules/marked": {
|
|
12730
|
-
"version": "13.0.2",
|
|
12731
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-13.0.2.tgz",
|
|
12732
|
-
"integrity": "sha512-J6CPjP8pS5sgrRqxVRvkCIkZ6MFdRIjDkwUwgJ9nL2fbmM6qGQeB2C16hi8Cc9BOzj6xXzy0jyi0iPIfnMHYzA==",
|
|
12733
|
-
"dev": true,
|
|
12734
|
-
"license": "MIT",
|
|
12735
|
-
"bin": {
|
|
12736
|
-
"marked": "bin/marked.js"
|
|
12737
|
-
},
|
|
12738
|
-
"engines": {
|
|
12739
|
-
"node": ">= 18"
|
|
12740
|
-
}
|
|
12741
|
-
},
|
|
12742
12817
|
"node_modules/linkinator/node_modules/meow": {
|
|
12743
12818
|
"version": "13.2.0",
|
|
12744
12819
|
"resolved": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz",
|
|
@@ -13143,9 +13218,10 @@
|
|
|
13143
13218
|
}
|
|
13144
13219
|
},
|
|
13145
13220
|
"node_modules/marked": {
|
|
13146
|
-
"version": "
|
|
13147
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-
|
|
13148
|
-
"integrity": "sha512-
|
|
13221
|
+
"version": "13.0.2",
|
|
13222
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-13.0.2.tgz",
|
|
13223
|
+
"integrity": "sha512-J6CPjP8pS5sgrRqxVRvkCIkZ6MFdRIjDkwUwgJ9nL2fbmM6qGQeB2C16hi8Cc9BOzj6xXzy0jyi0iPIfnMHYzA==",
|
|
13224
|
+
"dev": true,
|
|
13149
13225
|
"license": "MIT",
|
|
13150
13226
|
"bin": {
|
|
13151
13227
|
"marked": "bin/marked.js"
|
|
@@ -13154,82 +13230,6 @@
|
|
|
13154
13230
|
"node": ">= 18"
|
|
13155
13231
|
}
|
|
13156
13232
|
},
|
|
13157
|
-
"node_modules/marked-terminal": {
|
|
13158
|
-
"version": "7.3.0",
|
|
13159
|
-
"resolved": "https://registry.npmjs.org/marked-terminal/-/marked-terminal-7.3.0.tgz",
|
|
13160
|
-
"integrity": "sha512-t4rBvPsHc57uE/2nJOLmMbZCQ4tgAccAED3ngXQqW6g+TxA488JzJ+FK3lQkzBQOI1mRV/r/Kq+1ZlJ4D0owQw==",
|
|
13161
|
-
"license": "MIT",
|
|
13162
|
-
"dependencies": {
|
|
13163
|
-
"ansi-escapes": "^7.0.0",
|
|
13164
|
-
"ansi-regex": "^6.1.0",
|
|
13165
|
-
"chalk": "^5.4.1",
|
|
13166
|
-
"cli-highlight": "^2.1.11",
|
|
13167
|
-
"cli-table3": "^0.6.5",
|
|
13168
|
-
"node-emoji": "^2.2.0",
|
|
13169
|
-
"supports-hyperlinks": "^3.1.0"
|
|
13170
|
-
},
|
|
13171
|
-
"engines": {
|
|
13172
|
-
"node": ">=16.0.0"
|
|
13173
|
-
},
|
|
13174
|
-
"peerDependencies": {
|
|
13175
|
-
"marked": ">=1 <16"
|
|
13176
|
-
}
|
|
13177
|
-
},
|
|
13178
|
-
"node_modules/marked-terminal/node_modules/ansi-escapes": {
|
|
13179
|
-
"version": "7.0.0",
|
|
13180
|
-
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.0.0.tgz",
|
|
13181
|
-
"integrity": "sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==",
|
|
13182
|
-
"license": "MIT",
|
|
13183
|
-
"dependencies": {
|
|
13184
|
-
"environment": "^1.0.0"
|
|
13185
|
-
},
|
|
13186
|
-
"engines": {
|
|
13187
|
-
"node": ">=18"
|
|
13188
|
-
},
|
|
13189
|
-
"funding": {
|
|
13190
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
13191
|
-
}
|
|
13192
|
-
},
|
|
13193
|
-
"node_modules/marked-terminal/node_modules/ansi-regex": {
|
|
13194
|
-
"version": "6.1.0",
|
|
13195
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
|
|
13196
|
-
"integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
|
|
13197
|
-
"license": "MIT",
|
|
13198
|
-
"engines": {
|
|
13199
|
-
"node": ">=12"
|
|
13200
|
-
},
|
|
13201
|
-
"funding": {
|
|
13202
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
13203
|
-
}
|
|
13204
|
-
},
|
|
13205
|
-
"node_modules/marked-terminal/node_modules/chalk": {
|
|
13206
|
-
"version": "5.4.1",
|
|
13207
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
|
|
13208
|
-
"integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
|
|
13209
|
-
"license": "MIT",
|
|
13210
|
-
"engines": {
|
|
13211
|
-
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
13212
|
-
},
|
|
13213
|
-
"funding": {
|
|
13214
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
13215
|
-
}
|
|
13216
|
-
},
|
|
13217
|
-
"node_modules/marked-terminal/node_modules/supports-hyperlinks": {
|
|
13218
|
-
"version": "3.2.0",
|
|
13219
|
-
"resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.2.0.tgz",
|
|
13220
|
-
"integrity": "sha512-zFObLMyZeEwzAoKCyu1B91U79K2t7ApXuQfo8OuxwXLDgcKxuwM+YvcbIhm6QWqz7mHUH1TVytR1PwVVjEuMig==",
|
|
13221
|
-
"license": "MIT",
|
|
13222
|
-
"dependencies": {
|
|
13223
|
-
"has-flag": "^4.0.0",
|
|
13224
|
-
"supports-color": "^7.0.0"
|
|
13225
|
-
},
|
|
13226
|
-
"engines": {
|
|
13227
|
-
"node": ">=14.18"
|
|
13228
|
-
},
|
|
13229
|
-
"funding": {
|
|
13230
|
-
"url": "https://github.com/chalk/supports-hyperlinks?sponsor=1"
|
|
13231
|
-
}
|
|
13232
|
-
},
|
|
13233
13233
|
"node_modules/mdurl": {
|
|
13234
13234
|
"version": "2.0.0",
|
|
13235
13235
|
"resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz",
|
|
@@ -15006,13 +15006,13 @@
|
|
|
15006
15006
|
}
|
|
15007
15007
|
},
|
|
15008
15008
|
"node_modules/playwright-chromium": {
|
|
15009
|
-
"version": "1.53.
|
|
15010
|
-
"resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.53.
|
|
15011
|
-
"integrity": "sha512-
|
|
15009
|
+
"version": "1.53.2",
|
|
15010
|
+
"resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.53.2.tgz",
|
|
15011
|
+
"integrity": "sha512-srR0AVmLltaDH6bkEdPlHrqOwtqHI7XkQNm1m20RZNYBIo3L83uv2ENX2SZyYNKtTcT6R//F5moFS7D5UoMINw==",
|
|
15012
15012
|
"hasInstallScript": true,
|
|
15013
15013
|
"license": "Apache-2.0",
|
|
15014
15014
|
"dependencies": {
|
|
15015
|
-
"playwright-core": "1.53.
|
|
15015
|
+
"playwright-core": "1.53.2"
|
|
15016
15016
|
},
|
|
15017
15017
|
"bin": {
|
|
15018
15018
|
"playwright": "cli.js"
|
|
@@ -15022,9 +15022,9 @@
|
|
|
15022
15022
|
}
|
|
15023
15023
|
},
|
|
15024
15024
|
"node_modules/playwright-core": {
|
|
15025
|
-
"version": "1.53.
|
|
15026
|
-
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.53.
|
|
15027
|
-
"integrity": "sha512-
|
|
15025
|
+
"version": "1.53.2",
|
|
15026
|
+
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.53.2.tgz",
|
|
15027
|
+
"integrity": "sha512-ox/OytMy+2w1jcYEYlOo1Hhp8hZkLCximMTUTMBXjGUA1KoFfiSZ+DU+3a739jsPY0yoKH2TFy9S2fsJas8yAw==",
|
|
15028
15028
|
"license": "Apache-2.0",
|
|
15029
15029
|
"bin": {
|
|
15030
15030
|
"playwright-core": "cli.js"
|
package/oclif.lock
CHANGED
|
@@ -1555,49 +1555,49 @@
|
|
|
1555
1555
|
resolved "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz"
|
|
1556
1556
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
|
1557
1557
|
|
|
1558
|
-
"@jayree/changelog@^1.2.10":
|
|
1559
|
-
version "1.2.
|
|
1560
|
-
resolved "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.
|
|
1561
|
-
integrity sha512-
|
|
1558
|
+
"@jayree/changelog@^1.2.10", "@jayree/changelog@^1.2.11":
|
|
1559
|
+
version "1.2.11"
|
|
1560
|
+
resolved "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.11.tgz"
|
|
1561
|
+
integrity sha512-T3UmRnXuNL2V0td1R9FUfKf8wyheFySM3jJKALLwPdqkMzZXKOjzHMERORE5IGz08sDAGN4FyBlBDwUQI4XhtA==
|
|
1562
1562
|
dependencies:
|
|
1563
1563
|
debug "^4.4.1"
|
|
1564
1564
|
fs-extra "^11.3.0"
|
|
1565
|
-
marked "^
|
|
1565
|
+
marked "^16.0.0"
|
|
1566
1566
|
marked-terminal "^7.3.0"
|
|
1567
1567
|
semver "^7.7.2"
|
|
1568
1568
|
semver-compare "^1.0.0"
|
|
1569
1569
|
|
|
1570
|
-
"@jayree/sfdx-plugin-manifest@^4.0.
|
|
1571
|
-
version "4.0.
|
|
1572
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-4.0.
|
|
1573
|
-
integrity sha512-
|
|
1570
|
+
"@jayree/sfdx-plugin-manifest@^4.0.33":
|
|
1571
|
+
version "4.0.33"
|
|
1572
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-4.0.33.tgz"
|
|
1573
|
+
integrity sha512-N7/wiJ5AKXFA6ynGjrfHEa5OUlkg1poo89Fen/SgnEqMlWqEtFo21G6y9y+iWdEbdjLf91sTppKzfWGM9IPlZw==
|
|
1574
1574
|
dependencies:
|
|
1575
1575
|
"@jayree/changelog" "^1.2.10"
|
|
1576
1576
|
"@oclif/core" "^4.4.0"
|
|
1577
|
-
"@salesforce/core" "^8.
|
|
1577
|
+
"@salesforce/core" "^8.15.0"
|
|
1578
1578
|
"@salesforce/kit" "^3.2.3"
|
|
1579
|
-
"@salesforce/sf-plugins-core" "^12.2.
|
|
1580
|
-
"@salesforce/source-deploy-retrieve" "12.
|
|
1581
|
-
"@salesforce/source-tracking" "7.4.
|
|
1579
|
+
"@salesforce/sf-plugins-core" "^12.2.3"
|
|
1580
|
+
"@salesforce/source-deploy-retrieve" "12.21.0"
|
|
1581
|
+
"@salesforce/source-tracking" "7.4.7"
|
|
1582
1582
|
"@salesforce/ts-types" "^2.0.12"
|
|
1583
1583
|
fast-deep-equal "^3.1.3"
|
|
1584
1584
|
fast-xml-parser "^5.2.5"
|
|
1585
1585
|
fs-extra "^11.3.0"
|
|
1586
1586
|
graceful-fs "^4.2.11"
|
|
1587
|
-
isomorphic-git "1.
|
|
1587
|
+
isomorphic-git "1.32.1"
|
|
1588
1588
|
|
|
1589
|
-
"@jayree/sfdx-plugin-org@^1.2.
|
|
1590
|
-
version "1.2.
|
|
1591
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
1592
|
-
integrity sha512-
|
|
1589
|
+
"@jayree/sfdx-plugin-org@^1.2.123":
|
|
1590
|
+
version "1.2.123"
|
|
1591
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.123.tgz"
|
|
1592
|
+
integrity sha512-67UWfq6y8xC17yksFP0IeUE1lXrqUTECVTc1K/oV5Ifarrlt/jOxY50i4mTFHnYctWAJjAFIidAbhzzihlaH8A==
|
|
1593
1593
|
dependencies:
|
|
1594
|
-
"@jayree/changelog" "^1.2.
|
|
1594
|
+
"@jayree/changelog" "^1.2.11"
|
|
1595
1595
|
"@jsforce/jsforce-node" "^3.9.1"
|
|
1596
1596
|
"@listr2/prompt-adapter-enquirer" "^2.0.16"
|
|
1597
|
-
"@oclif/core" "^4.
|
|
1598
|
-
"@salesforce/core" "^8.
|
|
1597
|
+
"@oclif/core" "^4.4.1"
|
|
1598
|
+
"@salesforce/core" "^8.17.0"
|
|
1599
1599
|
"@salesforce/sf-plugins-core" "^12.2.3"
|
|
1600
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
1600
|
+
"@salesforce/source-deploy-retrieve" "^12.21.0"
|
|
1601
1601
|
"@salesforce/ts-types" "^2.0.12"
|
|
1602
1602
|
chalk "^5.4.1"
|
|
1603
1603
|
cli-progress "^3.12.0"
|
|
@@ -1609,23 +1609,23 @@
|
|
|
1609
1609
|
is-wsl "^3.1.0"
|
|
1610
1610
|
listr2 "^8.3.3"
|
|
1611
1611
|
log-update "^6.0.0"
|
|
1612
|
-
playwright-chromium "^1.53.
|
|
1612
|
+
playwright-chromium "^1.53.2"
|
|
1613
1613
|
tabletojson "4.1.6"
|
|
1614
1614
|
tslib "^2.8.1"
|
|
1615
1615
|
wrap-ansi "^9.0.0"
|
|
1616
1616
|
|
|
1617
|
-
"@jayree/sfdx-plugin-prettier@^1.3.
|
|
1618
|
-
version "1.3.
|
|
1619
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
1620
|
-
integrity sha512-
|
|
1617
|
+
"@jayree/sfdx-plugin-prettier@^1.3.121":
|
|
1618
|
+
version "1.3.121"
|
|
1619
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.121.tgz"
|
|
1620
|
+
integrity sha512-sCFE5Pk9Uq7Fq3S+DuatT17VLAksPN6nPF3vEYC02Bo55UfiKQcTsWEic5UKrnaLZAwgiYmQJhyNh860odWz0Q==
|
|
1621
1621
|
dependencies:
|
|
1622
|
-
"@jayree/changelog" "^1.2.
|
|
1623
|
-
"@oclif/core" "^4.4.
|
|
1622
|
+
"@jayree/changelog" "^1.2.11"
|
|
1623
|
+
"@oclif/core" "^4.4.1"
|
|
1624
1624
|
"@prettier/plugin-xml" "^3.4.1"
|
|
1625
|
-
"@salesforce/core" "^8.
|
|
1625
|
+
"@salesforce/core" "^8.17.0"
|
|
1626
1626
|
"@salesforce/kit" "^3.2.3"
|
|
1627
1627
|
"@salesforce/sf-plugins-core" "^12.2.3"
|
|
1628
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
1628
|
+
"@salesforce/source-deploy-retrieve" "^12.21.0"
|
|
1629
1629
|
cli-progress "^3.12.0"
|
|
1630
1630
|
debug "^4.4.1"
|
|
1631
1631
|
fs-extra "^11.3.0"
|
|
@@ -1634,18 +1634,18 @@
|
|
|
1634
1634
|
prettier-plugin-apex "^2.2.6"
|
|
1635
1635
|
tslib "^2.8.1"
|
|
1636
1636
|
|
|
1637
|
-
"@jayree/sfdx-plugin-source@^1.3.
|
|
1638
|
-
version "1.3.
|
|
1639
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
1640
|
-
integrity sha512-
|
|
1637
|
+
"@jayree/sfdx-plugin-source@^1.3.120":
|
|
1638
|
+
version "1.3.120"
|
|
1639
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.120.tgz"
|
|
1640
|
+
integrity sha512-Yw8b8LCrye1xwjZXaWhDmP6572KVeIIw2WkQnwOVRJe0THUnxELXm4TtkXkEZiCdKaxblWkvZ9aI68q1V6+tVA==
|
|
1641
1641
|
dependencies:
|
|
1642
|
-
"@jayree/changelog" "^1.2.
|
|
1643
|
-
"@oclif/core" "^4.4.
|
|
1644
|
-
"@salesforce/core" "^8.
|
|
1642
|
+
"@jayree/changelog" "^1.2.11"
|
|
1643
|
+
"@oclif/core" "^4.4.1"
|
|
1644
|
+
"@salesforce/core" "^8.17.0"
|
|
1645
1645
|
"@salesforce/kit" "^3.2.3"
|
|
1646
1646
|
"@salesforce/sf-plugins-core" "^12.2.3"
|
|
1647
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
1648
|
-
"@salesforce/source-tracking" "^7.4.
|
|
1647
|
+
"@salesforce/source-deploy-retrieve" "^12.21.0"
|
|
1648
|
+
"@salesforce/source-tracking" "^7.4.7"
|
|
1649
1649
|
"@salesforce/ts-types" "^2.0.11"
|
|
1650
1650
|
ansis "^4.1.0"
|
|
1651
1651
|
debug "^4.4.1"
|
|
@@ -1750,10 +1750,10 @@
|
|
|
1750
1750
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1751
1751
|
fastq "^1.6.0"
|
|
1752
1752
|
|
|
1753
|
-
"@oclif/core@^4", "@oclif/core@^4.3.0", "@oclif/core@^4.
|
|
1754
|
-
version "4.4.
|
|
1755
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.4.
|
|
1756
|
-
integrity sha512-
|
|
1753
|
+
"@oclif/core@^4", "@oclif/core@^4.3.0", "@oclif/core@^4.4.0", "@oclif/core@^4.4.1":
|
|
1754
|
+
version "4.4.1"
|
|
1755
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.4.1.tgz"
|
|
1756
|
+
integrity sha512-RYonV4IJZcGAoi3pdo5CPl5hVH1YdtQMEX77TLdgTPVrMmIjbiB0Borfguj/mdDF2TjLXp+Z+RbmLUejuhSYTA==
|
|
1757
1757
|
dependencies:
|
|
1758
1758
|
ansi-escapes "^4.3.2"
|
|
1759
1759
|
ansis "^3.17.0"
|
|
@@ -1879,10 +1879,10 @@
|
|
|
1879
1879
|
dependencies:
|
|
1880
1880
|
"@xml-tools/parser" "^1.0.11"
|
|
1881
1881
|
|
|
1882
|
-
"@salesforce/core@^8.12.0", "@salesforce/core@^8.
|
|
1883
|
-
version "8.
|
|
1884
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
1885
|
-
integrity sha512-
|
|
1882
|
+
"@salesforce/core@^8.12.0", "@salesforce/core@^8.14.0", "@salesforce/core@^8.15.0", "@salesforce/core@^8.17.0":
|
|
1883
|
+
version "8.17.0"
|
|
1884
|
+
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.17.0.tgz"
|
|
1885
|
+
integrity sha512-2pZfBtwA1oX5IuxS8/gVnrFXzPAJpf6ZA5bfImN1dWGbWlwrfocXzXTNRFdQ2gP0FG4o+PFSlc6d4g8Vwz25IA==
|
|
1886
1886
|
dependencies:
|
|
1887
1887
|
"@jsforce/jsforce-node" "^3.8.2"
|
|
1888
1888
|
"@salesforce/kit" "^3.2.2"
|
|
@@ -1957,7 +1957,7 @@
|
|
|
1957
1957
|
resolved "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.9.0.tgz"
|
|
1958
1958
|
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
|
|
1959
1959
|
|
|
1960
|
-
"@salesforce/sf-plugins-core@^12.2.
|
|
1960
|
+
"@salesforce/sf-plugins-core@^12.2.3":
|
|
1961
1961
|
version "12.2.3"
|
|
1962
1962
|
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.3.tgz"
|
|
1963
1963
|
integrity sha512-mkBt57rD/987g4eT/XfJN469aEzLjskbgif+beLWocIkNXn70jMvX/RYRTAAkGRhixHHgYj+nY7kHI41rqKZ8w==
|
|
@@ -1973,10 +1973,10 @@
|
|
|
1973
1973
|
cli-progress "^3.12.0"
|
|
1974
1974
|
terminal-link "^3.0.0"
|
|
1975
1975
|
|
|
1976
|
-
"@salesforce/source-deploy-retrieve@^12.20.1", "@salesforce/source-deploy-retrieve@12.
|
|
1977
|
-
version "12.
|
|
1978
|
-
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.
|
|
1979
|
-
integrity sha512-
|
|
1976
|
+
"@salesforce/source-deploy-retrieve@^12.20.1", "@salesforce/source-deploy-retrieve@^12.21.0", "@salesforce/source-deploy-retrieve@12.21.0":
|
|
1977
|
+
version "12.21.0"
|
|
1978
|
+
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.21.0.tgz"
|
|
1979
|
+
integrity sha512-dLOHm2F2maHmFHhumwigYwImh/8hWJQIOGSHYgtOMy5E0xc6Sed06QyRw1WBsoSUx7ihXvTrWpp6FhArb4OhFA==
|
|
1980
1980
|
dependencies:
|
|
1981
1981
|
"@salesforce/core" "^8.12.0"
|
|
1982
1982
|
"@salesforce/kit" "^3.2.3"
|
|
@@ -1994,13 +1994,13 @@
|
|
|
1994
1994
|
proxy-agent "^6.4.0"
|
|
1995
1995
|
yaml "^2.7.1"
|
|
1996
1996
|
|
|
1997
|
-
"@salesforce/source-tracking@^7.4.
|
|
1998
|
-
version "7.4.
|
|
1999
|
-
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.4.
|
|
2000
|
-
integrity sha512-
|
|
1997
|
+
"@salesforce/source-tracking@^7.4.7", "@salesforce/source-tracking@7.4.7":
|
|
1998
|
+
version "7.4.7"
|
|
1999
|
+
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.4.7.tgz"
|
|
2000
|
+
integrity sha512-ysv7loc8Qboi5jroKYeYFrXCuRFJT0k+g3lpefT8NfQwZNm8GyoUlKOw2AlfeE3gIorHUq3N7oWxjX8xUDDa4g==
|
|
2001
2001
|
dependencies:
|
|
2002
2002
|
"@oclif/core" "^4.4.0"
|
|
2003
|
-
"@salesforce/core" "^8.
|
|
2003
|
+
"@salesforce/core" "^8.15.0"
|
|
2004
2004
|
"@salesforce/kit" "^3.2.3"
|
|
2005
2005
|
"@salesforce/source-deploy-retrieve" "^12.20.1"
|
|
2006
2006
|
"@salesforce/ts-types" "^2.0.12"
|
|
@@ -5921,10 +5921,10 @@ isexe@^2.0.0:
|
|
|
5921
5921
|
resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz"
|
|
5922
5922
|
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
|
|
5923
5923
|
|
|
5924
|
-
isomorphic-git@^1.30.1, isomorphic-git@1.
|
|
5925
|
-
version "1.
|
|
5926
|
-
resolved "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.
|
|
5927
|
-
integrity sha512-
|
|
5924
|
+
isomorphic-git@^1.30.1, isomorphic-git@1.32.1:
|
|
5925
|
+
version "1.32.1"
|
|
5926
|
+
resolved "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.32.1.tgz"
|
|
5927
|
+
integrity sha512-NZCS7qpLkCZ1M/IrujYBD31sM6pd/fMVArK4fz4I7h6m0rUW2AsYU7S7zXeABuHL6HIfW6l53b4UQ/K441CQjg==
|
|
5928
5928
|
dependencies:
|
|
5929
5929
|
async-lock "^1.4.1"
|
|
5930
5930
|
clean-git-ref "^2.0.1"
|
|
@@ -6590,10 +6590,10 @@ marked@^13.0.0:
|
|
|
6590
6590
|
resolved "https://registry.npmjs.org/marked/-/marked-13.0.2.tgz"
|
|
6591
6591
|
integrity sha512-J6CPjP8pS5sgrRqxVRvkCIkZ6MFdRIjDkwUwgJ9nL2fbmM6qGQeB2C16hi8Cc9BOzj6xXzy0jyi0iPIfnMHYzA==
|
|
6592
6592
|
|
|
6593
|
-
marked@^
|
|
6594
|
-
version "
|
|
6595
|
-
resolved "https://registry.npmjs.org/marked/-/marked-
|
|
6596
|
-
integrity sha512-
|
|
6593
|
+
marked@^16.0.0, "marked@>=1 <16":
|
|
6594
|
+
version "16.0.0"
|
|
6595
|
+
resolved "https://registry.npmjs.org/marked/-/marked-16.0.0.tgz"
|
|
6596
|
+
integrity sha512-MUKMXDjsD/eptB7GPzxo4xcnLS6oo7/RHimUMHEDRhUooPwmN9BEpMl7AEOJv3bmso169wHI2wUF9VQgL7zfmA==
|
|
6597
6597
|
|
|
6598
6598
|
mdurl@^2.0.0:
|
|
6599
6599
|
version "2.0.0"
|
|
@@ -7533,17 +7533,17 @@ pkg-dir@^4.1.0:
|
|
|
7533
7533
|
dependencies:
|
|
7534
7534
|
find-up "^4.0.0"
|
|
7535
7535
|
|
|
7536
|
-
playwright-chromium@^1.53.
|
|
7537
|
-
version "1.53.
|
|
7538
|
-
resolved "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.53.
|
|
7539
|
-
integrity sha512-
|
|
7536
|
+
playwright-chromium@^1.53.2:
|
|
7537
|
+
version "1.53.2"
|
|
7538
|
+
resolved "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.53.2.tgz"
|
|
7539
|
+
integrity sha512-srR0AVmLltaDH6bkEdPlHrqOwtqHI7XkQNm1m20RZNYBIo3L83uv2ENX2SZyYNKtTcT6R//F5moFS7D5UoMINw==
|
|
7540
7540
|
dependencies:
|
|
7541
|
-
playwright-core "1.53.
|
|
7541
|
+
playwright-core "1.53.2"
|
|
7542
7542
|
|
|
7543
|
-
playwright-core@1.53.
|
|
7544
|
-
version "1.53.
|
|
7545
|
-
resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.53.
|
|
7546
|
-
integrity sha512-
|
|
7543
|
+
playwright-core@1.53.2:
|
|
7544
|
+
version "1.53.2"
|
|
7545
|
+
resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.53.2.tgz"
|
|
7546
|
+
integrity sha512-ox/OytMy+2w1jcYEYlOo1Hhp8hZkLCximMTUTMBXjGUA1KoFfiSZ+DU+3a739jsPY0yoKH2TFy9S2fsJas8yAw==
|
|
7547
7547
|
|
|
7548
7548
|
pluralize@^8.0.0:
|
|
7549
7549
|
version "8.0.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
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.144",
|
|
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": "^4.0.
|
|
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": "^4.0.33",
|
|
10
|
+
"@jayree/sfdx-plugin-org": "^1.2.123",
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.121",
|
|
12
|
+
"@jayree/sfdx-plugin-source": "^1.3.120"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@oclif/plugin-help": "^6.2.28",
|