sfdx-jayree 4.8.199 → 4.8.200
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 +12 -12
- package/npm-shrinkwrap.json +93 -48
- package/oclif.lock +66 -53
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [4.8.200](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.199...v4.8.200) (2026-04-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.168 to 1.2.169 ([#1959](https://github.com/jayree/sfdx-jayree-plugin/issues/1959)) ([9524110](https://github.com/jayree/sfdx-jayree-plugin/commit/9524110373fddccd167cb821ce83c57df8b33843))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.164 to 1.3.165 ([#1956](https://github.com/jayree/sfdx-jayree-plugin/issues/1956)) ([26f40e0](https://github.com/jayree/sfdx-jayree-plugin/commit/26f40e0de804bf5c2e802d15bab5ccc586c38b97))
|
|
8
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.163 to 1.3.165 ([#1957](https://github.com/jayree/sfdx-jayree-plugin/issues/1957)) ([0a6d1c5](https://github.com/jayree/sfdx-jayree-plugin/commit/0a6d1c5aae6a05e316cfa5a839e010f8b20975d0))
|
|
9
|
+
|
|
1
10
|
## [4.8.199](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.198...v4.8.199) (2026-04-17)
|
|
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.169/src/commands/jayree/flow/get/coverage.ts)_
|
|
65
65
|
|
|
66
66
|
### `sfdx jayree manifest cleanup`
|
|
67
67
|
|
|
@@ -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.169/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.169/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.169/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.169/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.169/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.165/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.165/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.165/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.165/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.165/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.165/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.200",
|
|
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.200",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/sfdx-plugin-manifest": "^4.0.128",
|
|
13
|
-
"@jayree/sfdx-plugin-org": "^1.2.
|
|
14
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
15
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
13
|
+
"@jayree/sfdx-plugin-org": "^1.2.169",
|
|
14
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.165",
|
|
15
|
+
"@jayree/sfdx-plugin-source": "^1.3.165"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@oclif/plugin-help": "^6.2.44",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"eslint-config-salesforce-license": "^1.0.2",
|
|
23
23
|
"eslint-plugin-prettier": "^5.5.5",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
25
|
-
"nock": "^14.0.
|
|
25
|
+
"nock": "^14.0.13",
|
|
26
26
|
"oclif": "^4.23.0",
|
|
27
27
|
"patch-package": "^8.0.1",
|
|
28
28
|
"pinst": "^3.0.0",
|
|
@@ -4881,14 +4881,14 @@
|
|
|
4881
4881
|
}
|
|
4882
4882
|
},
|
|
4883
4883
|
"node_modules/@jayree/changelog": {
|
|
4884
|
-
"version": "1.2.
|
|
4885
|
-
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.
|
|
4886
|
-
"integrity": "sha512-
|
|
4884
|
+
"version": "1.2.29",
|
|
4885
|
+
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.29.tgz",
|
|
4886
|
+
"integrity": "sha512-vxZj1OkILXSmgrEHBMUqvkhvvVl9WR0Rfjny7O3iB3/k+1x1UPp4UlnYl2tRdZK60v0o7z2HNnrPw1siTYlDUA==",
|
|
4887
4887
|
"license": "BSD-3-Clause",
|
|
4888
4888
|
"dependencies": {
|
|
4889
4889
|
"debug": "^4.4.1",
|
|
4890
4890
|
"fs-extra": "^11.3.4",
|
|
4891
|
-
"marked": "^
|
|
4891
|
+
"marked": "^18.0.0",
|
|
4892
4892
|
"marked-terminal": "^7.3.0",
|
|
4893
4893
|
"semver": "^7.7.4",
|
|
4894
4894
|
"semver-compare": "^1.0.0"
|
|
@@ -4937,9 +4937,9 @@
|
|
|
4937
4937
|
}
|
|
4938
4938
|
},
|
|
4939
4939
|
"node_modules/@jayree/changelog/node_modules/marked": {
|
|
4940
|
-
"version": "
|
|
4941
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-
|
|
4942
|
-
"integrity": "sha512-
|
|
4940
|
+
"version": "18.0.2",
|
|
4941
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-18.0.2.tgz",
|
|
4942
|
+
"integrity": "sha512-NsmlUYBS/Zg57rgDWMYdnre6OTj4e+qq/JS2ot3KrYLSoHLw+sDu0Nm1ZGpRgYAq6c+b1ekaY5NzVchMCQnzcg==",
|
|
4943
4943
|
"license": "MIT",
|
|
4944
4944
|
"bin": {
|
|
4945
4945
|
"marked": "bin/marked.js"
|
|
@@ -5127,18 +5127,18 @@
|
|
|
5127
5127
|
"license": "MIT"
|
|
5128
5128
|
},
|
|
5129
5129
|
"node_modules/@jayree/sfdx-plugin-org": {
|
|
5130
|
-
"version": "1.2.
|
|
5131
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
5132
|
-
"integrity": "sha512-
|
|
5130
|
+
"version": "1.2.169",
|
|
5131
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.169.tgz",
|
|
5132
|
+
"integrity": "sha512-Krq48rtUD7wvF7jSIuQe30C+M9lBFqmOp14ybt4+HozRNHQ2BoneWrpO7Yn0TppabdzuPKPjGWaN4H53X9J8qQ==",
|
|
5133
5133
|
"license": "Apache-2.0",
|
|
5134
5134
|
"dependencies": {
|
|
5135
|
-
"@jayree/changelog": "^1.2.
|
|
5135
|
+
"@jayree/changelog": "^1.2.29",
|
|
5136
5136
|
"@jsforce/jsforce-node": "^3.10.14",
|
|
5137
5137
|
"@listr2/prompt-adapter-enquirer": "^3.0.5",
|
|
5138
5138
|
"@oclif/core": "^4.10.5",
|
|
5139
5139
|
"@salesforce/core": "^8.28.3",
|
|
5140
5140
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
5141
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
5141
|
+
"@salesforce/source-deploy-retrieve": "^12.34.1",
|
|
5142
5142
|
"@salesforce/ts-types": "^2.0.12",
|
|
5143
5143
|
"chalk": "^5.6.2",
|
|
5144
5144
|
"cli-progress": "^3.12.0",
|
|
@@ -5316,18 +5316,18 @@
|
|
|
5316
5316
|
}
|
|
5317
5317
|
},
|
|
5318
5318
|
"node_modules/@jayree/sfdx-plugin-prettier": {
|
|
5319
|
-
"version": "1.3.
|
|
5320
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
5321
|
-
"integrity": "sha512-
|
|
5319
|
+
"version": "1.3.165",
|
|
5320
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.165.tgz",
|
|
5321
|
+
"integrity": "sha512-T/CN6Om201jsWHy2UBrb2j642kbWyiBH06xkmbh90iFzexA/Z3f+Yp/framgTtnnJmM9MMZX6fHTHQVhBn39dA==",
|
|
5322
5322
|
"license": "Apache-2.0",
|
|
5323
5323
|
"dependencies": {
|
|
5324
|
-
"@jayree/changelog": "^1.2.
|
|
5324
|
+
"@jayree/changelog": "^1.2.29",
|
|
5325
5325
|
"@oclif/core": "^4.10.5",
|
|
5326
5326
|
"@prettier/plugin-xml": "^3.4.2",
|
|
5327
5327
|
"@salesforce/core": "^8.28.3",
|
|
5328
5328
|
"@salesforce/kit": "^3.2.6",
|
|
5329
5329
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
5330
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
5330
|
+
"@salesforce/source-deploy-retrieve": "^12.34.1",
|
|
5331
5331
|
"cli-progress": "^3.12.0",
|
|
5332
5332
|
"debug": "^4.4.1",
|
|
5333
5333
|
"fs-extra": "^11.3.4",
|
|
@@ -5350,23 +5350,23 @@
|
|
|
5350
5350
|
}
|
|
5351
5351
|
},
|
|
5352
5352
|
"node_modules/@jayree/sfdx-plugin-source": {
|
|
5353
|
-
"version": "1.3.
|
|
5354
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
5355
|
-
"integrity": "sha512-
|
|
5353
|
+
"version": "1.3.165",
|
|
5354
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.165.tgz",
|
|
5355
|
+
"integrity": "sha512-1HrUXOV/MFsnznB3g858rZ5DY7ZMvkHw0DED0XDthv7BRbwHuvP7jmXOvVw/XfuIr6h0PuACU2kAGu3UNAjUrA==",
|
|
5356
5356
|
"license": "Apache-2.0",
|
|
5357
5357
|
"dependencies": {
|
|
5358
|
-
"@jayree/changelog": "^1.2.
|
|
5358
|
+
"@jayree/changelog": "^1.2.29",
|
|
5359
5359
|
"@oclif/core": "^4.10.5",
|
|
5360
5360
|
"@salesforce/core": "^8.28.1",
|
|
5361
5361
|
"@salesforce/kit": "^3.2.6",
|
|
5362
5362
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
5363
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
5364
|
-
"@salesforce/source-tracking": "^7.8.
|
|
5363
|
+
"@salesforce/source-deploy-retrieve": "^12.34.1",
|
|
5364
|
+
"@salesforce/source-tracking": "^7.8.14",
|
|
5365
5365
|
"@salesforce/ts-types": "^2.0.11",
|
|
5366
5366
|
"ansis": "^4.2.0",
|
|
5367
5367
|
"debug": "^4.4.3",
|
|
5368
5368
|
"deep-object-diff": "^1.1.9",
|
|
5369
|
-
"fast-xml-parser": "^5.
|
|
5369
|
+
"fast-xml-parser": "^5.7.1",
|
|
5370
5370
|
"fs-extra": "^11.3.3",
|
|
5371
5371
|
"globby": "^16.2.0",
|
|
5372
5372
|
"object-path": "^0.11.8",
|
|
@@ -5377,14 +5377,14 @@
|
|
|
5377
5377
|
}
|
|
5378
5378
|
},
|
|
5379
5379
|
"node_modules/@jayree/sfdx-plugin-source/node_modules/@salesforce/source-tracking": {
|
|
5380
|
-
"version": "7.8.
|
|
5381
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.8.
|
|
5382
|
-
"integrity": "sha512-
|
|
5380
|
+
"version": "7.8.14",
|
|
5381
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.8.14.tgz",
|
|
5382
|
+
"integrity": "sha512-qebz8KFH2plLJzQNs6r+/DG16UmnoUqK3Z3HvIjaIsTuoQUd0d/XP96C1nNEfnnhkqLc6Pu0sd1C0Et59y3CxA==",
|
|
5383
5383
|
"license": "Apache-2.0",
|
|
5384
5384
|
"dependencies": {
|
|
5385
|
-
"@salesforce/core": "^8.
|
|
5386
|
-
"@salesforce/kit": "^3.2.
|
|
5387
|
-
"@salesforce/source-deploy-retrieve": "^12.32.
|
|
5385
|
+
"@salesforce/core": "^8.28.3",
|
|
5386
|
+
"@salesforce/kit": "^3.2.6",
|
|
5387
|
+
"@salesforce/source-deploy-retrieve": "^12.32.7",
|
|
5388
5388
|
"@salesforce/ts-types": "^2.0.12",
|
|
5389
5389
|
"fast-xml-parser": "^5.5.7",
|
|
5390
5390
|
"graceful-fs": "^4.2.11",
|
|
@@ -5733,6 +5733,18 @@
|
|
|
5733
5733
|
"node": ">=18"
|
|
5734
5734
|
}
|
|
5735
5735
|
},
|
|
5736
|
+
"node_modules/@nodable/entities": {
|
|
5737
|
+
"version": "2.1.0",
|
|
5738
|
+
"resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-2.1.0.tgz",
|
|
5739
|
+
"integrity": "sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA==",
|
|
5740
|
+
"funding": [
|
|
5741
|
+
{
|
|
5742
|
+
"type": "github",
|
|
5743
|
+
"url": "https://github.com/sponsors/nodable"
|
|
5744
|
+
}
|
|
5745
|
+
],
|
|
5746
|
+
"license": "MIT"
|
|
5747
|
+
},
|
|
5736
5748
|
"node_modules/@nodelib/fs.scandir": {
|
|
5737
5749
|
"version": "2.1.5",
|
|
5738
5750
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
|
|
@@ -6404,12 +6416,12 @@
|
|
|
6404
6416
|
}
|
|
6405
6417
|
},
|
|
6406
6418
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
6407
|
-
"version": "12.
|
|
6408
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.
|
|
6409
|
-
"integrity": "sha512-
|
|
6419
|
+
"version": "12.34.1",
|
|
6420
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.34.1.tgz",
|
|
6421
|
+
"integrity": "sha512-jXtGIjSf7mr4Si1n0F9wpIxKE1/1EVEufil+EKm9hdnH8+JwhCeEYqJEfVp5FkGcYl7TnLzCzF/LTuk7WFwjbQ==",
|
|
6410
6422
|
"license": "Apache-2.0",
|
|
6411
6423
|
"dependencies": {
|
|
6412
|
-
"@salesforce/core": "^8.
|
|
6424
|
+
"@salesforce/core": "^8.28.3",
|
|
6413
6425
|
"@salesforce/kit": "^3.2.4",
|
|
6414
6426
|
"@salesforce/ts-types": "^2.0.12",
|
|
6415
6427
|
"@salesforce/types": "^1.6.0",
|
|
@@ -11635,6 +11647,7 @@
|
|
|
11635
11647
|
"version": "1.1.4",
|
|
11636
11648
|
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz",
|
|
11637
11649
|
"integrity": "sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==",
|
|
11650
|
+
"dev": true,
|
|
11638
11651
|
"funding": [
|
|
11639
11652
|
{
|
|
11640
11653
|
"type": "github",
|
|
@@ -11647,9 +11660,9 @@
|
|
|
11647
11660
|
}
|
|
11648
11661
|
},
|
|
11649
11662
|
"node_modules/fast-xml-parser": {
|
|
11650
|
-
"version": "5.
|
|
11651
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.
|
|
11652
|
-
"integrity": "sha512-
|
|
11663
|
+
"version": "5.7.1",
|
|
11664
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.1.tgz",
|
|
11665
|
+
"integrity": "sha512-8Cc3f8GUGUULg34pBch/KGyPLglS+OFs05deyOlY7fL2MTagYPKrVQNmR1fLF/yJ9PH5ZSTd3YDF6pnmeZU+zA==",
|
|
11653
11666
|
"funding": [
|
|
11654
11667
|
{
|
|
11655
11668
|
"type": "github",
|
|
@@ -11658,14 +11671,45 @@
|
|
|
11658
11671
|
],
|
|
11659
11672
|
"license": "MIT",
|
|
11660
11673
|
"dependencies": {
|
|
11661
|
-
"
|
|
11662
|
-
"
|
|
11674
|
+
"@nodable/entities": "^2.1.0",
|
|
11675
|
+
"fast-xml-builder": "^1.1.5",
|
|
11676
|
+
"path-expression-matcher": "^1.5.0",
|
|
11663
11677
|
"strnum": "^2.2.3"
|
|
11664
11678
|
},
|
|
11665
11679
|
"bin": {
|
|
11666
11680
|
"fxparser": "src/cli/cli.js"
|
|
11667
11681
|
}
|
|
11668
11682
|
},
|
|
11683
|
+
"node_modules/fast-xml-parser/node_modules/fast-xml-builder": {
|
|
11684
|
+
"version": "1.1.5",
|
|
11685
|
+
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.5.tgz",
|
|
11686
|
+
"integrity": "sha512-4TJn/8FKLeslLAH3dnohXqE3QSoxkhvaMzepOIZytwJXZO69Bfz0HBdDHzOTOon6G59Zrk6VQ2bEiv1t61rfkA==",
|
|
11687
|
+
"funding": [
|
|
11688
|
+
{
|
|
11689
|
+
"type": "github",
|
|
11690
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
11691
|
+
}
|
|
11692
|
+
],
|
|
11693
|
+
"license": "MIT",
|
|
11694
|
+
"dependencies": {
|
|
11695
|
+
"path-expression-matcher": "^1.1.3"
|
|
11696
|
+
}
|
|
11697
|
+
},
|
|
11698
|
+
"node_modules/fast-xml-parser/node_modules/fast-xml-builder/node_modules/path-expression-matcher": {
|
|
11699
|
+
"version": "1.1.3",
|
|
11700
|
+
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.1.3.tgz",
|
|
11701
|
+
"integrity": "sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ==",
|
|
11702
|
+
"funding": [
|
|
11703
|
+
{
|
|
11704
|
+
"type": "github",
|
|
11705
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
11706
|
+
}
|
|
11707
|
+
],
|
|
11708
|
+
"license": "MIT",
|
|
11709
|
+
"engines": {
|
|
11710
|
+
"node": ">=14.0.0"
|
|
11711
|
+
}
|
|
11712
|
+
},
|
|
11669
11713
|
"node_modules/fast-xml-parser/node_modules/path-expression-matcher": {
|
|
11670
11714
|
"version": "1.5.0",
|
|
11671
11715
|
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz",
|
|
@@ -15500,9 +15544,9 @@
|
|
|
15500
15544
|
}
|
|
15501
15545
|
},
|
|
15502
15546
|
"node_modules/nock": {
|
|
15503
|
-
"version": "14.0.
|
|
15504
|
-
"resolved": "https://registry.npmjs.org/nock/-/nock-14.0.
|
|
15505
|
-
"integrity": "sha512-
|
|
15547
|
+
"version": "14.0.13",
|
|
15548
|
+
"resolved": "https://registry.npmjs.org/nock/-/nock-14.0.13.tgz",
|
|
15549
|
+
"integrity": "sha512-SCPsQmGVNY8h1rfS3aU0MzOGYY+wKIFukHEsoSIwPRCYocZkya7MFIlWIEYPWQZj+Gaksg6EyUaY255ZDqpQuA==",
|
|
15506
15550
|
"dev": true,
|
|
15507
15551
|
"license": "MIT",
|
|
15508
15552
|
"dependencies": {
|
|
@@ -16831,6 +16875,7 @@
|
|
|
16831
16875
|
"version": "1.1.3",
|
|
16832
16876
|
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.1.3.tgz",
|
|
16833
16877
|
"integrity": "sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ==",
|
|
16878
|
+
"dev": true,
|
|
16834
16879
|
"funding": [
|
|
16835
16880
|
{
|
|
16836
16881
|
"type": "github",
|
package/oclif.lock
CHANGED
|
@@ -1598,14 +1598,14 @@
|
|
|
1598
1598
|
resolved "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz"
|
|
1599
1599
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
|
1600
1600
|
|
|
1601
|
-
"@jayree/changelog@^1.2.23", "@jayree/changelog@^1.2.
|
|
1602
|
-
version "1.2.
|
|
1603
|
-
resolved "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.
|
|
1604
|
-
integrity sha512-
|
|
1601
|
+
"@jayree/changelog@^1.2.23", "@jayree/changelog@^1.2.29":
|
|
1602
|
+
version "1.2.29"
|
|
1603
|
+
resolved "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.29.tgz"
|
|
1604
|
+
integrity sha512-vxZj1OkILXSmgrEHBMUqvkhvvVl9WR0Rfjny7O3iB3/k+1x1UPp4UlnYl2tRdZK60v0o7z2HNnrPw1siTYlDUA==
|
|
1605
1605
|
dependencies:
|
|
1606
1606
|
debug "^4.4.1"
|
|
1607
1607
|
fs-extra "^11.3.4"
|
|
1608
|
-
marked "^
|
|
1608
|
+
marked "^18.0.0"
|
|
1609
1609
|
marked-terminal "^7.3.0"
|
|
1610
1610
|
semver "^7.7.4"
|
|
1611
1611
|
semver-compare "^1.0.0"
|
|
@@ -1629,18 +1629,18 @@
|
|
|
1629
1629
|
graceful-fs "^4.2.11"
|
|
1630
1630
|
isomorphic-git "1.36.3"
|
|
1631
1631
|
|
|
1632
|
-
"@jayree/sfdx-plugin-org@^1.2.
|
|
1633
|
-
version "1.2.
|
|
1634
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
1635
|
-
integrity sha512-
|
|
1632
|
+
"@jayree/sfdx-plugin-org@^1.2.169":
|
|
1633
|
+
version "1.2.169"
|
|
1634
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.169.tgz"
|
|
1635
|
+
integrity sha512-Krq48rtUD7wvF7jSIuQe30C+M9lBFqmOp14ybt4+HozRNHQ2BoneWrpO7Yn0TppabdzuPKPjGWaN4H53X9J8qQ==
|
|
1636
1636
|
dependencies:
|
|
1637
|
-
"@jayree/changelog" "^1.2.
|
|
1637
|
+
"@jayree/changelog" "^1.2.29"
|
|
1638
1638
|
"@jsforce/jsforce-node" "^3.10.14"
|
|
1639
1639
|
"@listr2/prompt-adapter-enquirer" "^3.0.5"
|
|
1640
1640
|
"@oclif/core" "^4.10.5"
|
|
1641
1641
|
"@salesforce/core" "^8.28.3"
|
|
1642
1642
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
1643
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
1643
|
+
"@salesforce/source-deploy-retrieve" "^12.34.1"
|
|
1644
1644
|
"@salesforce/ts-types" "^2.0.12"
|
|
1645
1645
|
chalk "^5.6.2"
|
|
1646
1646
|
cli-progress "^3.12.0"
|
|
@@ -1657,18 +1657,18 @@
|
|
|
1657
1657
|
tslib "^2.8.1"
|
|
1658
1658
|
wrap-ansi "^9.0.2"
|
|
1659
1659
|
|
|
1660
|
-
"@jayree/sfdx-plugin-prettier@^1.3.
|
|
1661
|
-
version "1.3.
|
|
1662
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
1663
|
-
integrity sha512-
|
|
1660
|
+
"@jayree/sfdx-plugin-prettier@^1.3.165":
|
|
1661
|
+
version "1.3.165"
|
|
1662
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.165.tgz"
|
|
1663
|
+
integrity sha512-T/CN6Om201jsWHy2UBrb2j642kbWyiBH06xkmbh90iFzexA/Z3f+Yp/framgTtnnJmM9MMZX6fHTHQVhBn39dA==
|
|
1664
1664
|
dependencies:
|
|
1665
|
-
"@jayree/changelog" "^1.2.
|
|
1665
|
+
"@jayree/changelog" "^1.2.29"
|
|
1666
1666
|
"@oclif/core" "^4.10.5"
|
|
1667
1667
|
"@prettier/plugin-xml" "^3.4.2"
|
|
1668
1668
|
"@salesforce/core" "^8.28.3"
|
|
1669
1669
|
"@salesforce/kit" "^3.2.6"
|
|
1670
1670
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
1671
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
1671
|
+
"@salesforce/source-deploy-retrieve" "^12.34.1"
|
|
1672
1672
|
cli-progress "^3.12.0"
|
|
1673
1673
|
debug "^4.4.1"
|
|
1674
1674
|
fs-extra "^11.3.4"
|
|
@@ -1677,23 +1677,23 @@
|
|
|
1677
1677
|
prettier-plugin-apex "^2.2.6"
|
|
1678
1678
|
tslib "^2.8.1"
|
|
1679
1679
|
|
|
1680
|
-
"@jayree/sfdx-plugin-source@^1.3.
|
|
1681
|
-
version "1.3.
|
|
1682
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
1683
|
-
integrity sha512-
|
|
1680
|
+
"@jayree/sfdx-plugin-source@^1.3.165":
|
|
1681
|
+
version "1.3.165"
|
|
1682
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.165.tgz"
|
|
1683
|
+
integrity sha512-1HrUXOV/MFsnznB3g858rZ5DY7ZMvkHw0DED0XDthv7BRbwHuvP7jmXOvVw/XfuIr6h0PuACU2kAGu3UNAjUrA==
|
|
1684
1684
|
dependencies:
|
|
1685
|
-
"@jayree/changelog" "^1.2.
|
|
1685
|
+
"@jayree/changelog" "^1.2.29"
|
|
1686
1686
|
"@oclif/core" "^4.10.5"
|
|
1687
1687
|
"@salesforce/core" "^8.28.1"
|
|
1688
1688
|
"@salesforce/kit" "^3.2.6"
|
|
1689
1689
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
1690
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
1691
|
-
"@salesforce/source-tracking" "^7.8.
|
|
1690
|
+
"@salesforce/source-deploy-retrieve" "^12.34.1"
|
|
1691
|
+
"@salesforce/source-tracking" "^7.8.14"
|
|
1692
1692
|
"@salesforce/ts-types" "^2.0.11"
|
|
1693
1693
|
ansis "^4.2.0"
|
|
1694
1694
|
debug "^4.4.3"
|
|
1695
1695
|
deep-object-diff "^1.1.9"
|
|
1696
|
-
fast-xml-parser "^5.
|
|
1696
|
+
fast-xml-parser "^5.7.1"
|
|
1697
1697
|
fs-extra "^11.3.3"
|
|
1698
1698
|
globby "^16.2.0"
|
|
1699
1699
|
object-path "^0.11.8"
|
|
@@ -1822,6 +1822,11 @@
|
|
|
1822
1822
|
outvariant "^1.4.3"
|
|
1823
1823
|
strict-event-emitter "^0.5.1"
|
|
1824
1824
|
|
|
1825
|
+
"@nodable/entities@^2.1.0":
|
|
1826
|
+
version "2.1.0"
|
|
1827
|
+
resolved "https://registry.npmjs.org/@nodable/entities/-/entities-2.1.0.tgz"
|
|
1828
|
+
integrity sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA==
|
|
1829
|
+
|
|
1825
1830
|
"@nodelib/fs.scandir@2.1.5":
|
|
1826
1831
|
version "2.1.5"
|
|
1827
1832
|
resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz"
|
|
@@ -2001,7 +2006,7 @@
|
|
|
2001
2006
|
dependencies:
|
|
2002
2007
|
"@xml-tools/parser" "^1.0.11"
|
|
2003
2008
|
|
|
2004
|
-
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.24.0", "@salesforce/core@^8.25.0", "@salesforce/core@^8.
|
|
2009
|
+
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.24.0", "@salesforce/core@^8.25.0", "@salesforce/core@^8.28.1", "@salesforce/core@^8.28.3":
|
|
2005
2010
|
version "8.28.3"
|
|
2006
2011
|
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.28.3.tgz"
|
|
2007
2012
|
integrity sha512-DDAeHVwDO8wUlqEGwfp8Vuu7Vp7K+hpubKu6baWkHAXiO1u7ZbQkvwCbpPz9JiYEXVUBvP11JtBQ7zOUIPShlQ==
|
|
@@ -2091,12 +2096,12 @@
|
|
|
2091
2096
|
cli-progress "^3.12.0"
|
|
2092
2097
|
terminal-link "^3.0.0"
|
|
2093
2098
|
|
|
2094
|
-
"@salesforce/source-deploy-retrieve@^12.31.8", "@salesforce/source-deploy-retrieve@^12.32.
|
|
2095
|
-
version "12.
|
|
2096
|
-
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.
|
|
2097
|
-
integrity sha512-
|
|
2099
|
+
"@salesforce/source-deploy-retrieve@^12.31.8", "@salesforce/source-deploy-retrieve@^12.32.7", "@salesforce/source-deploy-retrieve@^12.34.1":
|
|
2100
|
+
version "12.34.1"
|
|
2101
|
+
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.34.1.tgz"
|
|
2102
|
+
integrity sha512-jXtGIjSf7mr4Si1n0F9wpIxKE1/1EVEufil+EKm9hdnH8+JwhCeEYqJEfVp5FkGcYl7TnLzCzF/LTuk7WFwjbQ==
|
|
2098
2103
|
dependencies:
|
|
2099
|
-
"@salesforce/core" "^8.
|
|
2104
|
+
"@salesforce/core" "^8.28.3"
|
|
2100
2105
|
"@salesforce/kit" "^3.2.4"
|
|
2101
2106
|
"@salesforce/ts-types" "^2.0.12"
|
|
2102
2107
|
"@salesforce/types" "^1.6.0"
|
|
@@ -2131,14 +2136,14 @@
|
|
|
2131
2136
|
proxy-agent "^6.4.0"
|
|
2132
2137
|
yaml "^2.8.1"
|
|
2133
2138
|
|
|
2134
|
-
"@salesforce/source-tracking@^7.8.
|
|
2135
|
-
version "7.8.
|
|
2136
|
-
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.8.
|
|
2137
|
-
integrity sha512-
|
|
2139
|
+
"@salesforce/source-tracking@^7.8.14":
|
|
2140
|
+
version "7.8.14"
|
|
2141
|
+
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.8.14.tgz"
|
|
2142
|
+
integrity sha512-qebz8KFH2plLJzQNs6r+/DG16UmnoUqK3Z3HvIjaIsTuoQUd0d/XP96C1nNEfnnhkqLc6Pu0sd1C0Et59y3CxA==
|
|
2138
2143
|
dependencies:
|
|
2139
|
-
"@salesforce/core" "^8.
|
|
2140
|
-
"@salesforce/kit" "^3.2.
|
|
2141
|
-
"@salesforce/source-deploy-retrieve" "^12.32.
|
|
2144
|
+
"@salesforce/core" "^8.28.3"
|
|
2145
|
+
"@salesforce/kit" "^3.2.6"
|
|
2146
|
+
"@salesforce/source-deploy-retrieve" "^12.32.7"
|
|
2142
2147
|
"@salesforce/ts-types" "^2.0.12"
|
|
2143
2148
|
fast-xml-parser "^5.5.7"
|
|
2144
2149
|
graceful-fs "^4.2.11"
|
|
@@ -5200,6 +5205,13 @@ fast-xml-builder@^1.1.4:
|
|
|
5200
5205
|
dependencies:
|
|
5201
5206
|
path-expression-matcher "^1.1.3"
|
|
5202
5207
|
|
|
5208
|
+
fast-xml-builder@^1.1.5:
|
|
5209
|
+
version "1.1.5"
|
|
5210
|
+
resolved "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.5.tgz"
|
|
5211
|
+
integrity sha512-4TJn/8FKLeslLAH3dnohXqE3QSoxkhvaMzepOIZytwJXZO69Bfz0HBdDHzOTOon6G59Zrk6VQ2bEiv1t61rfkA==
|
|
5212
|
+
dependencies:
|
|
5213
|
+
path-expression-matcher "^1.1.3"
|
|
5214
|
+
|
|
5203
5215
|
fast-xml-parser@^4.5.3:
|
|
5204
5216
|
version "4.5.3"
|
|
5205
5217
|
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz"
|
|
@@ -5207,13 +5219,14 @@ fast-xml-parser@^4.5.3:
|
|
|
5207
5219
|
dependencies:
|
|
5208
5220
|
strnum "^1.1.1"
|
|
5209
5221
|
|
|
5210
|
-
fast-xml-parser@^5.3.3, fast-xml-parser@^5.5.11, fast-xml-parser@^5.5.7:
|
|
5211
|
-
version "5.
|
|
5212
|
-
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.
|
|
5213
|
-
integrity sha512-
|
|
5222
|
+
fast-xml-parser@^5.3.3, fast-xml-parser@^5.5.11, fast-xml-parser@^5.5.7, fast-xml-parser@^5.7.1:
|
|
5223
|
+
version "5.7.1"
|
|
5224
|
+
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.1.tgz"
|
|
5225
|
+
integrity sha512-8Cc3f8GUGUULg34pBch/KGyPLglS+OFs05deyOlY7fL2MTagYPKrVQNmR1fLF/yJ9PH5ZSTd3YDF6pnmeZU+zA==
|
|
5214
5226
|
dependencies:
|
|
5215
|
-
|
|
5216
|
-
|
|
5227
|
+
"@nodable/entities" "^2.1.0"
|
|
5228
|
+
fast-xml-builder "^1.1.5"
|
|
5229
|
+
path-expression-matcher "^1.5.0"
|
|
5217
5230
|
strnum "^2.2.3"
|
|
5218
5231
|
|
|
5219
5232
|
fast-xml-parser@5.5.6:
|
|
@@ -7146,10 +7159,10 @@ marked@^13.0.0:
|
|
|
7146
7159
|
resolved "https://registry.npmjs.org/marked/-/marked-13.0.2.tgz"
|
|
7147
7160
|
integrity sha512-J6CPjP8pS5sgrRqxVRvkCIkZ6MFdRIjDkwUwgJ9nL2fbmM6qGQeB2C16hi8Cc9BOzj6xXzy0jyi0iPIfnMHYzA==
|
|
7148
7161
|
|
|
7149
|
-
marked@^
|
|
7150
|
-
version "
|
|
7151
|
-
resolved "https://registry.npmjs.org/marked/-/marked-
|
|
7152
|
-
integrity sha512-
|
|
7162
|
+
marked@^18.0.0, "marked@>=1 <16":
|
|
7163
|
+
version "18.0.2"
|
|
7164
|
+
resolved "https://registry.npmjs.org/marked/-/marked-18.0.2.tgz"
|
|
7165
|
+
integrity sha512-NsmlUYBS/Zg57rgDWMYdnre6OTj4e+qq/JS2ot3KrYLSoHLw+sDu0Nm1ZGpRgYAq6c+b1ekaY5NzVchMCQnzcg==
|
|
7153
7166
|
|
|
7154
7167
|
math-intrinsics@^1.1.0:
|
|
7155
7168
|
version "1.1.0"
|
|
@@ -7479,10 +7492,10 @@ no-case@^3.0.4:
|
|
|
7479
7492
|
lower-case "^2.0.2"
|
|
7480
7493
|
tslib "^2.0.3"
|
|
7481
7494
|
|
|
7482
|
-
nock@^14.0.
|
|
7483
|
-
version "14.0.
|
|
7484
|
-
resolved "https://registry.npmjs.org/nock/-/nock-14.0.
|
|
7485
|
-
integrity sha512-
|
|
7495
|
+
nock@^14.0.13:
|
|
7496
|
+
version "14.0.13"
|
|
7497
|
+
resolved "https://registry.npmjs.org/nock/-/nock-14.0.13.tgz"
|
|
7498
|
+
integrity sha512-SCPsQmGVNY8h1rfS3aU0MzOGYY+wKIFukHEsoSIwPRCYocZkya7MFIlWIEYPWQZj+Gaksg6EyUaY255ZDqpQuA==
|
|
7486
7499
|
dependencies:
|
|
7487
7500
|
"@mswjs/interceptors" "^0.41.0"
|
|
7488
7501
|
json-stringify-safe "^5.0.1"
|
|
@@ -7995,7 +8008,7 @@ path-expression-matcher@^1.2.0:
|
|
|
7995
8008
|
resolved "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.2.0.tgz"
|
|
7996
8009
|
integrity sha512-DwmPWeFn+tq7TiyJ2CxezCAirXjFxvaiD03npak3cRjlP9+OjTmSy1EpIrEbh+l6JgUundniloMLDQ/6VTdhLQ==
|
|
7997
8010
|
|
|
7998
|
-
path-expression-matcher@^1.
|
|
8011
|
+
path-expression-matcher@^1.5.0:
|
|
7999
8012
|
version "1.5.0"
|
|
8000
8013
|
resolved "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz"
|
|
8001
8014
|
integrity sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==
|
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.200",
|
|
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
9
|
"@jayree/sfdx-plugin-manifest": "^4.0.128",
|
|
10
|
-
"@jayree/sfdx-plugin-org": "^1.2.
|
|
11
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
12
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
10
|
+
"@jayree/sfdx-plugin-org": "^1.2.169",
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.165",
|
|
12
|
+
"@jayree/sfdx-plugin-source": "^1.3.165"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@oclif/plugin-help": "^6.2.44",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"eslint-config-salesforce-license": "^1.0.2",
|
|
20
20
|
"eslint-plugin-prettier": "^5.5.5",
|
|
21
21
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
22
|
-
"nock": "^14.0.
|
|
22
|
+
"nock": "^14.0.13",
|
|
23
23
|
"oclif": "^4.23.0",
|
|
24
24
|
"patch-package": "^8.0.1",
|
|
25
25
|
"pinst": "^3.0.0",
|