sfdx-jayree 4.8.135 → 4.8.137
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 +19 -0
- package/README.md +15 -15
- package/npm-shrinkwrap.json +161 -141
- package/oclif.lock +125 -122
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
## [4.8.137](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.136...v4.8.137) (2025-05-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 4.0.8 to 4.0.12 ([#1657](https://github.com/jayree/sfdx-jayree-plugin/issues/1657)) ([a026ed9](https://github.com/jayree/sfdx-jayree-plugin/commit/a026ed91bfe08ff76ef2354f046c7f9021681f1f))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.116 to 1.2.118 ([#1661](https://github.com/jayree/sfdx-jayree-plugin/issues/1661)) ([67c842d](https://github.com/jayree/sfdx-jayree-plugin/commit/67c842dc35ad6110f7aec1e1e61b81f530e0e821))
|
|
8
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.112 to 1.3.114 ([#1660](https://github.com/jayree/sfdx-jayree-plugin/issues/1660)) ([85f5abc](https://github.com/jayree/sfdx-jayree-plugin/commit/85f5abc5bfd5eaccdea1c14fd4719ac0220e46d8))
|
|
9
|
+
|
|
10
|
+
## [4.8.136](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.135...v4.8.136) (2025-05-23)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 4.0.3 to 4.0.8 ([#1654](https://github.com/jayree/sfdx-jayree-plugin/issues/1654)) ([bb29722](https://github.com/jayree/sfdx-jayree-plugin/commit/bb29722fa842f8b4d6d66db04b355c95ab782657))
|
|
16
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.114 to 1.2.116 ([#1653](https://github.com/jayree/sfdx-jayree-plugin/issues/1653)) ([59fec62](https://github.com/jayree/sfdx-jayree-plugin/commit/59fec62cf89deb6a77965835a368be561198f768))
|
|
17
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.115 to 1.3.116 ([#1655](https://github.com/jayree/sfdx-jayree-plugin/issues/1655)) ([9b7a441](https://github.com/jayree/sfdx-jayree-plugin/commit/9b7a44164e29ca66b0ada9de887bcd48256c0d5b))
|
|
18
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.111 to 1.3.112 ([#1656](https://github.com/jayree/sfdx-jayree-plugin/issues/1656)) ([ef4461c](https://github.com/jayree/sfdx-jayree-plugin/commit/ef4461c073763e2377c9091dc1cfe97f249903ee))
|
|
19
|
+
|
|
1
20
|
## [4.8.135](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.134...v4.8.135) (2025-05-16)
|
|
2
21
|
|
|
3
22
|
|
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.118/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.12/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.12/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.12/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.118/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.118/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.118/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.118/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.118/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.114/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.114/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.114/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.114/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.114/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.114/src/commands/jayree/project/store/tracking/set.ts)_
|
|
498
498
|
<!-- commandsstop -->
|
|
499
499
|
|
|
500
500
|
## Hooks
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.137",
|
|
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.137",
|
|
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.12",
|
|
13
|
+
"@jayree/sfdx-plugin-org": "^1.2.118",
|
|
14
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.116",
|
|
15
|
+
"@jayree/sfdx-plugin-source": "^1.3.114"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@oclif/plugin-help": "^6.2.28",
|
|
19
19
|
"@salesforce/dev-scripts": "^10.2.12",
|
|
20
20
|
"@salesforce/ts-sinon": "^1.4.30",
|
|
21
21
|
"c8": "^10.1.3",
|
|
22
|
-
"eslint-plugin-prettier": "^5.4.
|
|
23
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
22
|
+
"eslint-plugin-prettier": "^5.4.1",
|
|
23
|
+
"eslint-plugin-sf-plugin": "^1.20.24",
|
|
24
24
|
"nock": "^14.0.4",
|
|
25
25
|
"oclif": "^4.17.46",
|
|
26
26
|
"patch-package": "^8.0.0",
|
|
@@ -4015,41 +4015,53 @@
|
|
|
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.10",
|
|
4019
|
+
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.10.tgz",
|
|
4020
|
+
"integrity": "sha512-gzGP1+SMvotm6riltCuvilkgbhZBjR59c/ctpwhLAxFXRr236lk1a/3swQea1WMWS/lw8oBr4+HO91ojEUd4lg==",
|
|
4021
4021
|
"license": "BSD-3-Clause",
|
|
4022
4022
|
"dependencies": {
|
|
4023
|
-
"debug": "^4.4.
|
|
4023
|
+
"debug": "^4.4.1",
|
|
4024
4024
|
"fs-extra": "^11.3.0",
|
|
4025
|
-
"marked": "^15.0.
|
|
4025
|
+
"marked": "^15.0.12",
|
|
4026
4026
|
"marked-terminal": "^7.3.0",
|
|
4027
|
-
"semver": "^7.7.
|
|
4027
|
+
"semver": "^7.7.2",
|
|
4028
4028
|
"semver-compare": "^1.0.0"
|
|
4029
4029
|
},
|
|
4030
4030
|
"engines": {
|
|
4031
4031
|
"node": ">=16.0.0"
|
|
4032
4032
|
}
|
|
4033
4033
|
},
|
|
4034
|
+
"node_modules/@jayree/changelog/node_modules/semver": {
|
|
4035
|
+
"version": "7.7.2",
|
|
4036
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
|
|
4037
|
+
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
|
|
4038
|
+
"license": "ISC",
|
|
4039
|
+
"bin": {
|
|
4040
|
+
"semver": "bin/semver.js"
|
|
4041
|
+
},
|
|
4042
|
+
"engines": {
|
|
4043
|
+
"node": ">=10"
|
|
4044
|
+
}
|
|
4045
|
+
},
|
|
4034
4046
|
"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-
|
|
4047
|
+
"version": "4.0.12",
|
|
4048
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-4.0.12.tgz",
|
|
4049
|
+
"integrity": "sha512-gTsxRIGygq/NBXVZ9kQXTxljy3XCLJO+NuMJm9g9DgeMfO5UJHfo5YoNxG9OFLQPTBZoxBjehDujqftG6wncog==",
|
|
4038
4050
|
"license": "Apache-2.0",
|
|
4039
4051
|
"dependencies": {
|
|
4040
|
-
"@jayree/changelog": "^1.2.
|
|
4052
|
+
"@jayree/changelog": "^1.2.10",
|
|
4041
4053
|
"@oclif/core": "^4.3.0",
|
|
4042
|
-
"@salesforce/core": "^8.
|
|
4054
|
+
"@salesforce/core": "^8.11.4",
|
|
4043
4055
|
"@salesforce/kit": "^3.2.3",
|
|
4044
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
4045
|
-
"@salesforce/source-deploy-retrieve": "12.19.
|
|
4046
|
-
"@salesforce/source-tracking": "7.3.
|
|
4056
|
+
"@salesforce/sf-plugins-core": "^12.2.2",
|
|
4057
|
+
"@salesforce/source-deploy-retrieve": "12.19.7",
|
|
4058
|
+
"@salesforce/source-tracking": "7.3.25",
|
|
4047
4059
|
"@salesforce/ts-types": "^2.0.12",
|
|
4048
4060
|
"fast-deep-equal": "^3.1.3",
|
|
4049
4061
|
"fast-xml-parser": "^5.2.3",
|
|
4050
4062
|
"fs-extra": "^11.3.0",
|
|
4051
4063
|
"graceful-fs": "^4.2.11",
|
|
4052
|
-
"isomorphic-git": "1.30.
|
|
4064
|
+
"isomorphic-git": "1.30.2"
|
|
4053
4065
|
},
|
|
4054
4066
|
"engines": {
|
|
4055
4067
|
"node": ">=16.0.0"
|
|
@@ -4086,18 +4098,18 @@
|
|
|
4086
4098
|
"license": "MIT"
|
|
4087
4099
|
},
|
|
4088
4100
|
"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-
|
|
4101
|
+
"version": "1.2.118",
|
|
4102
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.118.tgz",
|
|
4103
|
+
"integrity": "sha512-olBe+nSLFwYiNezbg1akhIfqnDOtDHVSBkoLV9INOJhXx+5ypRDrv/x+kKJfq9kw4e8ugZ4uBOzfTnSrW7HO4g==",
|
|
4092
4104
|
"license": "BSD-3-Clause",
|
|
4093
4105
|
"dependencies": {
|
|
4094
|
-
"@jayree/changelog": "^1.2.
|
|
4106
|
+
"@jayree/changelog": "^1.2.10",
|
|
4095
4107
|
"@jsforce/jsforce-node": "^3.8.1",
|
|
4096
4108
|
"@listr2/prompt-adapter-enquirer": "^2.0.16",
|
|
4097
4109
|
"@oclif/core": "^4.3.0",
|
|
4098
|
-
"@salesforce/core": "^8.
|
|
4099
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
4100
|
-
"@salesforce/source-deploy-retrieve": "^12.19.
|
|
4110
|
+
"@salesforce/core": "^8.11.4",
|
|
4111
|
+
"@salesforce/sf-plugins-core": "^12.2.2",
|
|
4112
|
+
"@salesforce/source-deploy-retrieve": "^12.19.7",
|
|
4101
4113
|
"@salesforce/ts-types": "^2.0.12",
|
|
4102
4114
|
"chalk": "^5.4.1",
|
|
4103
4115
|
"cli-progress": "^3.12.0",
|
|
@@ -4110,7 +4122,7 @@
|
|
|
4110
4122
|
"listr2": "^8.3.3",
|
|
4111
4123
|
"log-update": "^6.0.0",
|
|
4112
4124
|
"playwright-chromium": "^1.52.0",
|
|
4113
|
-
"tabletojson": "4.1.
|
|
4125
|
+
"tabletojson": "4.1.6",
|
|
4114
4126
|
"tslib": "^2.8.1",
|
|
4115
4127
|
"wrap-ansi": "^9.0.0"
|
|
4116
4128
|
},
|
|
@@ -4161,18 +4173,18 @@
|
|
|
4161
4173
|
}
|
|
4162
4174
|
},
|
|
4163
4175
|
"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
|
|
4176
|
+
"version": "1.3.116",
|
|
4177
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.116.tgz",
|
|
4178
|
+
"integrity": "sha512-u7Cdf0NetEQepJ4J0bKWw2SKdlofYJRponm7BXcv6BhZf73BwE1xidbL5ipTzBdUaxJh/YklG9gRmpaIGtA7dQ==",
|
|
4167
4179
|
"license": "BSD-3-Clause",
|
|
4168
4180
|
"dependencies": {
|
|
4169
|
-
"@jayree/changelog": "^1.2.
|
|
4181
|
+
"@jayree/changelog": "^1.2.10",
|
|
4170
4182
|
"@oclif/core": "^4.3.0",
|
|
4171
4183
|
"@prettier/plugin-xml": "^3.4.1",
|
|
4172
4184
|
"@salesforce/core": "^8.9.1",
|
|
4173
4185
|
"@salesforce/kit": "^3.2.3",
|
|
4174
4186
|
"@salesforce/sf-plugins-core": "^12.2.2",
|
|
4175
|
-
"@salesforce/source-deploy-retrieve": "^12.19.
|
|
4187
|
+
"@salesforce/source-deploy-retrieve": "^12.19.7",
|
|
4176
4188
|
"cli-progress": "^3.12.0",
|
|
4177
4189
|
"debug": "^4.4.1",
|
|
4178
4190
|
"fs-extra": "^11.3.0",
|
|
@@ -4195,20 +4207,20 @@
|
|
|
4195
4207
|
}
|
|
4196
4208
|
},
|
|
4197
4209
|
"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-
|
|
4210
|
+
"version": "1.3.114",
|
|
4211
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.114.tgz",
|
|
4212
|
+
"integrity": "sha512-u3aPm590/ecpZYwuWMU1mjBEs16fLPCxagG2g7ZsowJKXO3vrMw5lIepriLpm5diPq0AJ1HeRlVcOPcoEZWShQ==",
|
|
4201
4213
|
"license": "BSD-3-Clause",
|
|
4202
4214
|
"dependencies": {
|
|
4203
|
-
"@jayree/changelog": "^1.2.
|
|
4215
|
+
"@jayree/changelog": "^1.2.10",
|
|
4204
4216
|
"@oclif/core": "^4.3.0",
|
|
4205
|
-
"@salesforce/core": "^8.11.
|
|
4217
|
+
"@salesforce/core": "^8.11.4",
|
|
4206
4218
|
"@salesforce/kit": "^3.2.3",
|
|
4207
4219
|
"@salesforce/sf-plugins-core": "^12.2.2",
|
|
4208
|
-
"@salesforce/source-deploy-retrieve": "^12.19.
|
|
4209
|
-
"@salesforce/source-tracking": "^7.3.
|
|
4220
|
+
"@salesforce/source-deploy-retrieve": "^12.19.7",
|
|
4221
|
+
"@salesforce/source-tracking": "^7.3.25",
|
|
4210
4222
|
"@salesforce/ts-types": "^2.0.11",
|
|
4211
|
-
"ansis": "^4.
|
|
4223
|
+
"ansis": "^4.1.0",
|
|
4212
4224
|
"debug": "^4.4.1",
|
|
4213
4225
|
"deep-object-diff": "^1.1.9",
|
|
4214
4226
|
"fast-xml-parser": "^5.2.3",
|
|
@@ -4222,9 +4234,9 @@
|
|
|
4222
4234
|
}
|
|
4223
4235
|
},
|
|
4224
4236
|
"node_modules/@jayree/sfdx-plugin-source/node_modules/ansis": {
|
|
4225
|
-
"version": "4.
|
|
4226
|
-
"resolved": "https://registry.npmjs.org/ansis/-/ansis-4.
|
|
4227
|
-
"integrity": "sha512-
|
|
4237
|
+
"version": "4.1.0",
|
|
4238
|
+
"resolved": "https://registry.npmjs.org/ansis/-/ansis-4.1.0.tgz",
|
|
4239
|
+
"integrity": "sha512-BGcItUBWSMRgOCe+SVZJ+S7yTRG0eGt9cXAHev72yuGcY23hnLA7Bky5L/xLyPINoSN95geovfBkqoTlNZYa7w==",
|
|
4228
4240
|
"license": "ISC",
|
|
4229
4241
|
"engines": {
|
|
4230
4242
|
"node": ">=14"
|
|
@@ -4358,9 +4370,9 @@
|
|
|
4358
4370
|
}
|
|
4359
4371
|
},
|
|
4360
4372
|
"node_modules/@jsforce/jsforce-node": {
|
|
4361
|
-
"version": "3.8.
|
|
4362
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.8.
|
|
4363
|
-
"integrity": "sha512
|
|
4373
|
+
"version": "3.8.2",
|
|
4374
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.8.2.tgz",
|
|
4375
|
+
"integrity": "sha512-ewaRr9JnZRW6I28C/TzUnv5p70zMrWsKCq2ovRW6X557/ikdfvA24F9k4cQXZnTG2lZLEfVn+WwdBGEtY7pPnQ==",
|
|
4364
4376
|
"license": "MIT",
|
|
4365
4377
|
"dependencies": {
|
|
4366
4378
|
"@sindresorhus/is": "^4",
|
|
@@ -4696,16 +4708,16 @@
|
|
|
4696
4708
|
}
|
|
4697
4709
|
},
|
|
4698
4710
|
"node_modules/@pkgr/core": {
|
|
4699
|
-
"version": "0.2.
|
|
4700
|
-
"resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.2.
|
|
4701
|
-
"integrity": "sha512-
|
|
4711
|
+
"version": "0.2.4",
|
|
4712
|
+
"resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.2.4.tgz",
|
|
4713
|
+
"integrity": "sha512-ROFF39F6ZrnzSUEmQQZUar0Jt4xVoP9WnDRdWwF4NNcXs3xBTLgBUDoOwW141y1jP+S8nahIbdxbFC7IShw9Iw==",
|
|
4702
4714
|
"dev": true,
|
|
4703
4715
|
"license": "MIT",
|
|
4704
4716
|
"engines": {
|
|
4705
4717
|
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
|
|
4706
4718
|
},
|
|
4707
4719
|
"funding": {
|
|
4708
|
-
"url": "https://opencollective.com/
|
|
4720
|
+
"url": "https://opencollective.com/pkgr"
|
|
4709
4721
|
}
|
|
4710
4722
|
},
|
|
4711
4723
|
"node_modules/@pnpm/config.env-replace": {
|
|
@@ -4779,12 +4791,12 @@
|
|
|
4779
4791
|
}
|
|
4780
4792
|
},
|
|
4781
4793
|
"node_modules/@salesforce/core": {
|
|
4782
|
-
"version": "8.11.
|
|
4783
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.11.
|
|
4784
|
-
"integrity": "sha512-
|
|
4794
|
+
"version": "8.11.4",
|
|
4795
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.11.4.tgz",
|
|
4796
|
+
"integrity": "sha512-6jrACrCmpic7mrnp4XQ6tiyx5FvHs101dQ2v+m8+aHF97036bul+GeeYuSjVp3ASh0sjR5CotYf7R65chd4H+A==",
|
|
4785
4797
|
"license": "BSD-3-Clause",
|
|
4786
4798
|
"dependencies": {
|
|
4787
|
-
"@jsforce/jsforce-node": "^3.8.
|
|
4799
|
+
"@jsforce/jsforce-node": "^3.8.2",
|
|
4788
4800
|
"@salesforce/kit": "^3.2.2",
|
|
4789
4801
|
"@salesforce/schemas": "^1.9.0",
|
|
4790
4802
|
"@salesforce/ts-types": "^2.0.10",
|
|
@@ -4796,9 +4808,9 @@
|
|
|
4796
4808
|
"js2xmlparser": "^4.0.1",
|
|
4797
4809
|
"jsonwebtoken": "9.0.2",
|
|
4798
4810
|
"jszip": "3.10.1",
|
|
4799
|
-
"pino": "^9.
|
|
4811
|
+
"pino": "^9.7.0",
|
|
4800
4812
|
"pino-abstract-transport": "^1.2.0",
|
|
4801
|
-
"pino-pretty": "^11.
|
|
4813
|
+
"pino-pretty": "^11.3.0",
|
|
4802
4814
|
"proper-lockfile": "^4.1.2",
|
|
4803
4815
|
"semver": "^7.6.3",
|
|
4804
4816
|
"ts-retry-promise": "^0.8.1"
|
|
@@ -4823,6 +4835,41 @@
|
|
|
4823
4835
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
4824
4836
|
}
|
|
4825
4837
|
},
|
|
4838
|
+
"node_modules/@salesforce/core/node_modules/pino-abstract-transport": {
|
|
4839
|
+
"version": "1.2.0",
|
|
4840
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz",
|
|
4841
|
+
"integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==",
|
|
4842
|
+
"license": "MIT",
|
|
4843
|
+
"dependencies": {
|
|
4844
|
+
"readable-stream": "^4.0.0",
|
|
4845
|
+
"split2": "^4.0.0"
|
|
4846
|
+
}
|
|
4847
|
+
},
|
|
4848
|
+
"node_modules/@salesforce/core/node_modules/readable-stream": {
|
|
4849
|
+
"version": "4.5.2",
|
|
4850
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
|
|
4851
|
+
"integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
|
|
4852
|
+
"license": "MIT",
|
|
4853
|
+
"dependencies": {
|
|
4854
|
+
"abort-controller": "^3.0.0",
|
|
4855
|
+
"buffer": "^6.0.3",
|
|
4856
|
+
"events": "^3.3.0",
|
|
4857
|
+
"process": "^0.11.10",
|
|
4858
|
+
"string_decoder": "^1.3.0"
|
|
4859
|
+
},
|
|
4860
|
+
"engines": {
|
|
4861
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
4862
|
+
}
|
|
4863
|
+
},
|
|
4864
|
+
"node_modules/@salesforce/core/node_modules/split2": {
|
|
4865
|
+
"version": "4.2.0",
|
|
4866
|
+
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
4867
|
+
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
4868
|
+
"license": "ISC",
|
|
4869
|
+
"engines": {
|
|
4870
|
+
"node": ">= 10.x"
|
|
4871
|
+
}
|
|
4872
|
+
},
|
|
4826
4873
|
"node_modules/@salesforce/dev-config": {
|
|
4827
4874
|
"version": "4.3.1",
|
|
4828
4875
|
"resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.3.1.tgz",
|
|
@@ -5036,12 +5083,12 @@
|
|
|
5036
5083
|
}
|
|
5037
5084
|
},
|
|
5038
5085
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
5039
|
-
"version": "12.19.
|
|
5040
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.19.
|
|
5041
|
-
"integrity": "sha512-
|
|
5086
|
+
"version": "12.19.7",
|
|
5087
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.19.7.tgz",
|
|
5088
|
+
"integrity": "sha512-VlAHMEOkZsMD6WxUhtOt+dDD6uEiJ5V07+JM9S0qvlAzu4FdlOn4mLCi/z9jYjMSY9O+3Iz5W9dPo99i3LKOaw==",
|
|
5042
5089
|
"license": "BSD-3-Clause",
|
|
5043
5090
|
"dependencies": {
|
|
5044
|
-
"@salesforce/core": "^8.
|
|
5091
|
+
"@salesforce/core": "^8.11.0",
|
|
5045
5092
|
"@salesforce/kit": "^3.2.3",
|
|
5046
5093
|
"@salesforce/ts-types": "^2.0.12",
|
|
5047
5094
|
"@salesforce/types": "^1.3.0",
|
|
@@ -5232,15 +5279,15 @@
|
|
|
5232
5279
|
}
|
|
5233
5280
|
},
|
|
5234
5281
|
"node_modules/@salesforce/source-tracking": {
|
|
5235
|
-
"version": "7.3.
|
|
5236
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.
|
|
5237
|
-
"integrity": "sha512-
|
|
5282
|
+
"version": "7.3.25",
|
|
5283
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.25.tgz",
|
|
5284
|
+
"integrity": "sha512-vph1inQMkwFhAqxquHy/Woq0uQqFiFyVm59DmXJLZQxj25fxqFhQsbY22jCSidEug8ctj4IyaCJB1Ot/eShozw==",
|
|
5238
5285
|
"license": "Apache-2.0",
|
|
5239
5286
|
"dependencies": {
|
|
5240
5287
|
"@oclif/core": "^4.2.10",
|
|
5241
5288
|
"@salesforce/core": "^8.9.1",
|
|
5242
5289
|
"@salesforce/kit": "^3.2.3",
|
|
5243
|
-
"@salesforce/source-deploy-retrieve": "^12.19.
|
|
5290
|
+
"@salesforce/source-deploy-retrieve": "^12.19.6",
|
|
5244
5291
|
"@salesforce/ts-types": "^2.0.12",
|
|
5245
5292
|
"fast-xml-parser": "^4.5.3",
|
|
5246
5293
|
"graceful-fs": "^4.2.11",
|
|
@@ -9518,14 +9565,14 @@
|
|
|
9518
9565
|
}
|
|
9519
9566
|
},
|
|
9520
9567
|
"node_modules/eslint-plugin-prettier": {
|
|
9521
|
-
"version": "5.4.
|
|
9522
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.4.
|
|
9523
|
-
"integrity": "sha512-
|
|
9568
|
+
"version": "5.4.1",
|
|
9569
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.4.1.tgz",
|
|
9570
|
+
"integrity": "sha512-9dF+KuU/Ilkq27A8idRP7N2DH8iUR6qXcjF3FR2wETY21PZdBrIjwCau8oboyGj9b7etWmTGEeM8e7oOed6ZWg==",
|
|
9524
9571
|
"dev": true,
|
|
9525
9572
|
"license": "MIT",
|
|
9526
9573
|
"dependencies": {
|
|
9527
9574
|
"prettier-linter-helpers": "^1.0.0",
|
|
9528
|
-
"synckit": "^0.11.
|
|
9575
|
+
"synckit": "^0.11.7"
|
|
9529
9576
|
},
|
|
9530
9577
|
"engines": {
|
|
9531
9578
|
"node": "^14.18.0 || >=16.0.0"
|
|
@@ -9549,13 +9596,13 @@
|
|
|
9549
9596
|
}
|
|
9550
9597
|
},
|
|
9551
9598
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
9552
|
-
"version": "1.20.
|
|
9553
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
9554
|
-
"integrity": "sha512-
|
|
9599
|
+
"version": "1.20.24",
|
|
9600
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.24.tgz",
|
|
9601
|
+
"integrity": "sha512-gSBLwp6T3n9Mw1TjO7Fq+VbYA7kdPfws0f1vR3tjEHUH4UlrNPya9RnN3g5uW2S1/62kDwgOjORYu2HlRr5UDg==",
|
|
9555
9602
|
"dev": true,
|
|
9556
9603
|
"license": "BSD-3-Clause",
|
|
9557
9604
|
"dependencies": {
|
|
9558
|
-
"@salesforce/core": "^8.
|
|
9605
|
+
"@salesforce/core": "^8.11.1",
|
|
9559
9606
|
"@typescript-eslint/utils": "^7.18.0"
|
|
9560
9607
|
},
|
|
9561
9608
|
"engines": {
|
|
@@ -12001,9 +12048,9 @@
|
|
|
12001
12048
|
"license": "ISC"
|
|
12002
12049
|
},
|
|
12003
12050
|
"node_modules/isomorphic-git": {
|
|
12004
|
-
"version": "1.30.
|
|
12005
|
-
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.30.
|
|
12006
|
-
"integrity": "sha512-
|
|
12051
|
+
"version": "1.30.2",
|
|
12052
|
+
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.30.2.tgz",
|
|
12053
|
+
"integrity": "sha512-Io/AkS58RFp0Sm+PPHkPT2NHfsxkG1+F6iOuPYxWvF1K0ZgIzT950lYt1G5PkhZr2edzIUoDJcqWYbxPIL6mXw==",
|
|
12007
12054
|
"license": "MIT",
|
|
12008
12055
|
"dependencies": {
|
|
12009
12056
|
"async-lock": "^1.4.1",
|
|
@@ -13076,9 +13123,9 @@
|
|
|
13076
13123
|
}
|
|
13077
13124
|
},
|
|
13078
13125
|
"node_modules/marked": {
|
|
13079
|
-
"version": "15.0.
|
|
13080
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-15.0.
|
|
13081
|
-
"integrity": "sha512-
|
|
13126
|
+
"version": "15.0.12",
|
|
13127
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-15.0.12.tgz",
|
|
13128
|
+
"integrity": "sha512-8dD6FusOQSrpv9Z1rdNMdlSgQOIP880DHqnohobOmYLElGEqAL/JvxvuxZO16r4HtjTlfPRDC1hbvxC9dPN2nA==",
|
|
13082
13129
|
"license": "MIT",
|
|
13083
13130
|
"bin": {
|
|
13084
13131
|
"marked": "bin/marked.js"
|
|
@@ -14813,17 +14860,17 @@
|
|
|
14813
14860
|
}
|
|
14814
14861
|
},
|
|
14815
14862
|
"node_modules/pino": {
|
|
14816
|
-
"version": "9.
|
|
14817
|
-
"resolved": "https://registry.npmjs.org/pino/-/pino-9.
|
|
14818
|
-
"integrity": "sha512-
|
|
14863
|
+
"version": "9.7.0",
|
|
14864
|
+
"resolved": "https://registry.npmjs.org/pino/-/pino-9.7.0.tgz",
|
|
14865
|
+
"integrity": "sha512-vnMCM6xZTb1WDmLvtG2lE/2p+t9hDEIvTWJsu6FejkE62vB7gDhvzrpFR4Cw2to+9JNQxVnkAKVPA1KPB98vWg==",
|
|
14819
14866
|
"license": "MIT",
|
|
14820
14867
|
"dependencies": {
|
|
14821
14868
|
"atomic-sleep": "^1.0.0",
|
|
14822
14869
|
"fast-redact": "^3.1.1",
|
|
14823
14870
|
"on-exit-leak-free": "^2.1.0",
|
|
14824
|
-
"pino-abstract-transport": "^
|
|
14871
|
+
"pino-abstract-transport": "^2.0.0",
|
|
14825
14872
|
"pino-std-serializers": "^7.0.0",
|
|
14826
|
-
"process-warning": "^
|
|
14873
|
+
"process-warning": "^5.0.0",
|
|
14827
14874
|
"quick-format-unescaped": "^4.0.3",
|
|
14828
14875
|
"real-require": "^0.2.0",
|
|
14829
14876
|
"safe-stable-stringify": "^2.3.1",
|
|
@@ -14835,31 +14882,14 @@
|
|
|
14835
14882
|
}
|
|
14836
14883
|
},
|
|
14837
14884
|
"node_modules/pino-abstract-transport": {
|
|
14838
|
-
"version": "
|
|
14839
|
-
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-
|
|
14840
|
-
"integrity": "sha512-
|
|
14885
|
+
"version": "2.0.0",
|
|
14886
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz",
|
|
14887
|
+
"integrity": "sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==",
|
|
14841
14888
|
"license": "MIT",
|
|
14842
14889
|
"dependencies": {
|
|
14843
|
-
"readable-stream": "^4.0.0",
|
|
14844
14890
|
"split2": "^4.0.0"
|
|
14845
14891
|
}
|
|
14846
14892
|
},
|
|
14847
|
-
"node_modules/pino-abstract-transport/node_modules/readable-stream": {
|
|
14848
|
-
"version": "4.5.2",
|
|
14849
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
|
|
14850
|
-
"integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
|
|
14851
|
-
"license": "MIT",
|
|
14852
|
-
"dependencies": {
|
|
14853
|
-
"abort-controller": "^3.0.0",
|
|
14854
|
-
"buffer": "^6.0.3",
|
|
14855
|
-
"events": "^3.3.0",
|
|
14856
|
-
"process": "^0.11.10",
|
|
14857
|
-
"string_decoder": "^1.3.0"
|
|
14858
|
-
},
|
|
14859
|
-
"engines": {
|
|
14860
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
14861
|
-
}
|
|
14862
|
-
},
|
|
14863
14893
|
"node_modules/pino-abstract-transport/node_modules/split2": {
|
|
14864
14894
|
"version": "4.2.0",
|
|
14865
14895
|
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
@@ -14870,9 +14900,9 @@
|
|
|
14870
14900
|
}
|
|
14871
14901
|
},
|
|
14872
14902
|
"node_modules/pino-pretty": {
|
|
14873
|
-
"version": "11.
|
|
14874
|
-
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.
|
|
14875
|
-
"integrity": "sha512-
|
|
14903
|
+
"version": "11.3.0",
|
|
14904
|
+
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.3.0.tgz",
|
|
14905
|
+
"integrity": "sha512-oXwn7ICywaZPHmu3epHGU2oJX4nPmKvHvB/bwrJHlGcbEWaVcotkpyVHMKLKmiVryWYByNp0jpgAcXpFJDXJzA==",
|
|
14876
14906
|
"license": "MIT",
|
|
14877
14907
|
"dependencies": {
|
|
14878
14908
|
"colorette": "^2.0.7",
|
|
@@ -14883,7 +14913,7 @@
|
|
|
14883
14913
|
"joycon": "^3.1.1",
|
|
14884
14914
|
"minimist": "^1.2.6",
|
|
14885
14915
|
"on-exit-leak-free": "^2.1.0",
|
|
14886
|
-
"pino-abstract-transport": "^
|
|
14916
|
+
"pino-abstract-transport": "^2.0.0",
|
|
14887
14917
|
"pump": "^3.0.0",
|
|
14888
14918
|
"readable-stream": "^4.0.0",
|
|
14889
14919
|
"secure-json-parse": "^2.4.0",
|
|
@@ -14894,16 +14924,6 @@
|
|
|
14894
14924
|
"pino-pretty": "bin.js"
|
|
14895
14925
|
}
|
|
14896
14926
|
},
|
|
14897
|
-
"node_modules/pino-pretty/node_modules/pino-abstract-transport": {
|
|
14898
|
-
"version": "1.1.0",
|
|
14899
|
-
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.1.0.tgz",
|
|
14900
|
-
"integrity": "sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==",
|
|
14901
|
-
"license": "MIT",
|
|
14902
|
-
"dependencies": {
|
|
14903
|
-
"readable-stream": "^4.0.0",
|
|
14904
|
-
"split2": "^4.0.0"
|
|
14905
|
-
}
|
|
14906
|
-
},
|
|
14907
14927
|
"node_modules/pino-pretty/node_modules/readable-stream": {
|
|
14908
14928
|
"version": "4.5.2",
|
|
14909
14929
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
|
|
@@ -14920,15 +14940,6 @@
|
|
|
14920
14940
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
14921
14941
|
}
|
|
14922
14942
|
},
|
|
14923
|
-
"node_modules/pino-pretty/node_modules/split2": {
|
|
14924
|
-
"version": "4.2.0",
|
|
14925
|
-
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
14926
|
-
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
14927
|
-
"license": "ISC",
|
|
14928
|
-
"engines": {
|
|
14929
|
-
"node": ">= 10.x"
|
|
14930
|
-
}
|
|
14931
|
-
},
|
|
14932
14943
|
"node_modules/pino-std-serializers": {
|
|
14933
14944
|
"version": "7.0.0",
|
|
14934
14945
|
"resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz",
|
|
@@ -15214,9 +15225,19 @@
|
|
|
15214
15225
|
}
|
|
15215
15226
|
},
|
|
15216
15227
|
"node_modules/process-warning": {
|
|
15217
|
-
"version": "
|
|
15218
|
-
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-
|
|
15219
|
-
"integrity": "sha512
|
|
15228
|
+
"version": "5.0.0",
|
|
15229
|
+
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-5.0.0.tgz",
|
|
15230
|
+
"integrity": "sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==",
|
|
15231
|
+
"funding": [
|
|
15232
|
+
{
|
|
15233
|
+
"type": "github",
|
|
15234
|
+
"url": "https://github.com/sponsors/fastify"
|
|
15235
|
+
},
|
|
15236
|
+
{
|
|
15237
|
+
"type": "opencollective",
|
|
15238
|
+
"url": "https://opencollective.com/fastify"
|
|
15239
|
+
}
|
|
15240
|
+
],
|
|
15220
15241
|
"license": "MIT"
|
|
15221
15242
|
},
|
|
15222
15243
|
"node_modules/propagate": {
|
|
@@ -16704,14 +16725,13 @@
|
|
|
16704
16725
|
}
|
|
16705
16726
|
},
|
|
16706
16727
|
"node_modules/synckit": {
|
|
16707
|
-
"version": "0.11.
|
|
16708
|
-
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.
|
|
16709
|
-
"integrity": "sha512
|
|
16728
|
+
"version": "0.11.8",
|
|
16729
|
+
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.8.tgz",
|
|
16730
|
+
"integrity": "sha512-+XZ+r1XGIJGeQk3VvXhT6xx/VpbHsRzsTkGgF6E5RX9TTXD0118l87puaEBZ566FhqblC6U0d4XnubznJDm30A==",
|
|
16710
16731
|
"dev": true,
|
|
16711
16732
|
"license": "MIT",
|
|
16712
16733
|
"dependencies": {
|
|
16713
|
-
"@pkgr/core": "^0.2.
|
|
16714
|
-
"tslib": "^2.8.1"
|
|
16734
|
+
"@pkgr/core": "^0.2.4"
|
|
16715
16735
|
},
|
|
16716
16736
|
"engines": {
|
|
16717
16737
|
"node": "^14.18.0 || >=16.0.0"
|
|
@@ -16721,9 +16741,9 @@
|
|
|
16721
16741
|
}
|
|
16722
16742
|
},
|
|
16723
16743
|
"node_modules/tabletojson": {
|
|
16724
|
-
"version": "4.1.
|
|
16725
|
-
"resolved": "https://registry.npmjs.org/tabletojson/-/tabletojson-4.1.
|
|
16726
|
-
"integrity": "sha512-
|
|
16744
|
+
"version": "4.1.6",
|
|
16745
|
+
"resolved": "https://registry.npmjs.org/tabletojson/-/tabletojson-4.1.6.tgz",
|
|
16746
|
+
"integrity": "sha512-5wMfcIJ9N45EO4HwgpYpsJGXVCtMiEYastQkmyc3D2Jz4w+CJ9Up8WmoOGreguFInxhcchB1atIll20ZCbOf+w==",
|
|
16727
16747
|
"license": "ISC",
|
|
16728
16748
|
"dependencies": {
|
|
16729
16749
|
"cheerio": "^1.0.0"
|
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.
|
|
1559
|
-
version "1.2.
|
|
1560
|
-
resolved "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.
|
|
1561
|
-
integrity sha512-
|
|
1558
|
+
"@jayree/changelog@^1.2.10":
|
|
1559
|
+
version "1.2.10"
|
|
1560
|
+
resolved "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.10.tgz"
|
|
1561
|
+
integrity sha512-gzGP1+SMvotm6riltCuvilkgbhZBjR59c/ctpwhLAxFXRr236lk1a/3swQea1WMWS/lw8oBr4+HO91ojEUd4lg==
|
|
1562
1562
|
dependencies:
|
|
1563
|
-
debug "^4.4.
|
|
1563
|
+
debug "^4.4.1"
|
|
1564
1564
|
fs-extra "^11.3.0"
|
|
1565
|
-
marked "^15.0.
|
|
1565
|
+
marked "^15.0.12"
|
|
1566
1566
|
marked-terminal "^7.3.0"
|
|
1567
|
-
semver "^7.7.
|
|
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.12":
|
|
1571
|
+
version "4.0.12"
|
|
1572
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-4.0.12.tgz"
|
|
1573
|
+
integrity sha512-gTsxRIGygq/NBXVZ9kQXTxljy3XCLJO+NuMJm9g9DgeMfO5UJHfo5YoNxG9OFLQPTBZoxBjehDujqftG6wncog==
|
|
1574
1574
|
dependencies:
|
|
1575
|
-
"@jayree/changelog" "^1.2.
|
|
1575
|
+
"@jayree/changelog" "^1.2.10"
|
|
1576
1576
|
"@oclif/core" "^4.3.0"
|
|
1577
|
-
"@salesforce/core" "^8.
|
|
1577
|
+
"@salesforce/core" "^8.11.4"
|
|
1578
1578
|
"@salesforce/kit" "^3.2.3"
|
|
1579
|
-
"@salesforce/sf-plugins-core" "^12.2.
|
|
1580
|
-
"@salesforce/source-deploy-retrieve" "12.19.
|
|
1581
|
-
"@salesforce/source-tracking" "7.3.
|
|
1579
|
+
"@salesforce/sf-plugins-core" "^12.2.2"
|
|
1580
|
+
"@salesforce/source-deploy-retrieve" "12.19.7"
|
|
1581
|
+
"@salesforce/source-tracking" "7.3.25"
|
|
1582
1582
|
"@salesforce/ts-types" "^2.0.12"
|
|
1583
1583
|
fast-deep-equal "^3.1.3"
|
|
1584
1584
|
fast-xml-parser "^5.2.3"
|
|
1585
1585
|
fs-extra "^11.3.0"
|
|
1586
1586
|
graceful-fs "^4.2.11"
|
|
1587
|
-
isomorphic-git "1.30.
|
|
1587
|
+
isomorphic-git "1.30.2"
|
|
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.118":
|
|
1590
|
+
version "1.2.118"
|
|
1591
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.118.tgz"
|
|
1592
|
+
integrity sha512-olBe+nSLFwYiNezbg1akhIfqnDOtDHVSBkoLV9INOJhXx+5ypRDrv/x+kKJfq9kw4e8ugZ4uBOzfTnSrW7HO4g==
|
|
1593
1593
|
dependencies:
|
|
1594
|
-
"@jayree/changelog" "^1.2.
|
|
1594
|
+
"@jayree/changelog" "^1.2.10"
|
|
1595
1595
|
"@jsforce/jsforce-node" "^3.8.1"
|
|
1596
1596
|
"@listr2/prompt-adapter-enquirer" "^2.0.16"
|
|
1597
1597
|
"@oclif/core" "^4.3.0"
|
|
1598
|
-
"@salesforce/core" "^8.
|
|
1599
|
-
"@salesforce/sf-plugins-core" "^12.2.
|
|
1600
|
-
"@salesforce/source-deploy-retrieve" "^12.19.
|
|
1598
|
+
"@salesforce/core" "^8.11.4"
|
|
1599
|
+
"@salesforce/sf-plugins-core" "^12.2.2"
|
|
1600
|
+
"@salesforce/source-deploy-retrieve" "^12.19.7"
|
|
1601
1601
|
"@salesforce/ts-types" "^2.0.12"
|
|
1602
1602
|
chalk "^5.4.1"
|
|
1603
1603
|
cli-progress "^3.12.0"
|
|
@@ -1610,22 +1610,22 @@
|
|
|
1610
1610
|
listr2 "^8.3.3"
|
|
1611
1611
|
log-update "^6.0.0"
|
|
1612
1612
|
playwright-chromium "^1.52.0"
|
|
1613
|
-
tabletojson "4.1.
|
|
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.116":
|
|
1618
|
+
version "1.3.116"
|
|
1619
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.116.tgz"
|
|
1620
|
+
integrity sha512-u7Cdf0NetEQepJ4J0bKWw2SKdlofYJRponm7BXcv6BhZf73BwE1xidbL5ipTzBdUaxJh/YklG9gRmpaIGtA7dQ==
|
|
1621
1621
|
dependencies:
|
|
1622
|
-
"@jayree/changelog" "^1.2.
|
|
1622
|
+
"@jayree/changelog" "^1.2.10"
|
|
1623
1623
|
"@oclif/core" "^4.3.0"
|
|
1624
1624
|
"@prettier/plugin-xml" "^3.4.1"
|
|
1625
1625
|
"@salesforce/core" "^8.9.1"
|
|
1626
1626
|
"@salesforce/kit" "^3.2.3"
|
|
1627
1627
|
"@salesforce/sf-plugins-core" "^12.2.2"
|
|
1628
|
-
"@salesforce/source-deploy-retrieve" "^12.19.
|
|
1628
|
+
"@salesforce/source-deploy-retrieve" "^12.19.7"
|
|
1629
1629
|
cli-progress "^3.12.0"
|
|
1630
1630
|
debug "^4.4.1"
|
|
1631
1631
|
fs-extra "^11.3.0"
|
|
@@ -1634,20 +1634,20 @@
|
|
|
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.114":
|
|
1638
|
+
version "1.3.114"
|
|
1639
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.114.tgz"
|
|
1640
|
+
integrity sha512-u3aPm590/ecpZYwuWMU1mjBEs16fLPCxagG2g7ZsowJKXO3vrMw5lIepriLpm5diPq0AJ1HeRlVcOPcoEZWShQ==
|
|
1641
1641
|
dependencies:
|
|
1642
|
-
"@jayree/changelog" "^1.2.
|
|
1642
|
+
"@jayree/changelog" "^1.2.10"
|
|
1643
1643
|
"@oclif/core" "^4.3.0"
|
|
1644
|
-
"@salesforce/core" "^8.11.
|
|
1644
|
+
"@salesforce/core" "^8.11.4"
|
|
1645
1645
|
"@salesforce/kit" "^3.2.3"
|
|
1646
1646
|
"@salesforce/sf-plugins-core" "^12.2.2"
|
|
1647
|
-
"@salesforce/source-deploy-retrieve" "^12.19.
|
|
1648
|
-
"@salesforce/source-tracking" "^7.3.
|
|
1647
|
+
"@salesforce/source-deploy-retrieve" "^12.19.7"
|
|
1648
|
+
"@salesforce/source-tracking" "^7.3.25"
|
|
1649
1649
|
"@salesforce/ts-types" "^2.0.11"
|
|
1650
|
-
ansis "^4.
|
|
1650
|
+
ansis "^4.1.0"
|
|
1651
1651
|
debug "^4.4.1"
|
|
1652
1652
|
deep-object-diff "^1.1.9"
|
|
1653
1653
|
fast-xml-parser "^5.2.3"
|
|
@@ -1696,10 +1696,10 @@
|
|
|
1696
1696
|
"@jridgewell/resolve-uri" "^3.0.3"
|
|
1697
1697
|
"@jridgewell/sourcemap-codec" "^1.4.10"
|
|
1698
1698
|
|
|
1699
|
-
"@jsforce/jsforce-node@^3.8.1":
|
|
1700
|
-
version "3.8.
|
|
1701
|
-
resolved "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.8.
|
|
1702
|
-
integrity sha512
|
|
1699
|
+
"@jsforce/jsforce-node@^3.8.1", "@jsforce/jsforce-node@^3.8.2":
|
|
1700
|
+
version "3.8.2"
|
|
1701
|
+
resolved "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.8.2.tgz"
|
|
1702
|
+
integrity sha512-ewaRr9JnZRW6I28C/TzUnv5p70zMrWsKCq2ovRW6X557/ikdfvA24F9k4cQXZnTG2lZLEfVn+WwdBGEtY7pPnQ==
|
|
1703
1703
|
dependencies:
|
|
1704
1704
|
"@sindresorhus/is" "^4"
|
|
1705
1705
|
base64url "^3.0.1"
|
|
@@ -1841,10 +1841,10 @@
|
|
|
1841
1841
|
resolved "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz"
|
|
1842
1842
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
1843
1843
|
|
|
1844
|
-
"@pkgr/core@^0.2.
|
|
1845
|
-
version "0.2.
|
|
1846
|
-
resolved "https://registry.npmjs.org/@pkgr/core/-/core-0.2.
|
|
1847
|
-
integrity sha512-
|
|
1844
|
+
"@pkgr/core@^0.2.4":
|
|
1845
|
+
version "0.2.4"
|
|
1846
|
+
resolved "https://registry.npmjs.org/@pkgr/core/-/core-0.2.4.tgz"
|
|
1847
|
+
integrity sha512-ROFF39F6ZrnzSUEmQQZUar0Jt4xVoP9WnDRdWwF4NNcXs3xBTLgBUDoOwW141y1jP+S8nahIbdxbFC7IShw9Iw==
|
|
1848
1848
|
|
|
1849
1849
|
"@pnpm/config.env-replace@^1.1.0":
|
|
1850
1850
|
version "1.1.0"
|
|
@@ -1879,12 +1879,12 @@
|
|
|
1879
1879
|
dependencies:
|
|
1880
1880
|
"@xml-tools/parser" "^1.0.11"
|
|
1881
1881
|
|
|
1882
|
-
"@salesforce/core@^8.10.0", "@salesforce/core@^8.
|
|
1883
|
-
version "8.11.
|
|
1884
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.11.
|
|
1885
|
-
integrity sha512-
|
|
1882
|
+
"@salesforce/core@^8.10.0", "@salesforce/core@^8.11.0", "@salesforce/core@^8.11.1", "@salesforce/core@^8.11.4", "@salesforce/core@^8.9.1":
|
|
1883
|
+
version "8.11.4"
|
|
1884
|
+
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.11.4.tgz"
|
|
1885
|
+
integrity sha512-6jrACrCmpic7mrnp4XQ6tiyx5FvHs101dQ2v+m8+aHF97036bul+GeeYuSjVp3ASh0sjR5CotYf7R65chd4H+A==
|
|
1886
1886
|
dependencies:
|
|
1887
|
-
"@jsforce/jsforce-node" "^3.8.
|
|
1887
|
+
"@jsforce/jsforce-node" "^3.8.2"
|
|
1888
1888
|
"@salesforce/kit" "^3.2.2"
|
|
1889
1889
|
"@salesforce/schemas" "^1.9.0"
|
|
1890
1890
|
"@salesforce/ts-types" "^2.0.10"
|
|
@@ -1896,9 +1896,9 @@
|
|
|
1896
1896
|
js2xmlparser "^4.0.1"
|
|
1897
1897
|
jsonwebtoken "9.0.2"
|
|
1898
1898
|
jszip "3.10.1"
|
|
1899
|
-
pino "^9.
|
|
1899
|
+
pino "^9.7.0"
|
|
1900
1900
|
pino-abstract-transport "^1.2.0"
|
|
1901
|
-
pino-pretty "^11.
|
|
1901
|
+
pino-pretty "^11.3.0"
|
|
1902
1902
|
proper-lockfile "^4.1.2"
|
|
1903
1903
|
semver "^7.6.3"
|
|
1904
1904
|
ts-retry-promise "^0.8.1"
|
|
@@ -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.2":
|
|
1961
1961
|
version "12.2.2"
|
|
1962
1962
|
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.2.tgz"
|
|
1963
1963
|
integrity sha512-LuNT1kzi0N185xhCBCOU9P650CwoehiICB2lCP1RsO98NqfHTRpD6Rq1TDQtLTudOh3pDUFZTgo8kt4qwz20yw==
|
|
@@ -1973,12 +1973,12 @@
|
|
|
1973
1973
|
cli-progress "^3.12.0"
|
|
1974
1974
|
terminal-link "^3.0.0"
|
|
1975
1975
|
|
|
1976
|
-
"@salesforce/source-deploy-retrieve@^12.19.
|
|
1977
|
-
version "12.19.
|
|
1978
|
-
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.19.
|
|
1979
|
-
integrity sha512-
|
|
1976
|
+
"@salesforce/source-deploy-retrieve@^12.19.6", "@salesforce/source-deploy-retrieve@^12.19.7", "@salesforce/source-deploy-retrieve@12.19.7":
|
|
1977
|
+
version "12.19.7"
|
|
1978
|
+
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.19.7.tgz"
|
|
1979
|
+
integrity sha512-VlAHMEOkZsMD6WxUhtOt+dDD6uEiJ5V07+JM9S0qvlAzu4FdlOn4mLCi/z9jYjMSY9O+3Iz5W9dPo99i3LKOaw==
|
|
1980
1980
|
dependencies:
|
|
1981
|
-
"@salesforce/core" "^8.
|
|
1981
|
+
"@salesforce/core" "^8.11.0"
|
|
1982
1982
|
"@salesforce/kit" "^3.2.3"
|
|
1983
1983
|
"@salesforce/ts-types" "^2.0.12"
|
|
1984
1984
|
"@salesforce/types" "^1.3.0"
|
|
@@ -1994,15 +1994,15 @@
|
|
|
1994
1994
|
proxy-agent "^6.4.0"
|
|
1995
1995
|
yaml "^2.7.1"
|
|
1996
1996
|
|
|
1997
|
-
"@salesforce/source-tracking@^7.3.
|
|
1998
|
-
version "7.3.
|
|
1999
|
-
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.
|
|
2000
|
-
integrity sha512-
|
|
1997
|
+
"@salesforce/source-tracking@^7.3.25", "@salesforce/source-tracking@7.3.25":
|
|
1998
|
+
version "7.3.25"
|
|
1999
|
+
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.25.tgz"
|
|
2000
|
+
integrity sha512-vph1inQMkwFhAqxquHy/Woq0uQqFiFyVm59DmXJLZQxj25fxqFhQsbY22jCSidEug8ctj4IyaCJB1Ot/eShozw==
|
|
2001
2001
|
dependencies:
|
|
2002
2002
|
"@oclif/core" "^4.2.10"
|
|
2003
2003
|
"@salesforce/core" "^8.9.1"
|
|
2004
2004
|
"@salesforce/kit" "^3.2.3"
|
|
2005
|
-
"@salesforce/source-deploy-retrieve" "^12.19.
|
|
2005
|
+
"@salesforce/source-deploy-retrieve" "^12.19.6"
|
|
2006
2006
|
"@salesforce/ts-types" "^2.0.12"
|
|
2007
2007
|
fast-xml-parser "^4.5.3"
|
|
2008
2008
|
graceful-fs "^4.2.11"
|
|
@@ -3100,10 +3100,10 @@ ansis@^3.17.0, ansis@^3.3.2:
|
|
|
3100
3100
|
resolved "https://registry.npmjs.org/ansis/-/ansis-3.17.0.tgz"
|
|
3101
3101
|
integrity sha512-0qWUglt9JEqLFr3w1I1pbrChn1grhaiAR2ocX1PP/flRmxgtwTzPFFFnfIlD6aMOLQZgSuCRlidD70lvx8yhzg==
|
|
3102
3102
|
|
|
3103
|
-
ansis@^4.
|
|
3104
|
-
version "4.
|
|
3105
|
-
resolved "https://registry.npmjs.org/ansis/-/ansis-4.
|
|
3106
|
-
integrity sha512-
|
|
3103
|
+
ansis@^4.1.0:
|
|
3104
|
+
version "4.1.0"
|
|
3105
|
+
resolved "https://registry.npmjs.org/ansis/-/ansis-4.1.0.tgz"
|
|
3106
|
+
integrity sha512-BGcItUBWSMRgOCe+SVZJ+S7yTRG0eGt9cXAHev72yuGcY23hnLA7Bky5L/xLyPINoSN95geovfBkqoTlNZYa7w==
|
|
3107
3107
|
|
|
3108
3108
|
any-promise@^1.0.0:
|
|
3109
3109
|
version "1.3.0"
|
|
@@ -4564,20 +4564,20 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
4564
4564
|
semver "^7.5.4"
|
|
4565
4565
|
spdx-expression-parse "^4.0.0"
|
|
4566
4566
|
|
|
4567
|
-
eslint-plugin-prettier@^5.4.
|
|
4568
|
-
version "5.4.
|
|
4569
|
-
resolved "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.4.
|
|
4570
|
-
integrity sha512-
|
|
4567
|
+
eslint-plugin-prettier@^5.4.1:
|
|
4568
|
+
version "5.4.1"
|
|
4569
|
+
resolved "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.4.1.tgz"
|
|
4570
|
+
integrity sha512-9dF+KuU/Ilkq27A8idRP7N2DH8iUR6qXcjF3FR2wETY21PZdBrIjwCau8oboyGj9b7etWmTGEeM8e7oOed6ZWg==
|
|
4571
4571
|
dependencies:
|
|
4572
4572
|
prettier-linter-helpers "^1.0.0"
|
|
4573
|
-
synckit "^0.11.
|
|
4573
|
+
synckit "^0.11.7"
|
|
4574
4574
|
|
|
4575
|
-
eslint-plugin-sf-plugin@^1.20.
|
|
4576
|
-
version "1.20.
|
|
4577
|
-
resolved "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
4578
|
-
integrity sha512-
|
|
4575
|
+
eslint-plugin-sf-plugin@^1.20.24:
|
|
4576
|
+
version "1.20.24"
|
|
4577
|
+
resolved "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.24.tgz"
|
|
4578
|
+
integrity sha512-gSBLwp6T3n9Mw1TjO7Fq+VbYA7kdPfws0f1vR3tjEHUH4UlrNPya9RnN3g5uW2S1/62kDwgOjORYu2HlRr5UDg==
|
|
4579
4579
|
dependencies:
|
|
4580
|
-
"@salesforce/core" "^8.
|
|
4580
|
+
"@salesforce/core" "^8.11.1"
|
|
4581
4581
|
"@typescript-eslint/utils" "^7.18.0"
|
|
4582
4582
|
|
|
4583
4583
|
eslint-plugin-unicorn@^50.0.1:
|
|
@@ -5916,10 +5916,10 @@ isexe@^2.0.0:
|
|
|
5916
5916
|
resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz"
|
|
5917
5917
|
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
|
|
5918
5918
|
|
|
5919
|
-
isomorphic-git@^1.30.1, isomorphic-git@1.30.
|
|
5920
|
-
version "1.30.
|
|
5921
|
-
resolved "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.30.
|
|
5922
|
-
integrity sha512-
|
|
5919
|
+
isomorphic-git@^1.30.1, isomorphic-git@1.30.2:
|
|
5920
|
+
version "1.30.2"
|
|
5921
|
+
resolved "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.30.2.tgz"
|
|
5922
|
+
integrity sha512-Io/AkS58RFp0Sm+PPHkPT2NHfsxkG1+F6iOuPYxWvF1K0ZgIzT950lYt1G5PkhZr2edzIUoDJcqWYbxPIL6mXw==
|
|
5923
5923
|
dependencies:
|
|
5924
5924
|
async-lock "^1.4.1"
|
|
5925
5925
|
clean-git-ref "^2.0.1"
|
|
@@ -6585,10 +6585,10 @@ marked@^13.0.0:
|
|
|
6585
6585
|
resolved "https://registry.npmjs.org/marked/-/marked-13.0.2.tgz"
|
|
6586
6586
|
integrity sha512-J6CPjP8pS5sgrRqxVRvkCIkZ6MFdRIjDkwUwgJ9nL2fbmM6qGQeB2C16hi8Cc9BOzj6xXzy0jyi0iPIfnMHYzA==
|
|
6587
6587
|
|
|
6588
|
-
marked@^15.0.
|
|
6589
|
-
version "15.0.
|
|
6590
|
-
resolved "https://registry.npmjs.org/marked/-/marked-15.0.
|
|
6591
|
-
integrity sha512-
|
|
6588
|
+
marked@^15.0.12, "marked@>=1 <16":
|
|
6589
|
+
version "15.0.12"
|
|
6590
|
+
resolved "https://registry.npmjs.org/marked/-/marked-15.0.12.tgz"
|
|
6591
|
+
integrity sha512-8dD6FusOQSrpv9Z1rdNMdlSgQOIP880DHqnohobOmYLElGEqAL/JvxvuxZO16r4HtjTlfPRDC1hbvxC9dPN2nA==
|
|
6592
6592
|
|
|
6593
6593
|
mdurl@^2.0.0:
|
|
6594
6594
|
version "2.0.0"
|
|
@@ -7449,14 +7449,6 @@ pify@^4.0.1:
|
|
|
7449
7449
|
resolved "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz"
|
|
7450
7450
|
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
|
|
7451
7451
|
|
|
7452
|
-
pino-abstract-transport@^1.0.0:
|
|
7453
|
-
version "1.1.0"
|
|
7454
|
-
resolved "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.1.0.tgz"
|
|
7455
|
-
integrity sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==
|
|
7456
|
-
dependencies:
|
|
7457
|
-
readable-stream "^4.0.0"
|
|
7458
|
-
split2 "^4.0.0"
|
|
7459
|
-
|
|
7460
7452
|
pino-abstract-transport@^1.2.0:
|
|
7461
7453
|
version "1.2.0"
|
|
7462
7454
|
resolved "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz"
|
|
@@ -7465,10 +7457,17 @@ pino-abstract-transport@^1.2.0:
|
|
|
7465
7457
|
readable-stream "^4.0.0"
|
|
7466
7458
|
split2 "^4.0.0"
|
|
7467
7459
|
|
|
7468
|
-
pino-
|
|
7469
|
-
version "
|
|
7470
|
-
resolved "https://registry.npmjs.org/pino-
|
|
7471
|
-
integrity sha512-
|
|
7460
|
+
pino-abstract-transport@^2.0.0:
|
|
7461
|
+
version "2.0.0"
|
|
7462
|
+
resolved "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz"
|
|
7463
|
+
integrity sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==
|
|
7464
|
+
dependencies:
|
|
7465
|
+
split2 "^4.0.0"
|
|
7466
|
+
|
|
7467
|
+
pino-pretty@^11.3.0:
|
|
7468
|
+
version "11.3.0"
|
|
7469
|
+
resolved "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.3.0.tgz"
|
|
7470
|
+
integrity sha512-oXwn7ICywaZPHmu3epHGU2oJX4nPmKvHvB/bwrJHlGcbEWaVcotkpyVHMKLKmiVryWYByNp0jpgAcXpFJDXJzA==
|
|
7472
7471
|
dependencies:
|
|
7473
7472
|
colorette "^2.0.7"
|
|
7474
7473
|
dateformat "^4.6.3"
|
|
@@ -7478,7 +7477,7 @@ pino-pretty@^11.2.2:
|
|
|
7478
7477
|
joycon "^3.1.1"
|
|
7479
7478
|
minimist "^1.2.6"
|
|
7480
7479
|
on-exit-leak-free "^2.1.0"
|
|
7481
|
-
pino-abstract-transport "^
|
|
7480
|
+
pino-abstract-transport "^2.0.0"
|
|
7482
7481
|
pump "^3.0.0"
|
|
7483
7482
|
readable-stream "^4.0.0"
|
|
7484
7483
|
secure-json-parse "^2.4.0"
|
|
@@ -7490,17 +7489,17 @@ pino-std-serializers@^7.0.0:
|
|
|
7490
7489
|
resolved "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz"
|
|
7491
7490
|
integrity sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==
|
|
7492
7491
|
|
|
7493
|
-
pino@^9.
|
|
7494
|
-
version "9.
|
|
7495
|
-
resolved "https://registry.npmjs.org/pino/-/pino-9.
|
|
7496
|
-
integrity sha512-
|
|
7492
|
+
pino@^9.7.0:
|
|
7493
|
+
version "9.7.0"
|
|
7494
|
+
resolved "https://registry.npmjs.org/pino/-/pino-9.7.0.tgz"
|
|
7495
|
+
integrity sha512-vnMCM6xZTb1WDmLvtG2lE/2p+t9hDEIvTWJsu6FejkE62vB7gDhvzrpFR4Cw2to+9JNQxVnkAKVPA1KPB98vWg==
|
|
7497
7496
|
dependencies:
|
|
7498
7497
|
atomic-sleep "^1.0.0"
|
|
7499
7498
|
fast-redact "^3.1.1"
|
|
7500
7499
|
on-exit-leak-free "^2.1.0"
|
|
7501
|
-
pino-abstract-transport "^
|
|
7500
|
+
pino-abstract-transport "^2.0.0"
|
|
7502
7501
|
pino-std-serializers "^7.0.0"
|
|
7503
|
-
process-warning "^
|
|
7502
|
+
process-warning "^5.0.0"
|
|
7504
7503
|
quick-format-unescaped "^4.0.3"
|
|
7505
7504
|
real-require "^0.2.0"
|
|
7506
7505
|
safe-stable-stringify "^2.3.1"
|
|
@@ -7614,10 +7613,10 @@ process-on-spawn@^1.0.0:
|
|
|
7614
7613
|
dependencies:
|
|
7615
7614
|
fromentries "^1.2.0"
|
|
7616
7615
|
|
|
7617
|
-
process-warning@^
|
|
7618
|
-
version "
|
|
7619
|
-
resolved "https://registry.npmjs.org/process-warning/-/process-warning-
|
|
7620
|
-
integrity sha512
|
|
7616
|
+
process-warning@^5.0.0:
|
|
7617
|
+
version "5.0.0"
|
|
7618
|
+
resolved "https://registry.npmjs.org/process-warning/-/process-warning-5.0.0.tgz"
|
|
7619
|
+
integrity sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==
|
|
7621
7620
|
|
|
7622
7621
|
process@^0.11.10:
|
|
7623
7622
|
version "0.11.10"
|
|
@@ -8062,6 +8061,11 @@ semver@^7.3.4, semver@^7.3.5, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semve
|
|
|
8062
8061
|
resolved "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz"
|
|
8063
8062
|
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
|
|
8064
8063
|
|
|
8064
|
+
semver@^7.7.2:
|
|
8065
|
+
version "7.7.2"
|
|
8066
|
+
resolved "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz"
|
|
8067
|
+
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
|
|
8068
|
+
|
|
8065
8069
|
"semver@2 || 3 || 4 || 5":
|
|
8066
8070
|
version "5.7.2"
|
|
8067
8071
|
resolved "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz"
|
|
@@ -8628,18 +8632,17 @@ supports-preserve-symlinks-flag@^1.0.0:
|
|
|
8628
8632
|
resolved "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz"
|
|
8629
8633
|
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
|
|
8630
8634
|
|
|
8631
|
-
synckit@^0.11.
|
|
8632
|
-
version "0.11.
|
|
8633
|
-
resolved "https://registry.npmjs.org/synckit/-/synckit-0.11.
|
|
8634
|
-
integrity sha512
|
|
8635
|
+
synckit@^0.11.7:
|
|
8636
|
+
version "0.11.8"
|
|
8637
|
+
resolved "https://registry.npmjs.org/synckit/-/synckit-0.11.8.tgz"
|
|
8638
|
+
integrity sha512-+XZ+r1XGIJGeQk3VvXhT6xx/VpbHsRzsTkGgF6E5RX9TTXD0118l87puaEBZ566FhqblC6U0d4XnubznJDm30A==
|
|
8635
8639
|
dependencies:
|
|
8636
|
-
"@pkgr/core" "^0.2.
|
|
8637
|
-
tslib "^2.8.1"
|
|
8640
|
+
"@pkgr/core" "^0.2.4"
|
|
8638
8641
|
|
|
8639
|
-
tabletojson@4.1.
|
|
8640
|
-
version "4.1.
|
|
8641
|
-
resolved "https://registry.npmjs.org/tabletojson/-/tabletojson-4.1.
|
|
8642
|
-
integrity sha512-
|
|
8642
|
+
tabletojson@4.1.6:
|
|
8643
|
+
version "4.1.6"
|
|
8644
|
+
resolved "https://registry.npmjs.org/tabletojson/-/tabletojson-4.1.6.tgz"
|
|
8645
|
+
integrity sha512-5wMfcIJ9N45EO4HwgpYpsJGXVCtMiEYastQkmyc3D2Jz4w+CJ9Up8WmoOGreguFInxhcchB1atIll20ZCbOf+w==
|
|
8643
8646
|
dependencies:
|
|
8644
8647
|
cheerio "^1.0.0"
|
|
8645
8648
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
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.137",
|
|
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.12",
|
|
10
|
+
"@jayree/sfdx-plugin-org": "^1.2.118",
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.116",
|
|
12
|
+
"@jayree/sfdx-plugin-source": "^1.3.114"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@oclif/plugin-help": "^6.2.28",
|
|
16
16
|
"@salesforce/dev-scripts": "^10.2.12",
|
|
17
17
|
"@salesforce/ts-sinon": "^1.4.30",
|
|
18
18
|
"c8": "^10.1.3",
|
|
19
|
-
"eslint-plugin-prettier": "^5.4.
|
|
20
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
19
|
+
"eslint-plugin-prettier": "^5.4.1",
|
|
20
|
+
"eslint-plugin-sf-plugin": "^1.20.24",
|
|
21
21
|
"nock": "^14.0.4",
|
|
22
22
|
"oclif": "^4.17.46",
|
|
23
23
|
"patch-package": "^8.0.0",
|