sfdx-jayree 4.8.194 → 4.8.196
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 +17 -0
- package/README.md +12 -12
- package/npm-shrinkwrap.json +84 -75
- package/oclif.lock +93 -69
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## [4.8.196](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.195...v4.8.196) (2026-04-10)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.166 to 1.2.167 ([#1938](https://github.com/jayree/sfdx-jayree-plugin/issues/1938)) ([922d2f1](https://github.com/jayree/sfdx-jayree-plugin/commit/922d2f14e34006cae74b39f4cb4d427dab571a3a))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.162 to 1.3.163 ([#1943](https://github.com/jayree/sfdx-jayree-plugin/issues/1943)) ([d41e38d](https://github.com/jayree/sfdx-jayree-plugin/commit/d41e38d94301d2ebfbc355ff050804671e910cfa))
|
|
8
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.161 to 1.3.163 ([#1939](https://github.com/jayree/sfdx-jayree-plugin/issues/1939)) ([1815956](https://github.com/jayree/sfdx-jayree-plugin/commit/18159568075ea0f6936f37777603e9252ec9d45d))
|
|
9
|
+
* **deps:** bump axios from 1.13.5 to 1.15.0 ([#1945](https://github.com/jayree/sfdx-jayree-plugin/issues/1945)) ([fafc35d](https://github.com/jayree/sfdx-jayree-plugin/commit/fafc35d97bb0bc6d0a5b0ce34a6d322b96171221))
|
|
10
|
+
|
|
11
|
+
## [4.8.195](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.194...v4.8.195) (2026-04-09)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **deps:** bump basic-ftp from 5.2.0 to 5.2.1 ([#1934](https://github.com/jayree/sfdx-jayree-plugin/issues/1934)) ([f87d5a8](https://github.com/jayree/sfdx-jayree-plugin/commit/f87d5a8ba8788e017277c56402eec61645625559))
|
|
17
|
+
|
|
1
18
|
## [4.8.194](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.193...v4.8.194) (2026-04-03)
|
|
2
19
|
|
|
3
20
|
|
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.167/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.167/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.167/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.167/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.167/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.167/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.163/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.163/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.163/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.163/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.163/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.163/src/commands/jayree/project/store/tracking/set.ts)_
|
|
498
498
|
<!-- commandsstop -->
|
|
499
499
|
|
|
500
500
|
## Hooks
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.196",
|
|
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.196",
|
|
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.167",
|
|
14
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.163",
|
|
15
|
+
"@jayree/sfdx-plugin-source": "^1.3.163"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@oclif/plugin-help": "^6.2.
|
|
18
|
+
"@oclif/plugin-help": "^6.2.43",
|
|
19
19
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
20
|
-
"@salesforce/ts-sinon": "^1.4.
|
|
20
|
+
"@salesforce/ts-sinon": "^1.4.34",
|
|
21
21
|
"c8": "^11.0.0",
|
|
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.
|
|
26
|
-
"oclif": "^4.
|
|
25
|
+
"nock": "^14.0.12",
|
|
26
|
+
"oclif": "^4.23.0",
|
|
27
27
|
"patch-package": "^8.0.1",
|
|
28
28
|
"pinst": "^3.0.0",
|
|
29
29
|
"prettier": "^3.8.1",
|
|
@@ -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.167",
|
|
5131
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.167.tgz",
|
|
5132
|
+
"integrity": "sha512-kxBJVPb6dDa3mRl5brEVRUePKkEn8IxNlDK60hZb/q8NPiHEayC9/Abc/QejTzKcxIRohcdWEKrDxtEnIaQu8A==",
|
|
5133
5133
|
"license": "Apache-2.0",
|
|
5134
5134
|
"dependencies": {
|
|
5135
5135
|
"@jayree/changelog": "^1.2.28",
|
|
5136
5136
|
"@jsforce/jsforce-node": "^3.10.14",
|
|
5137
5137
|
"@listr2/prompt-adapter-enquirer": "^3.0.5",
|
|
5138
|
-
"@oclif/core": "^4.10.
|
|
5138
|
+
"@oclif/core": "^4.10.5",
|
|
5139
5139
|
"@salesforce/core": "^8.28.1",
|
|
5140
5140
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
5141
|
-
"@salesforce/source-deploy-retrieve": "^12.32.
|
|
5141
|
+
"@salesforce/source-deploy-retrieve": "^12.32.3",
|
|
5142
5142
|
"@salesforce/ts-types": "^2.0.12",
|
|
5143
5143
|
"chalk": "^5.6.2",
|
|
5144
5144
|
"cli-progress": "^3.12.0",
|
|
@@ -5316,23 +5316,23 @@
|
|
|
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.163",
|
|
5320
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.163.tgz",
|
|
5321
|
+
"integrity": "sha512-PmK/9XPB+i7PJO9U0qAtdnOi1rTWpqRFXaVXr9ieqP7ed+xO0YcVJQVzLKImp8FnUMVL2P2Gg24jyBLKlw2Arg==",
|
|
5322
5322
|
"license": "Apache-2.0",
|
|
5323
5323
|
"dependencies": {
|
|
5324
5324
|
"@jayree/changelog": "^1.2.28",
|
|
5325
|
-
"@oclif/core": "^4.10.
|
|
5325
|
+
"@oclif/core": "^4.10.5",
|
|
5326
5326
|
"@prettier/plugin-xml": "^3.4.2",
|
|
5327
5327
|
"@salesforce/core": "^8.28.1",
|
|
5328
5328
|
"@salesforce/kit": "^3.2.6",
|
|
5329
5329
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
5330
|
-
"@salesforce/source-deploy-retrieve": "^12.32.
|
|
5330
|
+
"@salesforce/source-deploy-retrieve": "^12.32.3",
|
|
5331
5331
|
"cli-progress": "^3.12.0",
|
|
5332
5332
|
"debug": "^4.4.1",
|
|
5333
5333
|
"fs-extra": "^11.3.4",
|
|
5334
5334
|
"ignore": "^7.0.4",
|
|
5335
|
-
"prettier": "^3.8.
|
|
5335
|
+
"prettier": "^3.8.2",
|
|
5336
5336
|
"prettier-plugin-apex": "^2.2.6",
|
|
5337
5337
|
"tslib": "^2.8.1"
|
|
5338
5338
|
},
|
|
@@ -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.163",
|
|
5354
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.163.tgz",
|
|
5355
|
+
"integrity": "sha512-8OWSE5d7cozuRojrXpGEuAmLpQKNFsKhp8mxIgJABP5WZfuy+j5aNx+ne91dD8TgX5IGWRddn827vqnxM+Ep5Q==",
|
|
5356
5356
|
"license": "Apache-2.0",
|
|
5357
5357
|
"dependencies": {
|
|
5358
5358
|
"@jayree/changelog": "^1.2.28",
|
|
5359
|
-
"@oclif/core": "^4.10.
|
|
5360
|
-
"@salesforce/core": "^8.
|
|
5359
|
+
"@oclif/core": "^4.10.5",
|
|
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.32.
|
|
5363
|
+
"@salesforce/source-deploy-retrieve": "^12.32.3",
|
|
5364
5364
|
"@salesforce/source-tracking": "^7.8.9",
|
|
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.5.
|
|
5369
|
+
"fast-xml-parser": "^5.5.11",
|
|
5370
5370
|
"fs-extra": "^11.3.3",
|
|
5371
5371
|
"globby": "^16.2.0",
|
|
5372
5372
|
"object-path": "^0.11.8",
|
|
@@ -5769,9 +5769,9 @@
|
|
|
5769
5769
|
}
|
|
5770
5770
|
},
|
|
5771
5771
|
"node_modules/@oclif/core": {
|
|
5772
|
-
"version": "4.10.
|
|
5773
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.
|
|
5774
|
-
"integrity": "sha512-
|
|
5772
|
+
"version": "4.10.5",
|
|
5773
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.5.tgz",
|
|
5774
|
+
"integrity": "sha512-qcdCF7NrdWPfme6Kr34wwljRCXbCVpL1WVxiNy0Ep6vbWKjxAjFQwuhqkoyL0yjI+KdwtLcOCGn5z2yzdijc8w==",
|
|
5775
5775
|
"license": "MIT",
|
|
5776
5776
|
"dependencies": {
|
|
5777
5777
|
"ansi-escapes": "^4.3.2",
|
|
@@ -5784,7 +5784,7 @@
|
|
|
5784
5784
|
"indent-string": "^4.0.0",
|
|
5785
5785
|
"is-wsl": "^2.2.0",
|
|
5786
5786
|
"lilconfig": "^3.1.3",
|
|
5787
|
-
"minimatch": "^10.2.
|
|
5787
|
+
"minimatch": "^10.2.5",
|
|
5788
5788
|
"semver": "^7.7.3",
|
|
5789
5789
|
"string-width": "^4.2.3",
|
|
5790
5790
|
"supports-color": "^8",
|
|
@@ -5822,9 +5822,9 @@
|
|
|
5822
5822
|
}
|
|
5823
5823
|
},
|
|
5824
5824
|
"node_modules/@oclif/core/node_modules/brace-expansion": {
|
|
5825
|
-
"version": "5.0.
|
|
5826
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
5827
|
-
"integrity": "sha512-
|
|
5825
|
+
"version": "5.0.5",
|
|
5826
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
5827
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
5828
5828
|
"license": "MIT",
|
|
5829
5829
|
"dependencies": {
|
|
5830
5830
|
"balanced-match": "^4.0.2"
|
|
@@ -5834,12 +5834,12 @@
|
|
|
5834
5834
|
}
|
|
5835
5835
|
},
|
|
5836
5836
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
5837
|
-
"version": "10.2.
|
|
5838
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
5839
|
-
"integrity": "sha512-
|
|
5837
|
+
"version": "10.2.5",
|
|
5838
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
5839
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
5840
5840
|
"license": "BlueOak-1.0.0",
|
|
5841
5841
|
"dependencies": {
|
|
5842
|
-
"brace-expansion": "^5.0.
|
|
5842
|
+
"brace-expansion": "^5.0.5"
|
|
5843
5843
|
},
|
|
5844
5844
|
"engines": {
|
|
5845
5845
|
"node": "18 || 20 || >=22"
|
|
@@ -5881,9 +5881,9 @@
|
|
|
5881
5881
|
}
|
|
5882
5882
|
},
|
|
5883
5883
|
"node_modules/@oclif/plugin-help": {
|
|
5884
|
-
"version": "6.2.
|
|
5885
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
5886
|
-
"integrity": "sha512-
|
|
5884
|
+
"version": "6.2.43",
|
|
5885
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.43.tgz",
|
|
5886
|
+
"integrity": "sha512-aef92VxQECLFDjI4CpgCL+jDuAsc3jzq5gBTLwNzj60mmrh8eDd7B0ABIgWXphb6gdARSRil+/FPtcdiSSupRA==",
|
|
5887
5887
|
"dev": true,
|
|
5888
5888
|
"license": "MIT",
|
|
5889
5889
|
"dependencies": {
|
|
@@ -6404,9 +6404,9 @@
|
|
|
6404
6404
|
}
|
|
6405
6405
|
},
|
|
6406
6406
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
6407
|
-
"version": "12.32.
|
|
6408
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.32.
|
|
6409
|
-
"integrity": "sha512-
|
|
6407
|
+
"version": "12.32.3",
|
|
6408
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.32.3.tgz",
|
|
6409
|
+
"integrity": "sha512-fHB4SAelLJPim4GA/xI0ob9aXVosIISGM3nkyxVif3zj9XAa6F5xzof1SbtM2QQ4PUXl+xkr6dwcRMcVuH26kQ==",
|
|
6410
6410
|
"license": "Apache-2.0",
|
|
6411
6411
|
"dependencies": {
|
|
6412
6412
|
"@salesforce/core": "^8.27.1",
|
|
@@ -6502,9 +6502,9 @@
|
|
|
6502
6502
|
"license": "MIT"
|
|
6503
6503
|
},
|
|
6504
6504
|
"node_modules/@salesforce/ts-sinon": {
|
|
6505
|
-
"version": "1.4.
|
|
6506
|
-
"resolved": "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.
|
|
6507
|
-
"integrity": "sha512-
|
|
6505
|
+
"version": "1.4.34",
|
|
6506
|
+
"resolved": "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.34.tgz",
|
|
6507
|
+
"integrity": "sha512-fzpCoOUUfE3I43HYFATWEPlGRUvQIxMecdmMuaG61T/Y2Vsvw9oU+YtHx9zDmvuVy/g0fUj/lxMoqRRMy5ttpQ==",
|
|
6508
6508
|
"dev": true,
|
|
6509
6509
|
"license": "Apache-2.0",
|
|
6510
6510
|
"dependencies": {
|
|
@@ -8430,14 +8430,14 @@
|
|
|
8430
8430
|
}
|
|
8431
8431
|
},
|
|
8432
8432
|
"node_modules/axios": {
|
|
8433
|
-
"version": "1.
|
|
8434
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.
|
|
8435
|
-
"integrity": "sha512-
|
|
8433
|
+
"version": "1.15.0",
|
|
8434
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz",
|
|
8435
|
+
"integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==",
|
|
8436
8436
|
"license": "MIT",
|
|
8437
8437
|
"dependencies": {
|
|
8438
8438
|
"follow-redirects": "^1.15.11",
|
|
8439
8439
|
"form-data": "^4.0.5",
|
|
8440
|
-
"proxy-from-env": "^
|
|
8440
|
+
"proxy-from-env": "^2.1.0"
|
|
8441
8441
|
}
|
|
8442
8442
|
},
|
|
8443
8443
|
"node_modules/axios/node_modules/form-data": {
|
|
@@ -8468,6 +8468,15 @@
|
|
|
8468
8468
|
"node": ">= 0.4"
|
|
8469
8469
|
}
|
|
8470
8470
|
},
|
|
8471
|
+
"node_modules/axios/node_modules/proxy-from-env": {
|
|
8472
|
+
"version": "2.1.0",
|
|
8473
|
+
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz",
|
|
8474
|
+
"integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==",
|
|
8475
|
+
"license": "MIT",
|
|
8476
|
+
"engines": {
|
|
8477
|
+
"node": ">=10"
|
|
8478
|
+
}
|
|
8479
|
+
},
|
|
8471
8480
|
"node_modules/balanced-match": {
|
|
8472
8481
|
"version": "1.0.2",
|
|
8473
8482
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
@@ -8504,9 +8513,9 @@
|
|
|
8504
8513
|
}
|
|
8505
8514
|
},
|
|
8506
8515
|
"node_modules/basic-ftp": {
|
|
8507
|
-
"version": "5.2.
|
|
8508
|
-
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.
|
|
8509
|
-
"integrity": "sha512-
|
|
8516
|
+
"version": "5.2.1",
|
|
8517
|
+
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.1.tgz",
|
|
8518
|
+
"integrity": "sha512-0yaL8JdxTknKDILitVpfYfV2Ob6yb3udX/hK97M7I3jOeznBNxQPtVvTUtnhUkyHlxFWyr5Lvknmgzoc7jf+1Q==",
|
|
8510
8519
|
"license": "MIT",
|
|
8511
8520
|
"engines": {
|
|
8512
8521
|
"node": ">=10.0.0"
|
|
@@ -11638,9 +11647,9 @@
|
|
|
11638
11647
|
}
|
|
11639
11648
|
},
|
|
11640
11649
|
"node_modules/fast-xml-parser": {
|
|
11641
|
-
"version": "5.5.
|
|
11642
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.
|
|
11643
|
-
"integrity": "sha512-
|
|
11650
|
+
"version": "5.5.11",
|
|
11651
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.11.tgz",
|
|
11652
|
+
"integrity": "sha512-QL0eb0YbSTVWF6tTf1+LEMSgtCEjBYPpnAjoLC8SscESlAjXEIRJ7cHtLG0pLeDFaZLa4VKZLArtA/60ZS7vyA==",
|
|
11644
11653
|
"funding": [
|
|
11645
11654
|
{
|
|
11646
11655
|
"type": "github",
|
|
@@ -11650,17 +11659,17 @@
|
|
|
11650
11659
|
"license": "MIT",
|
|
11651
11660
|
"dependencies": {
|
|
11652
11661
|
"fast-xml-builder": "^1.1.4",
|
|
11653
|
-
"path-expression-matcher": "^1.
|
|
11654
|
-
"strnum": "^2.2.
|
|
11662
|
+
"path-expression-matcher": "^1.4.0",
|
|
11663
|
+
"strnum": "^2.2.3"
|
|
11655
11664
|
},
|
|
11656
11665
|
"bin": {
|
|
11657
11666
|
"fxparser": "src/cli/cli.js"
|
|
11658
11667
|
}
|
|
11659
11668
|
},
|
|
11660
11669
|
"node_modules/fast-xml-parser/node_modules/path-expression-matcher": {
|
|
11661
|
-
"version": "1.
|
|
11662
|
-
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.
|
|
11663
|
-
"integrity": "sha512-
|
|
11670
|
+
"version": "1.5.0",
|
|
11671
|
+
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz",
|
|
11672
|
+
"integrity": "sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==",
|
|
11664
11673
|
"funding": [
|
|
11665
11674
|
{
|
|
11666
11675
|
"type": "github",
|
|
@@ -15491,9 +15500,9 @@
|
|
|
15491
15500
|
}
|
|
15492
15501
|
},
|
|
15493
15502
|
"node_modules/nock": {
|
|
15494
|
-
"version": "14.0.
|
|
15495
|
-
"resolved": "https://registry.npmjs.org/nock/-/nock-14.0.
|
|
15496
|
-
"integrity": "sha512-
|
|
15503
|
+
"version": "14.0.12",
|
|
15504
|
+
"resolved": "https://registry.npmjs.org/nock/-/nock-14.0.12.tgz",
|
|
15505
|
+
"integrity": "sha512-kZM3bHV0KzhHH6E2eRszHyML/w87AUzLBwupNTHohtYWP9fZYgUPmCbSKq6ITfEEmHqN4/p0MscvUipT4P5Qsg==",
|
|
15497
15506
|
"dev": true,
|
|
15498
15507
|
"license": "MIT",
|
|
15499
15508
|
"dependencies": {
|
|
@@ -15891,9 +15900,9 @@
|
|
|
15891
15900
|
}
|
|
15892
15901
|
},
|
|
15893
15902
|
"node_modules/oclif": {
|
|
15894
|
-
"version": "4.
|
|
15895
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
15896
|
-
"integrity": "sha512-
|
|
15903
|
+
"version": "4.23.0",
|
|
15904
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.0.tgz",
|
|
15905
|
+
"integrity": "sha512-0Rz8YsJx6NQORMgyDeDr6i0OlJa6h4oLXBht9iRZhn/YI/by/ONKgcJIPXyTgeLK21JmhbFqJn6Y1AME0EH1Dw==",
|
|
15897
15906
|
"dev": true,
|
|
15898
15907
|
"license": "MIT",
|
|
15899
15908
|
"dependencies": {
|
|
@@ -15915,7 +15924,7 @@
|
|
|
15915
15924
|
"fs-extra": "^8.1",
|
|
15916
15925
|
"github-slugger": "^2",
|
|
15917
15926
|
"got": "^13",
|
|
15918
|
-
"lodash": "^4.
|
|
15927
|
+
"lodash": "^4.18.1",
|
|
15919
15928
|
"normalize-package-data": "^6",
|
|
15920
15929
|
"semver": "^7.7.4",
|
|
15921
15930
|
"sort-package-json": "^2.15.1",
|
|
@@ -17123,9 +17132,9 @@
|
|
|
17123
17132
|
}
|
|
17124
17133
|
},
|
|
17125
17134
|
"node_modules/prettier": {
|
|
17126
|
-
"version": "3.8.
|
|
17127
|
-
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.
|
|
17128
|
-
"integrity": "sha512-
|
|
17135
|
+
"version": "3.8.2",
|
|
17136
|
+
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.2.tgz",
|
|
17137
|
+
"integrity": "sha512-8c3mgTe0ASwWAJK+78dpviD+A8EqhndQPUBpNUIPt6+xWlIigCwfN01lWr9MAede4uqXGTEKeQWTvzb3vjia0Q==",
|
|
17129
17138
|
"license": "MIT",
|
|
17130
17139
|
"bin": {
|
|
17131
17140
|
"prettier": "bin/prettier.cjs"
|
|
@@ -18790,9 +18799,9 @@
|
|
|
18790
18799
|
}
|
|
18791
18800
|
},
|
|
18792
18801
|
"node_modules/strnum": {
|
|
18793
|
-
"version": "2.2.
|
|
18794
|
-
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.
|
|
18795
|
-
"integrity": "sha512-
|
|
18802
|
+
"version": "2.2.3",
|
|
18803
|
+
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.3.tgz",
|
|
18804
|
+
"integrity": "sha512-oKx6RUCuHfT3oyVjtnrmn19H1SiCqgJSg+54XqURKp5aCMbrXrhLjRN9TjuwMjiYstZ0MzDrHqkGZ5dFTKd+zg==",
|
|
18796
18805
|
"funding": [
|
|
18797
18806
|
{
|
|
18798
18807
|
"type": "github",
|
package/oclif.lock
CHANGED
|
@@ -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.167":
|
|
1633
|
+
version "1.2.167"
|
|
1634
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.167.tgz"
|
|
1635
|
+
integrity sha512-kxBJVPb6dDa3mRl5brEVRUePKkEn8IxNlDK60hZb/q8NPiHEayC9/Abc/QejTzKcxIRohcdWEKrDxtEnIaQu8A==
|
|
1636
1636
|
dependencies:
|
|
1637
1637
|
"@jayree/changelog" "^1.2.28"
|
|
1638
1638
|
"@jsforce/jsforce-node" "^3.10.14"
|
|
1639
1639
|
"@listr2/prompt-adapter-enquirer" "^3.0.5"
|
|
1640
|
-
"@oclif/core" "^4.10.
|
|
1640
|
+
"@oclif/core" "^4.10.5"
|
|
1641
1641
|
"@salesforce/core" "^8.28.1"
|
|
1642
1642
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
1643
|
-
"@salesforce/source-deploy-retrieve" "^12.32.
|
|
1643
|
+
"@salesforce/source-deploy-retrieve" "^12.32.3"
|
|
1644
1644
|
"@salesforce/ts-types" "^2.0.12"
|
|
1645
1645
|
chalk "^5.6.2"
|
|
1646
1646
|
cli-progress "^3.12.0"
|
|
@@ -1657,43 +1657,43 @@
|
|
|
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.163":
|
|
1661
|
+
version "1.3.163"
|
|
1662
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.163.tgz"
|
|
1663
|
+
integrity sha512-PmK/9XPB+i7PJO9U0qAtdnOi1rTWpqRFXaVXr9ieqP7ed+xO0YcVJQVzLKImp8FnUMVL2P2Gg24jyBLKlw2Arg==
|
|
1664
1664
|
dependencies:
|
|
1665
1665
|
"@jayree/changelog" "^1.2.28"
|
|
1666
|
-
"@oclif/core" "^4.10.
|
|
1666
|
+
"@oclif/core" "^4.10.5"
|
|
1667
1667
|
"@prettier/plugin-xml" "^3.4.2"
|
|
1668
1668
|
"@salesforce/core" "^8.28.1"
|
|
1669
1669
|
"@salesforce/kit" "^3.2.6"
|
|
1670
1670
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
1671
|
-
"@salesforce/source-deploy-retrieve" "^12.32.
|
|
1671
|
+
"@salesforce/source-deploy-retrieve" "^12.32.3"
|
|
1672
1672
|
cli-progress "^3.12.0"
|
|
1673
1673
|
debug "^4.4.1"
|
|
1674
1674
|
fs-extra "^11.3.4"
|
|
1675
1675
|
ignore "^7.0.4"
|
|
1676
|
-
prettier "^3.8.
|
|
1676
|
+
prettier "^3.8.2"
|
|
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.163":
|
|
1681
|
+
version "1.3.163"
|
|
1682
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.163.tgz"
|
|
1683
|
+
integrity sha512-8OWSE5d7cozuRojrXpGEuAmLpQKNFsKhp8mxIgJABP5WZfuy+j5aNx+ne91dD8TgX5IGWRddn827vqnxM+Ep5Q==
|
|
1684
1684
|
dependencies:
|
|
1685
1685
|
"@jayree/changelog" "^1.2.28"
|
|
1686
|
-
"@oclif/core" "^4.10.
|
|
1687
|
-
"@salesforce/core" "^8.
|
|
1686
|
+
"@oclif/core" "^4.10.5"
|
|
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.32.
|
|
1690
|
+
"@salesforce/source-deploy-retrieve" "^12.32.3"
|
|
1691
1691
|
"@salesforce/source-tracking" "^7.8.9"
|
|
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.5.
|
|
1696
|
+
fast-xml-parser "^5.5.11"
|
|
1697
1697
|
fs-extra "^11.3.3"
|
|
1698
1698
|
globby "^16.2.0"
|
|
1699
1699
|
object-path "^0.11.8"
|
|
@@ -1843,10 +1843,10 @@
|
|
|
1843
1843
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1844
1844
|
fastq "^1.6.0"
|
|
1845
1845
|
|
|
1846
|
-
"@oclif/core@^4", "@oclif/core@^4.10.
|
|
1847
|
-
version "4.10.
|
|
1848
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.10.
|
|
1849
|
-
integrity sha512-
|
|
1846
|
+
"@oclif/core@^4", "@oclif/core@^4.10.2", "@oclif/core@^4.10.5", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0":
|
|
1847
|
+
version "4.10.5"
|
|
1848
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.10.5.tgz"
|
|
1849
|
+
integrity sha512-qcdCF7NrdWPfme6Kr34wwljRCXbCVpL1WVxiNy0Ep6vbWKjxAjFQwuhqkoyL0yjI+KdwtLcOCGn5z2yzdijc8w==
|
|
1850
1850
|
dependencies:
|
|
1851
1851
|
ansi-escapes "^4.3.2"
|
|
1852
1852
|
ansis "^3.17.0"
|
|
@@ -1858,7 +1858,7 @@
|
|
|
1858
1858
|
indent-string "^4.0.0"
|
|
1859
1859
|
is-wsl "^2.2.0"
|
|
1860
1860
|
lilconfig "^3.1.3"
|
|
1861
|
-
minimatch "^10.2.
|
|
1861
|
+
minimatch "^10.2.5"
|
|
1862
1862
|
semver "^7.7.3"
|
|
1863
1863
|
string-width "^4.2.3"
|
|
1864
1864
|
supports-color "^8"
|
|
@@ -1891,10 +1891,10 @@
|
|
|
1891
1891
|
wordwrap "^1.0.0"
|
|
1892
1892
|
wrap-ansi "^7.0.0"
|
|
1893
1893
|
|
|
1894
|
-
"@oclif/plugin-help@^6.2.38", "@oclif/plugin-help@^6.2.
|
|
1895
|
-
version "6.2.
|
|
1896
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
1897
|
-
integrity sha512-
|
|
1894
|
+
"@oclif/plugin-help@^6.2.38", "@oclif/plugin-help@^6.2.43":
|
|
1895
|
+
version "6.2.43"
|
|
1896
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.43.tgz"
|
|
1897
|
+
integrity sha512-aef92VxQECLFDjI4CpgCL+jDuAsc3jzq5gBTLwNzj60mmrh8eDd7B0ABIgWXphb6gdARSRil+/FPtcdiSSupRA==
|
|
1898
1898
|
dependencies:
|
|
1899
1899
|
"@oclif/core" "^4"
|
|
1900
1900
|
|
|
@@ -2091,10 +2091,10 @@
|
|
|
2091
2091
|
cli-progress "^3.12.0"
|
|
2092
2092
|
terminal-link "^3.0.0"
|
|
2093
2093
|
|
|
2094
|
-
"@salesforce/source-deploy-retrieve@^12.31.8", "@salesforce/source-deploy-retrieve@^12.32.1":
|
|
2095
|
-
version "12.32.
|
|
2096
|
-
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.32.
|
|
2097
|
-
integrity sha512-
|
|
2094
|
+
"@salesforce/source-deploy-retrieve@^12.31.8", "@salesforce/source-deploy-retrieve@^12.32.1", "@salesforce/source-deploy-retrieve@^12.32.3":
|
|
2095
|
+
version "12.32.3"
|
|
2096
|
+
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.32.3.tgz"
|
|
2097
|
+
integrity sha512-fHB4SAelLJPim4GA/xI0ob9aXVosIISGM3nkyxVif3zj9XAa6F5xzof1SbtM2QQ4PUXl+xkr6dwcRMcVuH26kQ==
|
|
2098
2098
|
dependencies:
|
|
2099
2099
|
"@salesforce/core" "^8.27.1"
|
|
2100
2100
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -2159,10 +2159,10 @@
|
|
|
2159
2159
|
isomorphic-git "^1.34.2"
|
|
2160
2160
|
ts-retry-promise "^0.8.1"
|
|
2161
2161
|
|
|
2162
|
-
"@salesforce/ts-sinon@^1.4.
|
|
2163
|
-
version "1.4.
|
|
2164
|
-
resolved "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.
|
|
2165
|
-
integrity sha512-
|
|
2162
|
+
"@salesforce/ts-sinon@^1.4.34":
|
|
2163
|
+
version "1.4.34"
|
|
2164
|
+
resolved "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.34.tgz"
|
|
2165
|
+
integrity sha512-fzpCoOUUfE3I43HYFATWEPlGRUvQIxMecdmMuaG61T/Y2Vsvw9oU+YtHx9zDmvuVy/g0fUj/lxMoqRRMy5ttpQ==
|
|
2166
2166
|
dependencies:
|
|
2167
2167
|
"@salesforce/ts-types" "^2.0.12"
|
|
2168
2168
|
sinon "^5.1.1"
|
|
@@ -3563,13 +3563,13 @@ available-typed-arrays@^1.0.6, available-typed-arrays@^1.0.7:
|
|
|
3563
3563
|
possible-typed-array-names "^1.0.0"
|
|
3564
3564
|
|
|
3565
3565
|
axios@^1.7.7:
|
|
3566
|
-
version "1.
|
|
3567
|
-
resolved "https://registry.npmjs.org/axios/-/axios-1.
|
|
3568
|
-
integrity sha512-
|
|
3566
|
+
version "1.15.0"
|
|
3567
|
+
resolved "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz"
|
|
3568
|
+
integrity sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==
|
|
3569
3569
|
dependencies:
|
|
3570
3570
|
follow-redirects "^1.15.11"
|
|
3571
3571
|
form-data "^4.0.5"
|
|
3572
|
-
proxy-from-env "^
|
|
3572
|
+
proxy-from-env "^2.1.0"
|
|
3573
3573
|
|
|
3574
3574
|
balanced-match@^1.0.0:
|
|
3575
3575
|
version "1.0.2"
|
|
@@ -3597,9 +3597,9 @@ base64url@^3.0.1:
|
|
|
3597
3597
|
integrity sha512-ir1UPr3dkwexU7FdV8qBBbNDRUhMmIekYMFZfi+C/sLNnRESKPl23nB9b2pltqfOQNnGzsDdId90AEtG5tCx4A==
|
|
3598
3598
|
|
|
3599
3599
|
basic-ftp@^5.0.2:
|
|
3600
|
-
version "5.2.
|
|
3601
|
-
resolved "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.
|
|
3602
|
-
integrity sha512-
|
|
3600
|
+
version "5.2.1"
|
|
3601
|
+
resolved "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.1.tgz"
|
|
3602
|
+
integrity sha512-0yaL8JdxTknKDILitVpfYfV2Ob6yb3udX/hK97M7I3jOeznBNxQPtVvTUtnhUkyHlxFWyr5Lvknmgzoc7jf+1Q==
|
|
3603
3603
|
|
|
3604
3604
|
binary-extensions@^2.0.0:
|
|
3605
3605
|
version "2.2.0"
|
|
@@ -3652,6 +3652,13 @@ brace-expansion@^5.0.2:
|
|
|
3652
3652
|
dependencies:
|
|
3653
3653
|
balanced-match "^4.0.2"
|
|
3654
3654
|
|
|
3655
|
+
brace-expansion@^5.0.5:
|
|
3656
|
+
version "5.0.5"
|
|
3657
|
+
resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz"
|
|
3658
|
+
integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
|
|
3659
|
+
dependencies:
|
|
3660
|
+
balanced-match "^4.0.2"
|
|
3661
|
+
|
|
3655
3662
|
braces@^3.0.3, braces@~3.0.2:
|
|
3656
3663
|
version "3.0.3"
|
|
3657
3664
|
resolved "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz"
|
|
@@ -5200,14 +5207,14 @@ fast-xml-parser@^4.5.3:
|
|
|
5200
5207
|
dependencies:
|
|
5201
5208
|
strnum "^1.1.1"
|
|
5202
5209
|
|
|
5203
|
-
fast-xml-parser@^5.3.3, fast-xml-parser@^5.5.7, fast-xml-parser@^5.5.9:
|
|
5204
|
-
version "5.5.
|
|
5205
|
-
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.
|
|
5206
|
-
integrity sha512-
|
|
5210
|
+
fast-xml-parser@^5.3.3, fast-xml-parser@^5.5.11, fast-xml-parser@^5.5.7, fast-xml-parser@^5.5.9:
|
|
5211
|
+
version "5.5.11"
|
|
5212
|
+
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.11.tgz"
|
|
5213
|
+
integrity sha512-QL0eb0YbSTVWF6tTf1+LEMSgtCEjBYPpnAjoLC8SscESlAjXEIRJ7cHtLG0pLeDFaZLa4VKZLArtA/60ZS7vyA==
|
|
5207
5214
|
dependencies:
|
|
5208
5215
|
fast-xml-builder "^1.1.4"
|
|
5209
|
-
path-expression-matcher "^1.
|
|
5210
|
-
strnum "^2.2.
|
|
5216
|
+
path-expression-matcher "^1.4.0"
|
|
5217
|
+
strnum "^2.2.3"
|
|
5211
5218
|
|
|
5212
5219
|
fast-xml-parser@5.5.6:
|
|
5213
5220
|
version "5.5.6"
|
|
@@ -6963,7 +6970,7 @@ lodash.upperfirst@^4.3.1:
|
|
|
6963
6970
|
resolved "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz"
|
|
6964
6971
|
integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
|
|
6965
6972
|
|
|
6966
|
-
lodash@^4.17.15, lodash@^4.17.21, lodash@^4.17.23:
|
|
6973
|
+
lodash@^4.17.15, lodash@^4.17.21, lodash@^4.17.23, lodash@^4.18.1:
|
|
6967
6974
|
version "4.18.1"
|
|
6968
6975
|
resolved "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz"
|
|
6969
6976
|
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
|
|
@@ -7272,6 +7279,13 @@ minimatch@^10.2.4:
|
|
|
7272
7279
|
dependencies:
|
|
7273
7280
|
brace-expansion "^5.0.2"
|
|
7274
7281
|
|
|
7282
|
+
minimatch@^10.2.5:
|
|
7283
|
+
version "10.2.5"
|
|
7284
|
+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz"
|
|
7285
|
+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
|
|
7286
|
+
dependencies:
|
|
7287
|
+
brace-expansion "^5.0.5"
|
|
7288
|
+
|
|
7275
7289
|
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
|
|
7276
7290
|
version "3.1.2"
|
|
7277
7291
|
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz"
|
|
@@ -7465,10 +7479,10 @@ no-case@^3.0.4:
|
|
|
7465
7479
|
lower-case "^2.0.2"
|
|
7466
7480
|
tslib "^2.0.3"
|
|
7467
7481
|
|
|
7468
|
-
nock@^14.0.
|
|
7469
|
-
version "14.0.
|
|
7470
|
-
resolved "https://registry.npmjs.org/nock/-/nock-14.0.
|
|
7471
|
-
integrity sha512-
|
|
7482
|
+
nock@^14.0.12:
|
|
7483
|
+
version "14.0.12"
|
|
7484
|
+
resolved "https://registry.npmjs.org/nock/-/nock-14.0.12.tgz"
|
|
7485
|
+
integrity sha512-kZM3bHV0KzhHH6E2eRszHyML/w87AUzLBwupNTHohtYWP9fZYgUPmCbSKq6ITfEEmHqN4/p0MscvUipT4P5Qsg==
|
|
7472
7486
|
dependencies:
|
|
7473
7487
|
"@mswjs/interceptors" "^0.41.0"
|
|
7474
7488
|
json-stringify-safe "^5.0.1"
|
|
@@ -7664,10 +7678,10 @@ object.values@^1.1.7:
|
|
|
7664
7678
|
define-properties "^1.2.0"
|
|
7665
7679
|
es-abstract "^1.22.1"
|
|
7666
7680
|
|
|
7667
|
-
oclif@^4.
|
|
7668
|
-
version "4.
|
|
7669
|
-
resolved "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
7670
|
-
integrity sha512-
|
|
7681
|
+
oclif@^4.23.0:
|
|
7682
|
+
version "4.23.0"
|
|
7683
|
+
resolved "https://registry.npmjs.org/oclif/-/oclif-4.23.0.tgz"
|
|
7684
|
+
integrity sha512-0Rz8YsJx6NQORMgyDeDr6i0OlJa6h4oLXBht9iRZhn/YI/by/ONKgcJIPXyTgeLK21JmhbFqJn6Y1AME0EH1Dw==
|
|
7671
7685
|
dependencies:
|
|
7672
7686
|
"@aws-sdk/client-cloudfront" "3.1009.0"
|
|
7673
7687
|
"@aws-sdk/client-s3" "3.1014.0"
|
|
@@ -7687,7 +7701,7 @@ oclif@^4.22.96:
|
|
|
7687
7701
|
fs-extra "^8.1"
|
|
7688
7702
|
github-slugger "^2"
|
|
7689
7703
|
got "^13"
|
|
7690
|
-
lodash "^4.
|
|
7704
|
+
lodash "^4.18.1"
|
|
7691
7705
|
normalize-package-data "^6"
|
|
7692
7706
|
semver "^7.7.4"
|
|
7693
7707
|
sort-package-json "^2.15.1"
|
|
@@ -7981,6 +7995,11 @@ path-expression-matcher@^1.2.0:
|
|
|
7981
7995
|
resolved "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.2.0.tgz"
|
|
7982
7996
|
integrity sha512-DwmPWeFn+tq7TiyJ2CxezCAirXjFxvaiD03npak3cRjlP9+OjTmSy1EpIrEbh+l6JgUundniloMLDQ/6VTdhLQ==
|
|
7983
7997
|
|
|
7998
|
+
path-expression-matcher@^1.4.0:
|
|
7999
|
+
version "1.5.0"
|
|
8000
|
+
resolved "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz"
|
|
8001
|
+
integrity sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==
|
|
8002
|
+
|
|
7984
8003
|
path-is-absolute@^1.0.0:
|
|
7985
8004
|
version "1.0.1"
|
|
7986
8005
|
resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
|
|
@@ -8185,10 +8204,10 @@ prettier@^2.0.0, prettier@^2.8.8:
|
|
|
8185
8204
|
resolved "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz"
|
|
8186
8205
|
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
|
|
8187
8206
|
|
|
8188
|
-
prettier@^3.0.0, prettier@^3.8.1, prettier@>=3.0.0:
|
|
8189
|
-
version "3.8.
|
|
8190
|
-
resolved "https://registry.npmjs.org/prettier/-/prettier-3.8.
|
|
8191
|
-
integrity sha512-
|
|
8207
|
+
prettier@^3.0.0, prettier@^3.8.1, prettier@^3.8.2, prettier@>=3.0.0:
|
|
8208
|
+
version "3.8.2"
|
|
8209
|
+
resolved "https://registry.npmjs.org/prettier/-/prettier-3.8.2.tgz"
|
|
8210
|
+
integrity sha512-8c3mgTe0ASwWAJK+78dpviD+A8EqhndQPUBpNUIPt6+xWlIigCwfN01lWr9MAede4uqXGTEKeQWTvzb3vjia0Q==
|
|
8192
8211
|
|
|
8193
8212
|
pretty-quick@^3.3.1:
|
|
8194
8213
|
version "3.3.1"
|
|
@@ -8290,6 +8309,11 @@ proxy-from-env@^1.1.0:
|
|
|
8290
8309
|
resolved "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz"
|
|
8291
8310
|
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
|
|
8292
8311
|
|
|
8312
|
+
proxy-from-env@^2.1.0:
|
|
8313
|
+
version "2.1.0"
|
|
8314
|
+
resolved "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz"
|
|
8315
|
+
integrity sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==
|
|
8316
|
+
|
|
8293
8317
|
psl@^1.1.33:
|
|
8294
8318
|
version "1.9.0"
|
|
8295
8319
|
resolved "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz"
|
|
@@ -9253,10 +9277,10 @@ strnum@^2.2.0:
|
|
|
9253
9277
|
resolved "https://registry.npmjs.org/strnum/-/strnum-2.2.1.tgz"
|
|
9254
9278
|
integrity sha512-BwRvNd5/QoAtyW1na1y1LsJGQNvRlkde6Q/ipqqEaivoMdV+B1OMOTVdwR+N/cwVUcIt9PYyHmV8HyexCZSupg==
|
|
9255
9279
|
|
|
9256
|
-
strnum@^2.2.
|
|
9257
|
-
version "2.2.
|
|
9258
|
-
resolved "https://registry.npmjs.org/strnum/-/strnum-2.2.
|
|
9259
|
-
integrity sha512-
|
|
9280
|
+
strnum@^2.2.3:
|
|
9281
|
+
version "2.2.3"
|
|
9282
|
+
resolved "https://registry.npmjs.org/strnum/-/strnum-2.2.3.tgz"
|
|
9283
|
+
integrity sha512-oKx6RUCuHfT3oyVjtnrmn19H1SiCqgJSg+54XqURKp5aCMbrXrhLjRN9TjuwMjiYstZ0MzDrHqkGZ5dFTKd+zg==
|
|
9260
9284
|
|
|
9261
9285
|
supports-color@^5.3.0:
|
|
9262
9286
|
version "5.5.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
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.196",
|
|
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.167",
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.163",
|
|
12
|
+
"@jayree/sfdx-plugin-source": "^1.3.163"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@oclif/plugin-help": "^6.2.
|
|
15
|
+
"@oclif/plugin-help": "^6.2.43",
|
|
16
16
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
17
|
-
"@salesforce/ts-sinon": "^1.4.
|
|
17
|
+
"@salesforce/ts-sinon": "^1.4.34",
|
|
18
18
|
"c8": "^11.0.0",
|
|
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.
|
|
23
|
-
"oclif": "^4.
|
|
22
|
+
"nock": "^14.0.12",
|
|
23
|
+
"oclif": "^4.23.0",
|
|
24
24
|
"patch-package": "^8.0.1",
|
|
25
25
|
"pinst": "^3.0.0",
|
|
26
26
|
"prettier": "^3.8.1",
|