sfdx-jayree 4.8.163 → 4.8.164
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/README.md +15 -15
- package/npm-shrinkwrap.json +112 -63
- package/oclif.lock +89 -68
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## [4.8.164](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.163...v4.8.164) (2025-10-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 4.0.82 to 4.0.85 ([#1795](https://github.com/jayree/sfdx-jayree-plugin/issues/1795)) ([d218a26](https://github.com/jayree/sfdx-jayree-plugin/commit/d218a2663c65f18f0b6e0d3e8abb5af8f91806d7))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.140 to 1.2.141 ([#1794](https://github.com/jayree/sfdx-jayree-plugin/issues/1794)) ([66e7810](https://github.com/jayree/sfdx-jayree-plugin/commit/66e78107ebe964cb44adbe807f5257c708ffc5a0))
|
|
8
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.137 to 1.3.138 ([#1797](https://github.com/jayree/sfdx-jayree-plugin/issues/1797)) ([44a176e](https://github.com/jayree/sfdx-jayree-plugin/commit/44a176ea46fdb61c7117907a2709638937da8db3))
|
|
9
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.135 to 1.3.136 ([#1796](https://github.com/jayree/sfdx-jayree-plugin/issues/1796)) ([b92e327](https://github.com/jayree/sfdx-jayree-plugin/commit/b92e327538c0e082f5cf89657e86ed195167d56d))
|
|
10
|
+
|
|
1
11
|
## [4.8.163](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.162...v4.8.163) (2025-10-17)
|
|
2
12
|
|
|
3
13
|
|
package/README.md
CHANGED
|
@@ -61,7 +61,7 @@ EXAMPLES
|
|
|
61
61
|
...
|
|
62
62
|
```
|
|
63
63
|
|
|
64
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
64
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.141/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.85/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.85/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.85/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.141/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.141/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.141/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.141/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.141/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.136/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.136/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.136/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.136/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.136/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.136/src/commands/jayree/project/store/tracking/set.ts)_
|
|
498
498
|
<!-- commandsstop -->
|
|
499
499
|
|
|
500
500
|
## Hooks
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.164",
|
|
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.164",
|
|
10
10
|
"license": "Apache-2.0",
|
|
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.85",
|
|
13
|
+
"@jayree/sfdx-plugin-org": "^1.2.141",
|
|
14
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.138",
|
|
15
|
+
"@jayree/sfdx-plugin-source": "^1.3.136"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@oclif/plugin-help": "^6.2.33",
|
|
@@ -4449,17 +4449,17 @@
|
|
|
4449
4449
|
}
|
|
4450
4450
|
},
|
|
4451
4451
|
"node_modules/@jayree/sfdx-plugin-manifest": {
|
|
4452
|
-
"version": "4.0.
|
|
4453
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-4.0.
|
|
4454
|
-
"integrity": "sha512-
|
|
4452
|
+
"version": "4.0.85",
|
|
4453
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-4.0.85.tgz",
|
|
4454
|
+
"integrity": "sha512-sZT1yeexbOxKbeBEH59ncN3KTsAu3M2XociAco+kTeGVOC5FFN2BR0sDhL1lPD3Miw+LIsQQdYOxOYhWhHnWig==",
|
|
4455
4455
|
"license": "Apache-2.0",
|
|
4456
4456
|
"dependencies": {
|
|
4457
4457
|
"@jayree/changelog": "^1.2.18",
|
|
4458
|
-
"@oclif/core": "^4.
|
|
4459
|
-
"@salesforce/core": "^8.23.
|
|
4458
|
+
"@oclif/core": "^4.7.2",
|
|
4459
|
+
"@salesforce/core": "^8.23.3",
|
|
4460
4460
|
"@salesforce/kit": "^3.2.4",
|
|
4461
4461
|
"@salesforce/sf-plugins-core": "^12.2.4",
|
|
4462
|
-
"@salesforce/source-deploy-retrieve": "12.
|
|
4462
|
+
"@salesforce/source-deploy-retrieve": "12.25.0",
|
|
4463
4463
|
"@salesforce/source-tracking": "7.4.10",
|
|
4464
4464
|
"@salesforce/ts-types": "^2.0.12",
|
|
4465
4465
|
"fast-deep-equal": "^3.1.3",
|
|
@@ -4491,18 +4491,18 @@
|
|
|
4491
4491
|
}
|
|
4492
4492
|
},
|
|
4493
4493
|
"node_modules/@jayree/sfdx-plugin-org": {
|
|
4494
|
-
"version": "1.2.
|
|
4495
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
4496
|
-
"integrity": "sha512-
|
|
4494
|
+
"version": "1.2.141",
|
|
4495
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.141.tgz",
|
|
4496
|
+
"integrity": "sha512-z2OpagwmylIThxfJcihtrDLQAtpCuVYGk0JT4v7l1ffsbnA8a1OYJP1Kua+v7Ggqv+86KTSvXszXhq0mNt9rlw==",
|
|
4497
4497
|
"license": "BSD-3-Clause",
|
|
4498
4498
|
"dependencies": {
|
|
4499
4499
|
"@jayree/changelog": "^1.2.18",
|
|
4500
4500
|
"@jsforce/jsforce-node": "^3.10.8",
|
|
4501
4501
|
"@listr2/prompt-adapter-enquirer": "^2.0.16",
|
|
4502
|
-
"@oclif/core": "^4.
|
|
4503
|
-
"@salesforce/core": "^8.23.
|
|
4504
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
4505
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
4502
|
+
"@oclif/core": "^4.7.2",
|
|
4503
|
+
"@salesforce/core": "^8.23.3",
|
|
4504
|
+
"@salesforce/sf-plugins-core": "^12.2.5",
|
|
4505
|
+
"@salesforce/source-deploy-retrieve": "^12.25.0",
|
|
4506
4506
|
"@salesforce/ts-types": "^2.0.12",
|
|
4507
4507
|
"chalk": "^5.6.2",
|
|
4508
4508
|
"cli-progress": "^3.12.0",
|
|
@@ -4566,18 +4566,18 @@
|
|
|
4566
4566
|
}
|
|
4567
4567
|
},
|
|
4568
4568
|
"node_modules/@jayree/sfdx-plugin-prettier": {
|
|
4569
|
-
"version": "1.3.
|
|
4570
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
4571
|
-
"integrity": "sha512-
|
|
4569
|
+
"version": "1.3.138",
|
|
4570
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.138.tgz",
|
|
4571
|
+
"integrity": "sha512-9mcDtYnO9xOClzya96mU3gy3M6mU8AO7W33Oqut5qUrZBcYkNr3YMs5GQoEDZr3GTEhgRU179/XIUtEi4LB7mw==",
|
|
4572
4572
|
"license": "Apache-2.0",
|
|
4573
4573
|
"dependencies": {
|
|
4574
4574
|
"@jayree/changelog": "^1.2.18",
|
|
4575
|
-
"@oclif/core": "^4.
|
|
4575
|
+
"@oclif/core": "^4.7.2",
|
|
4576
4576
|
"@prettier/plugin-xml": "^3.4.2",
|
|
4577
|
-
"@salesforce/core": "^8.23.
|
|
4577
|
+
"@salesforce/core": "^8.23.3",
|
|
4578
4578
|
"@salesforce/kit": "^3.2.4",
|
|
4579
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
4580
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
4579
|
+
"@salesforce/sf-plugins-core": "^12.2.5",
|
|
4580
|
+
"@salesforce/source-deploy-retrieve": "^12.25.0",
|
|
4581
4581
|
"cli-progress": "^3.12.0",
|
|
4582
4582
|
"debug": "^4.4.1",
|
|
4583
4583
|
"fs-extra": "^11.3.2",
|
|
@@ -4600,18 +4600,18 @@
|
|
|
4600
4600
|
}
|
|
4601
4601
|
},
|
|
4602
4602
|
"node_modules/@jayree/sfdx-plugin-source": {
|
|
4603
|
-
"version": "1.3.
|
|
4604
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
4605
|
-
"integrity": "sha512-
|
|
4603
|
+
"version": "1.3.136",
|
|
4604
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.136.tgz",
|
|
4605
|
+
"integrity": "sha512-KNMdjaITP4Nmx1Tmt5PzF+H7O+xWliDShOhyM2Y4JcxbExFqFXNNBamNS9I81qHXhyaYRzj8Sc5c65vDMoPMZg==",
|
|
4606
4606
|
"license": "BSD-3-Clause",
|
|
4607
4607
|
"dependencies": {
|
|
4608
4608
|
"@jayree/changelog": "^1.2.18",
|
|
4609
|
-
"@oclif/core": "^4.
|
|
4609
|
+
"@oclif/core": "^4.7.2",
|
|
4610
4610
|
"@salesforce/core": "^8.23.2",
|
|
4611
4611
|
"@salesforce/kit": "^3.2.4",
|
|
4612
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
4613
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
4614
|
-
"@salesforce/source-tracking": "^7.
|
|
4612
|
+
"@salesforce/sf-plugins-core": "^12.2.5",
|
|
4613
|
+
"@salesforce/source-deploy-retrieve": "^12.25.0",
|
|
4614
|
+
"@salesforce/source-tracking": "^7.5.0",
|
|
4615
4615
|
"@salesforce/ts-types": "^2.0.11",
|
|
4616
4616
|
"ansis": "^4.2.0",
|
|
4617
4617
|
"debug": "^4.4.3",
|
|
@@ -4626,6 +4626,55 @@
|
|
|
4626
4626
|
"node": ">=16.0.0"
|
|
4627
4627
|
}
|
|
4628
4628
|
},
|
|
4629
|
+
"node_modules/@jayree/sfdx-plugin-source/node_modules/@salesforce/source-tracking": {
|
|
4630
|
+
"version": "7.5.0",
|
|
4631
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.5.0.tgz",
|
|
4632
|
+
"integrity": "sha512-t2yb5URIEh1lXJo0G+q8xpPLGR72rVcvdO1NxbiKDxmsWUP82JwkDIJ77NF3Cnlj7wYR4OM1ch9t1hS3Un4VzA==",
|
|
4633
|
+
"license": "Apache-2.0",
|
|
4634
|
+
"dependencies": {
|
|
4635
|
+
"@salesforce/core": "^8.23.3",
|
|
4636
|
+
"@salesforce/kit": "^3.2.4",
|
|
4637
|
+
"@salesforce/source-deploy-retrieve": "^12.24.3",
|
|
4638
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
4639
|
+
"fast-xml-parser": "^4.5.3",
|
|
4640
|
+
"graceful-fs": "^4.2.11",
|
|
4641
|
+
"isomorphic-git": "^1.34.0",
|
|
4642
|
+
"ts-retry-promise": "^0.8.1"
|
|
4643
|
+
},
|
|
4644
|
+
"engines": {
|
|
4645
|
+
"node": ">=18.0.0"
|
|
4646
|
+
}
|
|
4647
|
+
},
|
|
4648
|
+
"node_modules/@jayree/sfdx-plugin-source/node_modules/@salesforce/source-tracking/node_modules/fast-xml-parser": {
|
|
4649
|
+
"version": "4.5.3",
|
|
4650
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz",
|
|
4651
|
+
"integrity": "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==",
|
|
4652
|
+
"funding": [
|
|
4653
|
+
{
|
|
4654
|
+
"type": "github",
|
|
4655
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
4656
|
+
}
|
|
4657
|
+
],
|
|
4658
|
+
"license": "MIT",
|
|
4659
|
+
"dependencies": {
|
|
4660
|
+
"strnum": "^1.1.1"
|
|
4661
|
+
},
|
|
4662
|
+
"bin": {
|
|
4663
|
+
"fxparser": "src/cli/cli.js"
|
|
4664
|
+
}
|
|
4665
|
+
},
|
|
4666
|
+
"node_modules/@jayree/sfdx-plugin-source/node_modules/@salesforce/source-tracking/node_modules/strnum": {
|
|
4667
|
+
"version": "1.1.1",
|
|
4668
|
+
"resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.1.tgz",
|
|
4669
|
+
"integrity": "sha512-O7aCHfYCamLCctjAiaucmE+fHf2DYHkus2OKCn4Wv03sykfFtgeECn505X6K4mPl8CRNd/qurC9guq+ynoN4pw==",
|
|
4670
|
+
"funding": [
|
|
4671
|
+
{
|
|
4672
|
+
"type": "github",
|
|
4673
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
4674
|
+
}
|
|
4675
|
+
],
|
|
4676
|
+
"license": "MIT"
|
|
4677
|
+
},
|
|
4629
4678
|
"node_modules/@jayree/sfdx-plugin-source/node_modules/ansis": {
|
|
4630
4679
|
"version": "4.2.0",
|
|
4631
4680
|
"resolved": "https://registry.npmjs.org/ansis/-/ansis-4.2.0.tgz",
|
|
@@ -4974,9 +5023,9 @@
|
|
|
4974
5023
|
}
|
|
4975
5024
|
},
|
|
4976
5025
|
"node_modules/@oclif/core": {
|
|
4977
|
-
"version": "4.
|
|
4978
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.
|
|
4979
|
-
"integrity": "sha512-
|
|
5026
|
+
"version": "4.7.2",
|
|
5027
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.7.2.tgz",
|
|
5028
|
+
"integrity": "sha512-AmZnhEnyD7bFxmzEKRaOEr0kzonmwIip72eWZPWB5+7D9ayHa/QFX08zhaQT9eOo0//ed64v5p5QZIbYCbQaJQ==",
|
|
4980
5029
|
"license": "MIT",
|
|
4981
5030
|
"dependencies": {
|
|
4982
5031
|
"ansi-escapes": "^4.3.2",
|
|
@@ -5112,9 +5161,9 @@
|
|
|
5112
5161
|
}
|
|
5113
5162
|
},
|
|
5114
5163
|
"node_modules/@oclif/table": {
|
|
5115
|
-
"version": "0.
|
|
5116
|
-
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.
|
|
5117
|
-
"integrity": "sha512-
|
|
5164
|
+
"version": "0.5.0",
|
|
5165
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.0.tgz",
|
|
5166
|
+
"integrity": "sha512-qXVucBYc/81SNZRDpKgZLr3WNX6qPUN9Ukqr5wWPMmUSzzOnusln3KuTzzWoB1IIafmqrq27QCozkLyvY7ymmw==",
|
|
5118
5167
|
"license": "MIT",
|
|
5119
5168
|
"dependencies": {
|
|
5120
5169
|
"@types/react": "^18.3.12",
|
|
@@ -5124,8 +5173,8 @@
|
|
|
5124
5173
|
"natural-orderby": "^3.0.2",
|
|
5125
5174
|
"object-hash": "^3.0.0",
|
|
5126
5175
|
"react": "^18.3.1",
|
|
5127
|
-
"strip-ansi": "^7.1.
|
|
5128
|
-
"wrap-ansi": "^9.0.
|
|
5176
|
+
"strip-ansi": "^7.1.2",
|
|
5177
|
+
"wrap-ansi": "^9.0.2"
|
|
5129
5178
|
},
|
|
5130
5179
|
"engines": {
|
|
5131
5180
|
"node": ">=18.0.0"
|
|
@@ -5150,9 +5199,9 @@
|
|
|
5150
5199
|
"license": "MIT"
|
|
5151
5200
|
},
|
|
5152
5201
|
"node_modules/@oclif/table/node_modules/strip-ansi": {
|
|
5153
|
-
"version": "7.1.
|
|
5154
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.
|
|
5155
|
-
"integrity": "sha512-
|
|
5202
|
+
"version": "7.1.2",
|
|
5203
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
5204
|
+
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
5156
5205
|
"license": "MIT",
|
|
5157
5206
|
"dependencies": {
|
|
5158
5207
|
"ansi-regex": "^6.0.1"
|
|
@@ -5284,15 +5333,15 @@
|
|
|
5284
5333
|
}
|
|
5285
5334
|
},
|
|
5286
5335
|
"node_modules/@salesforce/core": {
|
|
5287
|
-
"version": "8.23.
|
|
5288
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.23.
|
|
5289
|
-
"integrity": "sha512-
|
|
5336
|
+
"version": "8.23.3",
|
|
5337
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.23.3.tgz",
|
|
5338
|
+
"integrity": "sha512-BD9cOUOw3wTR8ud6dBacLvA4x0KAfQXkNGdxtU9ujz5nEW86ms5tU1AEUzVXnhuDrrtdQZh7/yTGxqg5mS7rZg==",
|
|
5290
5339
|
"license": "BSD-3-Clause",
|
|
5291
5340
|
"dependencies": {
|
|
5292
5341
|
"@jsforce/jsforce-node": "^3.10.8",
|
|
5293
5342
|
"@salesforce/kit": "^3.2.4",
|
|
5294
|
-
"@salesforce/schemas": "^1.10.
|
|
5295
|
-
"@salesforce/ts-types": "^2.0.
|
|
5343
|
+
"@salesforce/schemas": "^1.10.3",
|
|
5344
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
5296
5345
|
"ajv": "^8.17.1",
|
|
5297
5346
|
"change-case": "^4.1.2",
|
|
5298
5347
|
"fast-levenshtein": "^3.0.0",
|
|
@@ -5306,7 +5355,7 @@
|
|
|
5306
5355
|
"pino-abstract-transport": "^1.2.0",
|
|
5307
5356
|
"pino-pretty": "^11.3.0",
|
|
5308
5357
|
"proper-lockfile": "^4.1.2",
|
|
5309
|
-
"semver": "^7.
|
|
5358
|
+
"semver": "^7.7.3",
|
|
5310
5359
|
"ts-retry-promise": "^0.8.1"
|
|
5311
5360
|
},
|
|
5312
5361
|
"engines": {
|
|
@@ -5573,15 +5622,15 @@
|
|
|
5573
5622
|
"license": "ISC"
|
|
5574
5623
|
},
|
|
5575
5624
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
5576
|
-
"version": "12.2.
|
|
5577
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
5578
|
-
"integrity": "sha512-
|
|
5625
|
+
"version": "12.2.5",
|
|
5626
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.5.tgz",
|
|
5627
|
+
"integrity": "sha512-TJoZwPm0b5t2HzWZOqgWVjWQ+2bnw+Xxz7Icu7RtiD/9Fjp1X/eyr3LHMEd1SE79QLBjb3YKjZSskWDGv+rzlw==",
|
|
5579
5628
|
"license": "Apache-2.0",
|
|
5580
5629
|
"dependencies": {
|
|
5581
5630
|
"@inquirer/confirm": "^3.1.22",
|
|
5582
5631
|
"@inquirer/password": "^2.2.0",
|
|
5583
5632
|
"@oclif/core": "^4.5.2",
|
|
5584
|
-
"@oclif/table": "^0.
|
|
5633
|
+
"@oclif/table": "^0.5.0",
|
|
5585
5634
|
"@salesforce/core": "^8.18.7",
|
|
5586
5635
|
"@salesforce/kit": "^3.2.3",
|
|
5587
5636
|
"@salesforce/ts-types": "^2.0.12",
|
|
@@ -5594,15 +5643,15 @@
|
|
|
5594
5643
|
}
|
|
5595
5644
|
},
|
|
5596
5645
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
5597
|
-
"version": "12.
|
|
5598
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.
|
|
5599
|
-
"integrity": "sha512-
|
|
5646
|
+
"version": "12.25.0",
|
|
5647
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.25.0.tgz",
|
|
5648
|
+
"integrity": "sha512-mNjgC6ol7ueQxCI3NdqpgWy5ofGUT/yeKP+mZiSiAArpc18f8GlhVACsRLODH8dbPungu9lBrP26LQ2SZaRA5Q==",
|
|
5600
5649
|
"license": "Apache-2.0",
|
|
5601
5650
|
"dependencies": {
|
|
5602
|
-
"@salesforce/core": "^8.23.
|
|
5603
|
-
"@salesforce/kit": "^3.2.
|
|
5651
|
+
"@salesforce/core": "^8.23.2",
|
|
5652
|
+
"@salesforce/kit": "^3.2.4",
|
|
5604
5653
|
"@salesforce/ts-types": "^2.0.12",
|
|
5605
|
-
"@salesforce/types": "^1.
|
|
5654
|
+
"@salesforce/types": "^1.5.0",
|
|
5606
5655
|
"fast-levenshtein": "^3.0.0",
|
|
5607
5656
|
"fast-xml-parser": "^4.5.3",
|
|
5608
5657
|
"got": "^11.8.6",
|
|
@@ -5837,9 +5886,9 @@
|
|
|
5837
5886
|
}
|
|
5838
5887
|
},
|
|
5839
5888
|
"node_modules/@salesforce/types": {
|
|
5840
|
-
"version": "1.
|
|
5841
|
-
"resolved": "https://registry.npmjs.org/@salesforce/types/-/types-1.
|
|
5842
|
-
"integrity": "sha512-
|
|
5889
|
+
"version": "1.5.0",
|
|
5890
|
+
"resolved": "https://registry.npmjs.org/@salesforce/types/-/types-1.5.0.tgz",
|
|
5891
|
+
"integrity": "sha512-zBihdJ6WwE0JP6BVCXhm7guMQlj4/7nCYqtrkozgxgeKLJq+zKrTRwILeRQbbeqVP4nKjUz/AJr0zCDjrA2IVg==",
|
|
5843
5892
|
"license": "BSD-3-Clause",
|
|
5844
5893
|
"engines": {
|
|
5845
5894
|
"node": ">=18"
|
package/oclif.lock
CHANGED
|
@@ -1672,17 +1672,17 @@
|
|
|
1672
1672
|
semver "^7.7.2"
|
|
1673
1673
|
semver-compare "^1.0.0"
|
|
1674
1674
|
|
|
1675
|
-
"@jayree/sfdx-plugin-manifest@^4.0.
|
|
1676
|
-
version "4.0.
|
|
1677
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-4.0.
|
|
1678
|
-
integrity sha512-
|
|
1675
|
+
"@jayree/sfdx-plugin-manifest@^4.0.85":
|
|
1676
|
+
version "4.0.85"
|
|
1677
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-4.0.85.tgz"
|
|
1678
|
+
integrity sha512-sZT1yeexbOxKbeBEH59ncN3KTsAu3M2XociAco+kTeGVOC5FFN2BR0sDhL1lPD3Miw+LIsQQdYOxOYhWhHnWig==
|
|
1679
1679
|
dependencies:
|
|
1680
1680
|
"@jayree/changelog" "^1.2.18"
|
|
1681
|
-
"@oclif/core" "^4.
|
|
1682
|
-
"@salesforce/core" "^8.23.
|
|
1681
|
+
"@oclif/core" "^4.7.2"
|
|
1682
|
+
"@salesforce/core" "^8.23.3"
|
|
1683
1683
|
"@salesforce/kit" "^3.2.4"
|
|
1684
1684
|
"@salesforce/sf-plugins-core" "^12.2.4"
|
|
1685
|
-
"@salesforce/source-deploy-retrieve" "12.
|
|
1685
|
+
"@salesforce/source-deploy-retrieve" "12.25.0"
|
|
1686
1686
|
"@salesforce/source-tracking" "7.4.10"
|
|
1687
1687
|
"@salesforce/ts-types" "^2.0.12"
|
|
1688
1688
|
fast-deep-equal "^3.1.3"
|
|
@@ -1691,18 +1691,18 @@
|
|
|
1691
1691
|
graceful-fs "^4.2.11"
|
|
1692
1692
|
isomorphic-git "1.34.0"
|
|
1693
1693
|
|
|
1694
|
-
"@jayree/sfdx-plugin-org@^1.2.
|
|
1695
|
-
version "1.2.
|
|
1696
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
1697
|
-
integrity sha512-
|
|
1694
|
+
"@jayree/sfdx-plugin-org@^1.2.141":
|
|
1695
|
+
version "1.2.141"
|
|
1696
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.141.tgz"
|
|
1697
|
+
integrity sha512-z2OpagwmylIThxfJcihtrDLQAtpCuVYGk0JT4v7l1ffsbnA8a1OYJP1Kua+v7Ggqv+86KTSvXszXhq0mNt9rlw==
|
|
1698
1698
|
dependencies:
|
|
1699
1699
|
"@jayree/changelog" "^1.2.18"
|
|
1700
1700
|
"@jsforce/jsforce-node" "^3.10.8"
|
|
1701
1701
|
"@listr2/prompt-adapter-enquirer" "^2.0.16"
|
|
1702
|
-
"@oclif/core" "^4.
|
|
1703
|
-
"@salesforce/core" "^8.23.
|
|
1704
|
-
"@salesforce/sf-plugins-core" "^12.2.
|
|
1705
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
1702
|
+
"@oclif/core" "^4.7.2"
|
|
1703
|
+
"@salesforce/core" "^8.23.3"
|
|
1704
|
+
"@salesforce/sf-plugins-core" "^12.2.5"
|
|
1705
|
+
"@salesforce/source-deploy-retrieve" "^12.25.0"
|
|
1706
1706
|
"@salesforce/ts-types" "^2.0.12"
|
|
1707
1707
|
chalk "^5.6.2"
|
|
1708
1708
|
cli-progress "^3.12.0"
|
|
@@ -1719,18 +1719,18 @@
|
|
|
1719
1719
|
tslib "^2.8.1"
|
|
1720
1720
|
wrap-ansi "^9.0.2"
|
|
1721
1721
|
|
|
1722
|
-
"@jayree/sfdx-plugin-prettier@^1.3.
|
|
1723
|
-
version "1.3.
|
|
1724
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
1725
|
-
integrity sha512-
|
|
1722
|
+
"@jayree/sfdx-plugin-prettier@^1.3.138":
|
|
1723
|
+
version "1.3.138"
|
|
1724
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.138.tgz"
|
|
1725
|
+
integrity sha512-9mcDtYnO9xOClzya96mU3gy3M6mU8AO7W33Oqut5qUrZBcYkNr3YMs5GQoEDZr3GTEhgRU179/XIUtEi4LB7mw==
|
|
1726
1726
|
dependencies:
|
|
1727
1727
|
"@jayree/changelog" "^1.2.18"
|
|
1728
|
-
"@oclif/core" "^4.
|
|
1728
|
+
"@oclif/core" "^4.7.2"
|
|
1729
1729
|
"@prettier/plugin-xml" "^3.4.2"
|
|
1730
|
-
"@salesforce/core" "^8.23.
|
|
1730
|
+
"@salesforce/core" "^8.23.3"
|
|
1731
1731
|
"@salesforce/kit" "^3.2.4"
|
|
1732
|
-
"@salesforce/sf-plugins-core" "^12.2.
|
|
1733
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
1732
|
+
"@salesforce/sf-plugins-core" "^12.2.5"
|
|
1733
|
+
"@salesforce/source-deploy-retrieve" "^12.25.0"
|
|
1734
1734
|
cli-progress "^3.12.0"
|
|
1735
1735
|
debug "^4.4.1"
|
|
1736
1736
|
fs-extra "^11.3.2"
|
|
@@ -1739,18 +1739,18 @@
|
|
|
1739
1739
|
prettier-plugin-apex "^2.2.6"
|
|
1740
1740
|
tslib "^2.8.1"
|
|
1741
1741
|
|
|
1742
|
-
"@jayree/sfdx-plugin-source@^1.3.
|
|
1743
|
-
version "1.3.
|
|
1744
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
1745
|
-
integrity sha512-
|
|
1742
|
+
"@jayree/sfdx-plugin-source@^1.3.136":
|
|
1743
|
+
version "1.3.136"
|
|
1744
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.136.tgz"
|
|
1745
|
+
integrity sha512-KNMdjaITP4Nmx1Tmt5PzF+H7O+xWliDShOhyM2Y4JcxbExFqFXNNBamNS9I81qHXhyaYRzj8Sc5c65vDMoPMZg==
|
|
1746
1746
|
dependencies:
|
|
1747
1747
|
"@jayree/changelog" "^1.2.18"
|
|
1748
|
-
"@oclif/core" "^4.
|
|
1748
|
+
"@oclif/core" "^4.7.2"
|
|
1749
1749
|
"@salesforce/core" "^8.23.2"
|
|
1750
1750
|
"@salesforce/kit" "^3.2.4"
|
|
1751
|
-
"@salesforce/sf-plugins-core" "^12.2.
|
|
1752
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
1753
|
-
"@salesforce/source-tracking" "^7.
|
|
1751
|
+
"@salesforce/sf-plugins-core" "^12.2.5"
|
|
1752
|
+
"@salesforce/source-deploy-retrieve" "^12.25.0"
|
|
1753
|
+
"@salesforce/source-tracking" "^7.5.0"
|
|
1754
1754
|
"@salesforce/ts-types" "^2.0.11"
|
|
1755
1755
|
ansis "^4.2.0"
|
|
1756
1756
|
debug "^4.4.3"
|
|
@@ -1898,10 +1898,10 @@
|
|
|
1898
1898
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1899
1899
|
fastq "^1.6.0"
|
|
1900
1900
|
|
|
1901
|
-
"@oclif/core@^4", "@oclif/core@^4.4.0", "@oclif/core@^4.5.2", "@oclif/core@^4.5.3", "@oclif/core@^4.5.5", "@oclif/core@^4.
|
|
1902
|
-
version "4.
|
|
1903
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.
|
|
1904
|
-
integrity sha512-
|
|
1901
|
+
"@oclif/core@^4", "@oclif/core@^4.4.0", "@oclif/core@^4.5.2", "@oclif/core@^4.5.3", "@oclif/core@^4.5.5", "@oclif/core@^4.7.2":
|
|
1902
|
+
version "4.7.2"
|
|
1903
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.7.2.tgz"
|
|
1904
|
+
integrity sha512-AmZnhEnyD7bFxmzEKRaOEr0kzonmwIip72eWZPWB5+7D9ayHa/QFX08zhaQT9eOo0//ed64v5p5QZIbYCbQaJQ==
|
|
1905
1905
|
dependencies:
|
|
1906
1906
|
ansi-escapes "^4.3.2"
|
|
1907
1907
|
ansis "^3.17.0"
|
|
@@ -1951,10 +1951,10 @@
|
|
|
1951
1951
|
lodash "^4.17.21"
|
|
1952
1952
|
registry-auth-token "^5.1.0"
|
|
1953
1953
|
|
|
1954
|
-
"@oclif/table@^0.
|
|
1955
|
-
version "0.
|
|
1956
|
-
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.
|
|
1957
|
-
integrity sha512-
|
|
1954
|
+
"@oclif/table@^0.5.0":
|
|
1955
|
+
version "0.5.0"
|
|
1956
|
+
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.5.0.tgz"
|
|
1957
|
+
integrity sha512-qXVucBYc/81SNZRDpKgZLr3WNX6qPUN9Ukqr5wWPMmUSzzOnusln3KuTzzWoB1IIafmqrq27QCozkLyvY7ymmw==
|
|
1958
1958
|
dependencies:
|
|
1959
1959
|
"@types/react" "^18.3.12"
|
|
1960
1960
|
change-case "^5.4.4"
|
|
@@ -1963,8 +1963,8 @@
|
|
|
1963
1963
|
natural-orderby "^3.0.2"
|
|
1964
1964
|
object-hash "^3.0.0"
|
|
1965
1965
|
react "^18.3.1"
|
|
1966
|
-
strip-ansi "^7.1.
|
|
1967
|
-
wrap-ansi "^9.0.
|
|
1966
|
+
strip-ansi "^7.1.2"
|
|
1967
|
+
wrap-ansi "^9.0.2"
|
|
1968
1968
|
|
|
1969
1969
|
"@open-draft/deferred-promise@^2.2.0":
|
|
1970
1970
|
version "2.2.0"
|
|
@@ -2027,15 +2027,15 @@
|
|
|
2027
2027
|
dependencies:
|
|
2028
2028
|
"@xml-tools/parser" "^1.0.11"
|
|
2029
2029
|
|
|
2030
|
-
"@salesforce/core@^8.18.7", "@salesforce/core@^8.22.0", "@salesforce/core@^8.23.1", "@salesforce/core@^8.23.2":
|
|
2031
|
-
version "8.23.
|
|
2032
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.23.
|
|
2033
|
-
integrity sha512-
|
|
2030
|
+
"@salesforce/core@^8.18.7", "@salesforce/core@^8.22.0", "@salesforce/core@^8.23.1", "@salesforce/core@^8.23.2", "@salesforce/core@^8.23.3":
|
|
2031
|
+
version "8.23.3"
|
|
2032
|
+
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.23.3.tgz"
|
|
2033
|
+
integrity sha512-BD9cOUOw3wTR8ud6dBacLvA4x0KAfQXkNGdxtU9ujz5nEW86ms5tU1AEUzVXnhuDrrtdQZh7/yTGxqg5mS7rZg==
|
|
2034
2034
|
dependencies:
|
|
2035
2035
|
"@jsforce/jsforce-node" "^3.10.8"
|
|
2036
2036
|
"@salesforce/kit" "^3.2.4"
|
|
2037
|
-
"@salesforce/schemas" "^1.10.
|
|
2038
|
-
"@salesforce/ts-types" "^2.0.
|
|
2037
|
+
"@salesforce/schemas" "^1.10.3"
|
|
2038
|
+
"@salesforce/ts-types" "^2.0.12"
|
|
2039
2039
|
ajv "^8.17.1"
|
|
2040
2040
|
change-case "^4.1.2"
|
|
2041
2041
|
fast-levenshtein "^3.0.0"
|
|
@@ -2049,7 +2049,7 @@
|
|
|
2049
2049
|
pino-abstract-transport "^1.2.0"
|
|
2050
2050
|
pino-pretty "^11.3.0"
|
|
2051
2051
|
proper-lockfile "^4.1.2"
|
|
2052
|
-
semver "^7.
|
|
2052
|
+
semver "^7.7.3"
|
|
2053
2053
|
ts-retry-promise "^0.8.1"
|
|
2054
2054
|
|
|
2055
2055
|
"@salesforce/dev-config@^4.3.1":
|
|
@@ -2101,20 +2101,20 @@
|
|
|
2101
2101
|
resolved "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz"
|
|
2102
2102
|
integrity sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==
|
|
2103
2103
|
|
|
2104
|
-
"@salesforce/schemas@^1.10.
|
|
2104
|
+
"@salesforce/schemas@^1.10.3":
|
|
2105
2105
|
version "1.10.3"
|
|
2106
2106
|
resolved "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.10.3.tgz"
|
|
2107
2107
|
integrity sha512-FKfvtrYTcvTXE9advzS25/DEY9yJhEyLvStm++eQFtnAaX1pe4G3oGHgiQ0q55BM5+0AlCh0+0CVtQv1t4oJRA==
|
|
2108
2108
|
|
|
2109
|
-
"@salesforce/sf-plugins-core@^12.2.4":
|
|
2110
|
-
version "12.2.
|
|
2111
|
-
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
2112
|
-
integrity sha512-
|
|
2109
|
+
"@salesforce/sf-plugins-core@^12.2.4", "@salesforce/sf-plugins-core@^12.2.5":
|
|
2110
|
+
version "12.2.5"
|
|
2111
|
+
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.5.tgz"
|
|
2112
|
+
integrity sha512-TJoZwPm0b5t2HzWZOqgWVjWQ+2bnw+Xxz7Icu7RtiD/9Fjp1X/eyr3LHMEd1SE79QLBjb3YKjZSskWDGv+rzlw==
|
|
2113
2113
|
dependencies:
|
|
2114
2114
|
"@inquirer/confirm" "^3.1.22"
|
|
2115
2115
|
"@inquirer/password" "^2.2.0"
|
|
2116
2116
|
"@oclif/core" "^4.5.2"
|
|
2117
|
-
"@oclif/table" "^0.
|
|
2117
|
+
"@oclif/table" "^0.5.0"
|
|
2118
2118
|
"@salesforce/core" "^8.18.7"
|
|
2119
2119
|
"@salesforce/kit" "^3.2.3"
|
|
2120
2120
|
"@salesforce/ts-types" "^2.0.12"
|
|
@@ -2122,15 +2122,15 @@
|
|
|
2122
2122
|
cli-progress "^3.12.0"
|
|
2123
2123
|
terminal-link "^3.0.0"
|
|
2124
2124
|
|
|
2125
|
-
"@salesforce/source-deploy-retrieve@^12.22.11", "@salesforce/source-deploy-retrieve@^12.24.0", "@salesforce/source-deploy-retrieve@12.
|
|
2126
|
-
version "12.
|
|
2127
|
-
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.
|
|
2128
|
-
integrity sha512-
|
|
2125
|
+
"@salesforce/source-deploy-retrieve@^12.22.11", "@salesforce/source-deploy-retrieve@^12.24.3", "@salesforce/source-deploy-retrieve@^12.25.0", "@salesforce/source-deploy-retrieve@12.25.0":
|
|
2126
|
+
version "12.25.0"
|
|
2127
|
+
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.25.0.tgz"
|
|
2128
|
+
integrity sha512-mNjgC6ol7ueQxCI3NdqpgWy5ofGUT/yeKP+mZiSiAArpc18f8GlhVACsRLODH8dbPungu9lBrP26LQ2SZaRA5Q==
|
|
2129
2129
|
dependencies:
|
|
2130
|
-
"@salesforce/core" "^8.23.
|
|
2131
|
-
"@salesforce/kit" "^3.2.
|
|
2130
|
+
"@salesforce/core" "^8.23.2"
|
|
2131
|
+
"@salesforce/kit" "^3.2.4"
|
|
2132
2132
|
"@salesforce/ts-types" "^2.0.12"
|
|
2133
|
-
"@salesforce/types" "^1.
|
|
2133
|
+
"@salesforce/types" "^1.5.0"
|
|
2134
2134
|
fast-levenshtein "^3.0.0"
|
|
2135
2135
|
fast-xml-parser "^4.5.3"
|
|
2136
2136
|
got "^11.8.6"
|
|
@@ -2142,7 +2142,21 @@
|
|
|
2142
2142
|
proxy-agent "^6.4.0"
|
|
2143
2143
|
yaml "^2.8.1"
|
|
2144
2144
|
|
|
2145
|
-
"@salesforce/source-tracking@^7.
|
|
2145
|
+
"@salesforce/source-tracking@^7.5.0":
|
|
2146
|
+
version "7.5.0"
|
|
2147
|
+
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.5.0.tgz"
|
|
2148
|
+
integrity sha512-t2yb5URIEh1lXJo0G+q8xpPLGR72rVcvdO1NxbiKDxmsWUP82JwkDIJ77NF3Cnlj7wYR4OM1ch9t1hS3Un4VzA==
|
|
2149
|
+
dependencies:
|
|
2150
|
+
"@salesforce/core" "^8.23.3"
|
|
2151
|
+
"@salesforce/kit" "^3.2.4"
|
|
2152
|
+
"@salesforce/source-deploy-retrieve" "^12.24.3"
|
|
2153
|
+
"@salesforce/ts-types" "^2.0.12"
|
|
2154
|
+
fast-xml-parser "^4.5.3"
|
|
2155
|
+
graceful-fs "^4.2.11"
|
|
2156
|
+
isomorphic-git "^1.34.0"
|
|
2157
|
+
ts-retry-promise "^0.8.1"
|
|
2158
|
+
|
|
2159
|
+
"@salesforce/source-tracking@7.4.10":
|
|
2146
2160
|
version "7.4.10"
|
|
2147
2161
|
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.4.10.tgz"
|
|
2148
2162
|
integrity sha512-Vxy0jrNQ6a7Vn3Pajfy3tgNQbOvG0zNVH0KgcF1w2UZvoDkVHxOw9QOpEPhN5oNa/qRc0UfnjOp+noCBAU28+A==
|
|
@@ -2171,10 +2185,10 @@
|
|
|
2171
2185
|
resolved "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-2.0.12.tgz"
|
|
2172
2186
|
integrity sha512-BIJyduJC18Kc8z+arUm5AZ9VkPRyw1KKAm+Tk+9LT99eOzhNilyfKzhZ4t+tG2lIGgnJpmytZfVDZ0e2kFul8g==
|
|
2173
2187
|
|
|
2174
|
-
"@salesforce/types@^1.
|
|
2175
|
-
version "1.
|
|
2176
|
-
resolved "https://registry.npmjs.org/@salesforce/types/-/types-1.
|
|
2177
|
-
integrity sha512-
|
|
2188
|
+
"@salesforce/types@^1.5.0":
|
|
2189
|
+
version "1.5.0"
|
|
2190
|
+
resolved "https://registry.npmjs.org/@salesforce/types/-/types-1.5.0.tgz"
|
|
2191
|
+
integrity sha512-zBihdJ6WwE0JP6BVCXhm7guMQlj4/7nCYqtrkozgxgeKLJq+zKrTRwILeRQbbeqVP4nKjUz/AJr0zCDjrA2IVg==
|
|
2178
2192
|
|
|
2179
2193
|
"@shikijs/core@1.11.2":
|
|
2180
2194
|
version "1.11.2"
|
|
@@ -6525,7 +6539,7 @@ isexe@^2.0.0:
|
|
|
6525
6539
|
resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz"
|
|
6526
6540
|
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
|
|
6527
6541
|
|
|
6528
|
-
isomorphic-git@^1.30.1, isomorphic-git@1.34.0:
|
|
6542
|
+
isomorphic-git@^1.30.1, isomorphic-git@^1.34.0, isomorphic-git@1.34.0:
|
|
6529
6543
|
version "1.34.0"
|
|
6530
6544
|
resolved "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.34.0.tgz"
|
|
6531
6545
|
integrity sha512-J82yRa/4wm9VuOWSlI37I9Sa+n1gWaSWuKQk8zhpo6RqTW+ZTcK5c/KubLMcuVU3Btc+maRCa3YlRKqqY9q7qQ==
|
|
@@ -8678,7 +8692,7 @@ semver@^6.3.1:
|
|
|
8678
8692
|
resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
|
|
8679
8693
|
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
|
8680
8694
|
|
|
8681
|
-
semver@^7.3.4, semver@^7.3.5, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.
|
|
8695
|
+
semver@^7.3.4, semver@^7.3.5, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.7.2, semver@^7.7.3:
|
|
8682
8696
|
version "7.7.3"
|
|
8683
8697
|
resolved "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz"
|
|
8684
8698
|
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
|
|
@@ -9164,6 +9178,13 @@ strip-ansi@^7.1.0:
|
|
|
9164
9178
|
dependencies:
|
|
9165
9179
|
ansi-regex "^6.0.1"
|
|
9166
9180
|
|
|
9181
|
+
strip-ansi@^7.1.2:
|
|
9182
|
+
version "7.1.2"
|
|
9183
|
+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz"
|
|
9184
|
+
integrity sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==
|
|
9185
|
+
dependencies:
|
|
9186
|
+
ansi-regex "^6.0.1"
|
|
9187
|
+
|
|
9167
9188
|
strip-bom@^3.0.0:
|
|
9168
9189
|
version "3.0.0"
|
|
9169
9190
|
resolved "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
3
|
"description": "A Salesforce CLI plugin containing commands and hooks for Salesforce Application Lifecycle Management tasks.",
|
|
4
|
-
"version": "4.8.
|
|
4
|
+
"version": "4.8.164",
|
|
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.85",
|
|
10
|
+
"@jayree/sfdx-plugin-org": "^1.2.141",
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.138",
|
|
12
|
+
"@jayree/sfdx-plugin-source": "^1.3.136"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@oclif/plugin-help": "^6.2.33",
|