sfdx-jayree 4.8.136 → 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 +9 -0
- package/README.md +15 -15
- package/npm-shrinkwrap.json +109 -101
- package/oclif.lock +73 -75
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
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
|
+
|
|
1
10
|
## [4.8.136](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.135...v4.8.136) (2025-05-23)
|
|
2
11
|
|
|
3
12
|
|
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.
|
|
12
|
+
"@jayree/sfdx-plugin-manifest": "^4.0.12",
|
|
13
|
+
"@jayree/sfdx-plugin-org": "^1.2.118",
|
|
14
14
|
"@jayree/sfdx-plugin-prettier": "^1.3.116",
|
|
15
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
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",
|
|
@@ -4044,14 +4044,14 @@
|
|
|
4044
4044
|
}
|
|
4045
4045
|
},
|
|
4046
4046
|
"node_modules/@jayree/sfdx-plugin-manifest": {
|
|
4047
|
-
"version": "4.0.
|
|
4048
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-4.0.
|
|
4049
|
-
"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==",
|
|
4050
4050
|
"license": "Apache-2.0",
|
|
4051
4051
|
"dependencies": {
|
|
4052
4052
|
"@jayree/changelog": "^1.2.10",
|
|
4053
4053
|
"@oclif/core": "^4.3.0",
|
|
4054
|
-
"@salesforce/core": "^8.11.
|
|
4054
|
+
"@salesforce/core": "^8.11.4",
|
|
4055
4055
|
"@salesforce/kit": "^3.2.3",
|
|
4056
4056
|
"@salesforce/sf-plugins-core": "^12.2.2",
|
|
4057
4057
|
"@salesforce/source-deploy-retrieve": "12.19.7",
|
|
@@ -4061,7 +4061,7 @@
|
|
|
4061
4061
|
"fast-xml-parser": "^5.2.3",
|
|
4062
4062
|
"fs-extra": "^11.3.0",
|
|
4063
4063
|
"graceful-fs": "^4.2.11",
|
|
4064
|
-
"isomorphic-git": "1.30.
|
|
4064
|
+
"isomorphic-git": "1.30.2"
|
|
4065
4065
|
},
|
|
4066
4066
|
"engines": {
|
|
4067
4067
|
"node": ">=16.0.0"
|
|
@@ -4098,18 +4098,18 @@
|
|
|
4098
4098
|
"license": "MIT"
|
|
4099
4099
|
},
|
|
4100
4100
|
"node_modules/@jayree/sfdx-plugin-org": {
|
|
4101
|
-
"version": "1.2.
|
|
4102
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
4103
|
-
"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==",
|
|
4104
4104
|
"license": "BSD-3-Clause",
|
|
4105
4105
|
"dependencies": {
|
|
4106
4106
|
"@jayree/changelog": "^1.2.10",
|
|
4107
4107
|
"@jsforce/jsforce-node": "^3.8.1",
|
|
4108
4108
|
"@listr2/prompt-adapter-enquirer": "^2.0.16",
|
|
4109
4109
|
"@oclif/core": "^4.3.0",
|
|
4110
|
-
"@salesforce/core": "^8.11.
|
|
4110
|
+
"@salesforce/core": "^8.11.4",
|
|
4111
4111
|
"@salesforce/sf-plugins-core": "^12.2.2",
|
|
4112
|
-
"@salesforce/source-deploy-retrieve": "^12.19.
|
|
4112
|
+
"@salesforce/source-deploy-retrieve": "^12.19.7",
|
|
4113
4113
|
"@salesforce/ts-types": "^2.0.12",
|
|
4114
4114
|
"chalk": "^5.4.1",
|
|
4115
4115
|
"cli-progress": "^3.12.0",
|
|
@@ -4207,20 +4207,20 @@
|
|
|
4207
4207
|
}
|
|
4208
4208
|
},
|
|
4209
4209
|
"node_modules/@jayree/sfdx-plugin-source": {
|
|
4210
|
-
"version": "1.3.
|
|
4211
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
4212
|
-
"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==",
|
|
4213
4213
|
"license": "BSD-3-Clause",
|
|
4214
4214
|
"dependencies": {
|
|
4215
4215
|
"@jayree/changelog": "^1.2.10",
|
|
4216
4216
|
"@oclif/core": "^4.3.0",
|
|
4217
|
-
"@salesforce/core": "^8.11.
|
|
4217
|
+
"@salesforce/core": "^8.11.4",
|
|
4218
4218
|
"@salesforce/kit": "^3.2.3",
|
|
4219
4219
|
"@salesforce/sf-plugins-core": "^12.2.2",
|
|
4220
4220
|
"@salesforce/source-deploy-retrieve": "^12.19.7",
|
|
4221
4221
|
"@salesforce/source-tracking": "^7.3.25",
|
|
4222
4222
|
"@salesforce/ts-types": "^2.0.11",
|
|
4223
|
-
"ansis": "^4.
|
|
4223
|
+
"ansis": "^4.1.0",
|
|
4224
4224
|
"debug": "^4.4.1",
|
|
4225
4225
|
"deep-object-diff": "^1.1.9",
|
|
4226
4226
|
"fast-xml-parser": "^5.2.3",
|
|
@@ -4234,9 +4234,9 @@
|
|
|
4234
4234
|
}
|
|
4235
4235
|
},
|
|
4236
4236
|
"node_modules/@jayree/sfdx-plugin-source/node_modules/ansis": {
|
|
4237
|
-
"version": "4.
|
|
4238
|
-
"resolved": "https://registry.npmjs.org/ansis/-/ansis-4.
|
|
4239
|
-
"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==",
|
|
4240
4240
|
"license": "ISC",
|
|
4241
4241
|
"engines": {
|
|
4242
4242
|
"node": ">=14"
|
|
@@ -4708,16 +4708,16 @@
|
|
|
4708
4708
|
}
|
|
4709
4709
|
},
|
|
4710
4710
|
"node_modules/@pkgr/core": {
|
|
4711
|
-
"version": "0.2.
|
|
4712
|
-
"resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.2.
|
|
4713
|
-
"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==",
|
|
4714
4714
|
"dev": true,
|
|
4715
4715
|
"license": "MIT",
|
|
4716
4716
|
"engines": {
|
|
4717
4717
|
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
|
|
4718
4718
|
},
|
|
4719
4719
|
"funding": {
|
|
4720
|
-
"url": "https://opencollective.com/
|
|
4720
|
+
"url": "https://opencollective.com/pkgr"
|
|
4721
4721
|
}
|
|
4722
4722
|
},
|
|
4723
4723
|
"node_modules/@pnpm/config.env-replace": {
|
|
@@ -4791,9 +4791,9 @@
|
|
|
4791
4791
|
}
|
|
4792
4792
|
},
|
|
4793
4793
|
"node_modules/@salesforce/core": {
|
|
4794
|
-
"version": "8.11.
|
|
4795
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.11.
|
|
4796
|
-
"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==",
|
|
4797
4797
|
"license": "BSD-3-Clause",
|
|
4798
4798
|
"dependencies": {
|
|
4799
4799
|
"@jsforce/jsforce-node": "^3.8.2",
|
|
@@ -4808,9 +4808,9 @@
|
|
|
4808
4808
|
"js2xmlparser": "^4.0.1",
|
|
4809
4809
|
"jsonwebtoken": "9.0.2",
|
|
4810
4810
|
"jszip": "3.10.1",
|
|
4811
|
-
"pino": "^9.
|
|
4811
|
+
"pino": "^9.7.0",
|
|
4812
4812
|
"pino-abstract-transport": "^1.2.0",
|
|
4813
|
-
"pino-pretty": "^11.
|
|
4813
|
+
"pino-pretty": "^11.3.0",
|
|
4814
4814
|
"proper-lockfile": "^4.1.2",
|
|
4815
4815
|
"semver": "^7.6.3",
|
|
4816
4816
|
"ts-retry-promise": "^0.8.1"
|
|
@@ -4835,6 +4835,41 @@
|
|
|
4835
4835
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
4836
4836
|
}
|
|
4837
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
|
+
},
|
|
4838
4873
|
"node_modules/@salesforce/dev-config": {
|
|
4839
4874
|
"version": "4.3.1",
|
|
4840
4875
|
"resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.3.1.tgz",
|
|
@@ -9530,14 +9565,14 @@
|
|
|
9530
9565
|
}
|
|
9531
9566
|
},
|
|
9532
9567
|
"node_modules/eslint-plugin-prettier": {
|
|
9533
|
-
"version": "5.4.
|
|
9534
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.4.
|
|
9535
|
-
"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==",
|
|
9536
9571
|
"dev": true,
|
|
9537
9572
|
"license": "MIT",
|
|
9538
9573
|
"dependencies": {
|
|
9539
9574
|
"prettier-linter-helpers": "^1.0.0",
|
|
9540
|
-
"synckit": "^0.11.
|
|
9575
|
+
"synckit": "^0.11.7"
|
|
9541
9576
|
},
|
|
9542
9577
|
"engines": {
|
|
9543
9578
|
"node": "^14.18.0 || >=16.0.0"
|
|
@@ -9561,13 +9596,13 @@
|
|
|
9561
9596
|
}
|
|
9562
9597
|
},
|
|
9563
9598
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
9564
|
-
"version": "1.20.
|
|
9565
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
9566
|
-
"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==",
|
|
9567
9602
|
"dev": true,
|
|
9568
9603
|
"license": "BSD-3-Clause",
|
|
9569
9604
|
"dependencies": {
|
|
9570
|
-
"@salesforce/core": "^8.
|
|
9605
|
+
"@salesforce/core": "^8.11.1",
|
|
9571
9606
|
"@typescript-eslint/utils": "^7.18.0"
|
|
9572
9607
|
},
|
|
9573
9608
|
"engines": {
|
|
@@ -12013,9 +12048,9 @@
|
|
|
12013
12048
|
"license": "ISC"
|
|
12014
12049
|
},
|
|
12015
12050
|
"node_modules/isomorphic-git": {
|
|
12016
|
-
"version": "1.30.
|
|
12017
|
-
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.30.
|
|
12018
|
-
"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==",
|
|
12019
12054
|
"license": "MIT",
|
|
12020
12055
|
"dependencies": {
|
|
12021
12056
|
"async-lock": "^1.4.1",
|
|
@@ -14825,17 +14860,17 @@
|
|
|
14825
14860
|
}
|
|
14826
14861
|
},
|
|
14827
14862
|
"node_modules/pino": {
|
|
14828
|
-
"version": "9.
|
|
14829
|
-
"resolved": "https://registry.npmjs.org/pino/-/pino-9.
|
|
14830
|
-
"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==",
|
|
14831
14866
|
"license": "MIT",
|
|
14832
14867
|
"dependencies": {
|
|
14833
14868
|
"atomic-sleep": "^1.0.0",
|
|
14834
14869
|
"fast-redact": "^3.1.1",
|
|
14835
14870
|
"on-exit-leak-free": "^2.1.0",
|
|
14836
|
-
"pino-abstract-transport": "^
|
|
14871
|
+
"pino-abstract-transport": "^2.0.0",
|
|
14837
14872
|
"pino-std-serializers": "^7.0.0",
|
|
14838
|
-
"process-warning": "^
|
|
14873
|
+
"process-warning": "^5.0.0",
|
|
14839
14874
|
"quick-format-unescaped": "^4.0.3",
|
|
14840
14875
|
"real-require": "^0.2.0",
|
|
14841
14876
|
"safe-stable-stringify": "^2.3.1",
|
|
@@ -14847,31 +14882,14 @@
|
|
|
14847
14882
|
}
|
|
14848
14883
|
},
|
|
14849
14884
|
"node_modules/pino-abstract-transport": {
|
|
14850
|
-
"version": "
|
|
14851
|
-
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-
|
|
14852
|
-
"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==",
|
|
14853
14888
|
"license": "MIT",
|
|
14854
14889
|
"dependencies": {
|
|
14855
|
-
"readable-stream": "^4.0.0",
|
|
14856
14890
|
"split2": "^4.0.0"
|
|
14857
14891
|
}
|
|
14858
14892
|
},
|
|
14859
|
-
"node_modules/pino-abstract-transport/node_modules/readable-stream": {
|
|
14860
|
-
"version": "4.5.2",
|
|
14861
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
|
|
14862
|
-
"integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
|
|
14863
|
-
"license": "MIT",
|
|
14864
|
-
"dependencies": {
|
|
14865
|
-
"abort-controller": "^3.0.0",
|
|
14866
|
-
"buffer": "^6.0.3",
|
|
14867
|
-
"events": "^3.3.0",
|
|
14868
|
-
"process": "^0.11.10",
|
|
14869
|
-
"string_decoder": "^1.3.0"
|
|
14870
|
-
},
|
|
14871
|
-
"engines": {
|
|
14872
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
14873
|
-
}
|
|
14874
|
-
},
|
|
14875
14893
|
"node_modules/pino-abstract-transport/node_modules/split2": {
|
|
14876
14894
|
"version": "4.2.0",
|
|
14877
14895
|
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
@@ -14882,9 +14900,9 @@
|
|
|
14882
14900
|
}
|
|
14883
14901
|
},
|
|
14884
14902
|
"node_modules/pino-pretty": {
|
|
14885
|
-
"version": "11.
|
|
14886
|
-
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.
|
|
14887
|
-
"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==",
|
|
14888
14906
|
"license": "MIT",
|
|
14889
14907
|
"dependencies": {
|
|
14890
14908
|
"colorette": "^2.0.7",
|
|
@@ -14895,7 +14913,7 @@
|
|
|
14895
14913
|
"joycon": "^3.1.1",
|
|
14896
14914
|
"minimist": "^1.2.6",
|
|
14897
14915
|
"on-exit-leak-free": "^2.1.0",
|
|
14898
|
-
"pino-abstract-transport": "^
|
|
14916
|
+
"pino-abstract-transport": "^2.0.0",
|
|
14899
14917
|
"pump": "^3.0.0",
|
|
14900
14918
|
"readable-stream": "^4.0.0",
|
|
14901
14919
|
"secure-json-parse": "^2.4.0",
|
|
@@ -14906,16 +14924,6 @@
|
|
|
14906
14924
|
"pino-pretty": "bin.js"
|
|
14907
14925
|
}
|
|
14908
14926
|
},
|
|
14909
|
-
"node_modules/pino-pretty/node_modules/pino-abstract-transport": {
|
|
14910
|
-
"version": "1.1.0",
|
|
14911
|
-
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.1.0.tgz",
|
|
14912
|
-
"integrity": "sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==",
|
|
14913
|
-
"license": "MIT",
|
|
14914
|
-
"dependencies": {
|
|
14915
|
-
"readable-stream": "^4.0.0",
|
|
14916
|
-
"split2": "^4.0.0"
|
|
14917
|
-
}
|
|
14918
|
-
},
|
|
14919
14927
|
"node_modules/pino-pretty/node_modules/readable-stream": {
|
|
14920
14928
|
"version": "4.5.2",
|
|
14921
14929
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
|
|
@@ -14932,15 +14940,6 @@
|
|
|
14932
14940
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
14933
14941
|
}
|
|
14934
14942
|
},
|
|
14935
|
-
"node_modules/pino-pretty/node_modules/split2": {
|
|
14936
|
-
"version": "4.2.0",
|
|
14937
|
-
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
14938
|
-
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
14939
|
-
"license": "ISC",
|
|
14940
|
-
"engines": {
|
|
14941
|
-
"node": ">= 10.x"
|
|
14942
|
-
}
|
|
14943
|
-
},
|
|
14944
14943
|
"node_modules/pino-std-serializers": {
|
|
14945
14944
|
"version": "7.0.0",
|
|
14946
14945
|
"resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz",
|
|
@@ -15226,9 +15225,19 @@
|
|
|
15226
15225
|
}
|
|
15227
15226
|
},
|
|
15228
15227
|
"node_modules/process-warning": {
|
|
15229
|
-
"version": "
|
|
15230
|
-
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-
|
|
15231
|
-
"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
|
+
],
|
|
15232
15241
|
"license": "MIT"
|
|
15233
15242
|
},
|
|
15234
15243
|
"node_modules/propagate": {
|
|
@@ -16716,14 +16725,13 @@
|
|
|
16716
16725
|
}
|
|
16717
16726
|
},
|
|
16718
16727
|
"node_modules/synckit": {
|
|
16719
|
-
"version": "0.11.
|
|
16720
|
-
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.
|
|
16721
|
-
"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==",
|
|
16722
16731
|
"dev": true,
|
|
16723
16732
|
"license": "MIT",
|
|
16724
16733
|
"dependencies": {
|
|
16725
|
-
"@pkgr/core": "^0.2.
|
|
16726
|
-
"tslib": "^2.8.1"
|
|
16734
|
+
"@pkgr/core": "^0.2.4"
|
|
16727
16735
|
},
|
|
16728
16736
|
"engines": {
|
|
16729
16737
|
"node": "^14.18.0 || >=16.0.0"
|
package/oclif.lock
CHANGED
|
@@ -1567,14 +1567,14 @@
|
|
|
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.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
1575
|
"@jayree/changelog" "^1.2.10"
|
|
1576
1576
|
"@oclif/core" "^4.3.0"
|
|
1577
|
-
"@salesforce/core" "^8.11.
|
|
1577
|
+
"@salesforce/core" "^8.11.4"
|
|
1578
1578
|
"@salesforce/kit" "^3.2.3"
|
|
1579
1579
|
"@salesforce/sf-plugins-core" "^12.2.2"
|
|
1580
1580
|
"@salesforce/source-deploy-retrieve" "12.19.7"
|
|
@@ -1584,20 +1584,20 @@
|
|
|
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
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.11.
|
|
1598
|
+
"@salesforce/core" "^8.11.4"
|
|
1599
1599
|
"@salesforce/sf-plugins-core" "^12.2.2"
|
|
1600
|
-
"@salesforce/source-deploy-retrieve" "^12.19.
|
|
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"
|
|
@@ -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
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
1647
|
"@salesforce/source-deploy-retrieve" "^12.19.7"
|
|
1648
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"
|
|
@@ -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,10 +1879,10 @@
|
|
|
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
1887
|
"@jsforce/jsforce-node" "^3.8.2"
|
|
1888
1888
|
"@salesforce/kit" "^3.2.2"
|
|
@@ -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"
|
|
@@ -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"
|
|
@@ -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"
|
|
@@ -8633,13 +8632,12 @@ supports-preserve-symlinks-flag@^1.0.0:
|
|
|
8633
8632
|
resolved "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz"
|
|
8634
8633
|
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
|
|
8635
8634
|
|
|
8636
|
-
synckit@^0.11.
|
|
8637
|
-
version "0.11.
|
|
8638
|
-
resolved "https://registry.npmjs.org/synckit/-/synckit-0.11.
|
|
8639
|
-
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==
|
|
8640
8639
|
dependencies:
|
|
8641
|
-
"@pkgr/core" "^0.2.
|
|
8642
|
-
tslib "^2.8.1"
|
|
8640
|
+
"@pkgr/core" "^0.2.4"
|
|
8643
8641
|
|
|
8644
8642
|
tabletojson@4.1.6:
|
|
8645
8643
|
version "4.1.6"
|
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.
|
|
9
|
+
"@jayree/sfdx-plugin-manifest": "^4.0.12",
|
|
10
|
+
"@jayree/sfdx-plugin-org": "^1.2.118",
|
|
11
11
|
"@jayree/sfdx-plugin-prettier": "^1.3.116",
|
|
12
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
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",
|