sfdx-jayree 4.8.220 → 4.8.221
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 +26 -26
- package/oclif.lock +26 -26
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [4.8.221](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.220...v4.8.221) (2026-08-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.183 to 1.2.184 ([#2071](https://github.com/jayree/sfdx-jayree-plugin/issues/2071)) ([f31172a](https://github.com/jayree/sfdx-jayree-plugin/commit/f31172a7c10d449aa3191d75e1fbb0b2fd00c61e))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.179 to 1.3.180 ([#2074](https://github.com/jayree/sfdx-jayree-plugin/issues/2074)) ([d15aabf](https://github.com/jayree/sfdx-jayree-plugin/commit/d15aabf9b3f9c9d33b8463384a03efee184f2f8b))
|
|
8
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.180 to 1.3.182 ([#2068](https://github.com/jayree/sfdx-jayree-plugin/issues/2068)) ([395b917](https://github.com/jayree/sfdx-jayree-plugin/commit/395b9179bfccaedb4260df51a51d1bfce10d43f7))
|
|
9
|
+
|
|
1
10
|
## [4.8.220](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.219...v4.8.220) (2026-08-07)
|
|
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.184/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.184/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.184/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.184/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.184/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.184/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.182/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.182/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.182/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.182/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.182/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.182/src/commands/jayree/project/store/tracking/set.ts)_
|
|
498
498
|
<!-- commandsstop -->
|
|
499
499
|
|
|
500
500
|
## Hooks
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.221",
|
|
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.221",
|
|
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.184",
|
|
14
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.180",
|
|
15
|
+
"@jayree/sfdx-plugin-source": "^1.3.182"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@oclif/plugin-help": "^6.2.
|
|
18
|
+
"@oclif/plugin-help": "^6.2.58",
|
|
19
19
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
20
20
|
"@salesforce/ts-sinon": "^1.4.36",
|
|
21
21
|
"c8": "^12.0.0",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"eslint-plugin-prettier": "^5.5.6",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
25
25
|
"nock": "^14.0.17",
|
|
26
|
-
"oclif": "^4.23.
|
|
26
|
+
"oclif": "^4.23.30",
|
|
27
27
|
"patch-package": "^8.0.1",
|
|
28
28
|
"pinst": "^3.0.0",
|
|
29
29
|
"prettier": "^3.9.6",
|
|
@@ -2878,15 +2878,15 @@
|
|
|
2878
2878
|
"license": "MIT"
|
|
2879
2879
|
},
|
|
2880
2880
|
"node_modules/@jayree/sfdx-plugin-org": {
|
|
2881
|
-
"version": "1.2.
|
|
2882
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
2883
|
-
"integrity": "sha512-
|
|
2881
|
+
"version": "1.2.184",
|
|
2882
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.184.tgz",
|
|
2883
|
+
"integrity": "sha512-lEudAsUx/rCx6Z4jM/QeKfHXcWGy2K3cuV0afKqQ6emF19juiYGLvDzs+yR3AelFwo7YGVTIysBOqCEa7oCKNg==",
|
|
2884
2884
|
"license": "Apache-2.0",
|
|
2885
2885
|
"dependencies": {
|
|
2886
2886
|
"@jayree/changelog": "^1.2.39",
|
|
2887
2887
|
"@jsforce/jsforce-node": "^3.10.19",
|
|
2888
2888
|
"@listr2/prompt-adapter-enquirer": "^3.0.5",
|
|
2889
|
-
"@oclif/core": "^4.13.
|
|
2889
|
+
"@oclif/core": "^4.13.3",
|
|
2890
2890
|
"@salesforce/core": "^8.32.6",
|
|
2891
2891
|
"@salesforce/sf-plugins-core": "^12.2.28",
|
|
2892
2892
|
"@salesforce/source-deploy-retrieve": "^12.37.2",
|
|
@@ -2901,7 +2901,7 @@
|
|
|
2901
2901
|
"is-wsl": "^3.1.1",
|
|
2902
2902
|
"listr2": "^9.0.5",
|
|
2903
2903
|
"log-update": "^7.2.0",
|
|
2904
|
-
"playwright-chromium": "^1.62.
|
|
2904
|
+
"playwright-chromium": "^1.62.1",
|
|
2905
2905
|
"tabletojson": "4.1.12",
|
|
2906
2906
|
"tslib": "^2.8.1",
|
|
2907
2907
|
"wrap-ansi": "^9.0.2"
|
|
@@ -3067,13 +3067,13 @@
|
|
|
3067
3067
|
}
|
|
3068
3068
|
},
|
|
3069
3069
|
"node_modules/@jayree/sfdx-plugin-prettier": {
|
|
3070
|
-
"version": "1.3.
|
|
3071
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
3072
|
-
"integrity": "sha512-
|
|
3070
|
+
"version": "1.3.180",
|
|
3071
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.180.tgz",
|
|
3072
|
+
"integrity": "sha512-aGx+v+lMi+NGpCM0K1+UsVbpbtwhQJZFqXCCUW6ywCNlolgtDfmREKV44YY7hHltIgXFXDgydytauOq4fkc3mg==",
|
|
3073
3073
|
"license": "Apache-2.0",
|
|
3074
3074
|
"dependencies": {
|
|
3075
3075
|
"@jayree/changelog": "^1.2.39",
|
|
3076
|
-
"@oclif/core": "^4.13.
|
|
3076
|
+
"@oclif/core": "^4.13.3",
|
|
3077
3077
|
"@prettier/plugin-xml": "^3.4.2",
|
|
3078
3078
|
"@salesforce/core": "^8.32.6",
|
|
3079
3079
|
"@salesforce/kit": "^3.2.6",
|
|
@@ -3101,13 +3101,13 @@
|
|
|
3101
3101
|
}
|
|
3102
3102
|
},
|
|
3103
3103
|
"node_modules/@jayree/sfdx-plugin-source": {
|
|
3104
|
-
"version": "1.3.
|
|
3105
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
3106
|
-
"integrity": "sha512-
|
|
3104
|
+
"version": "1.3.182",
|
|
3105
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.182.tgz",
|
|
3106
|
+
"integrity": "sha512-eWvm6shlJ52eh6VCxefrB9MUT17wKPFrKB2NdAYTZWIlGqbyaLF1Q5g0aYzdZ1wLxGyNSUmMrEwIGTCS6MyQyA==",
|
|
3107
3107
|
"license": "Apache-2.0",
|
|
3108
3108
|
"dependencies": {
|
|
3109
3109
|
"@jayree/changelog": "^1.2.39",
|
|
3110
|
-
"@oclif/core": "^4.13.
|
|
3110
|
+
"@oclif/core": "^4.13.3",
|
|
3111
3111
|
"@salesforce/core": "^8.32.6",
|
|
3112
3112
|
"@salesforce/kit": "^3.2.6",
|
|
3113
3113
|
"@salesforce/sf-plugins-core": "^12.2.28",
|
|
@@ -3647,9 +3647,9 @@
|
|
|
3647
3647
|
}
|
|
3648
3648
|
},
|
|
3649
3649
|
"node_modules/@oclif/plugin-help": {
|
|
3650
|
-
"version": "6.2.
|
|
3651
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
3652
|
-
"integrity": "sha512-
|
|
3650
|
+
"version": "6.2.58",
|
|
3651
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.58.tgz",
|
|
3652
|
+
"integrity": "sha512-DAYMXZrTWRMLTbpX+rT+ibAmKrZ6IVNGn+fgAGjMoeNlqlSY94eJHocgmqChMwsdWp3H3x+jFmPJiYQt/ifr3Q==",
|
|
3653
3653
|
"dev": true,
|
|
3654
3654
|
"license": "MIT",
|
|
3655
3655
|
"dependencies": {
|
|
@@ -13230,9 +13230,9 @@
|
|
|
13230
13230
|
}
|
|
13231
13231
|
},
|
|
13232
13232
|
"node_modules/oclif": {
|
|
13233
|
-
"version": "4.23.
|
|
13234
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.
|
|
13235
|
-
"integrity": "sha512-
|
|
13233
|
+
"version": "4.23.30",
|
|
13234
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.30.tgz",
|
|
13235
|
+
"integrity": "sha512-x8sMRv606XqZAWEfGh981PP2JM4G2CKt4/z2KDntoNHljD8slfJ5sHaDFUQya9w6W8xOJDMFF3UaLAFFYHo13w==",
|
|
13236
13236
|
"dev": true,
|
|
13237
13237
|
"license": "MIT",
|
|
13238
13238
|
"dependencies": {
|
package/oclif.lock
CHANGED
|
@@ -1040,15 +1040,15 @@
|
|
|
1040
1040
|
graceful-fs "^4.2.11"
|
|
1041
1041
|
isomorphic-git "1.36.3"
|
|
1042
1042
|
|
|
1043
|
-
"@jayree/sfdx-plugin-org@^1.2.
|
|
1044
|
-
version "1.2.
|
|
1045
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
1046
|
-
integrity sha512-
|
|
1043
|
+
"@jayree/sfdx-plugin-org@^1.2.184":
|
|
1044
|
+
version "1.2.184"
|
|
1045
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.184.tgz"
|
|
1046
|
+
integrity sha512-lEudAsUx/rCx6Z4jM/QeKfHXcWGy2K3cuV0afKqQ6emF19juiYGLvDzs+yR3AelFwo7YGVTIysBOqCEa7oCKNg==
|
|
1047
1047
|
dependencies:
|
|
1048
1048
|
"@jayree/changelog" "^1.2.39"
|
|
1049
1049
|
"@jsforce/jsforce-node" "^3.10.19"
|
|
1050
1050
|
"@listr2/prompt-adapter-enquirer" "^3.0.5"
|
|
1051
|
-
"@oclif/core" "^4.13.
|
|
1051
|
+
"@oclif/core" "^4.13.3"
|
|
1052
1052
|
"@salesforce/core" "^8.32.6"
|
|
1053
1053
|
"@salesforce/sf-plugins-core" "^12.2.28"
|
|
1054
1054
|
"@salesforce/source-deploy-retrieve" "^12.37.2"
|
|
@@ -1063,18 +1063,18 @@
|
|
|
1063
1063
|
is-wsl "^3.1.1"
|
|
1064
1064
|
listr2 "^9.0.5"
|
|
1065
1065
|
log-update "^7.2.0"
|
|
1066
|
-
playwright-chromium "^1.62.
|
|
1066
|
+
playwright-chromium "^1.62.1"
|
|
1067
1067
|
tabletojson "4.1.12"
|
|
1068
1068
|
tslib "^2.8.1"
|
|
1069
1069
|
wrap-ansi "^9.0.2"
|
|
1070
1070
|
|
|
1071
|
-
"@jayree/sfdx-plugin-prettier@^1.3.
|
|
1072
|
-
version "1.3.
|
|
1073
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
1074
|
-
integrity sha512-
|
|
1071
|
+
"@jayree/sfdx-plugin-prettier@^1.3.180":
|
|
1072
|
+
version "1.3.180"
|
|
1073
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.180.tgz"
|
|
1074
|
+
integrity sha512-aGx+v+lMi+NGpCM0K1+UsVbpbtwhQJZFqXCCUW6ywCNlolgtDfmREKV44YY7hHltIgXFXDgydytauOq4fkc3mg==
|
|
1075
1075
|
dependencies:
|
|
1076
1076
|
"@jayree/changelog" "^1.2.39"
|
|
1077
|
-
"@oclif/core" "^4.13.
|
|
1077
|
+
"@oclif/core" "^4.13.3"
|
|
1078
1078
|
"@prettier/plugin-xml" "^3.4.2"
|
|
1079
1079
|
"@salesforce/core" "^8.32.6"
|
|
1080
1080
|
"@salesforce/kit" "^3.2.6"
|
|
@@ -1088,13 +1088,13 @@
|
|
|
1088
1088
|
prettier-plugin-apex "^2.3.0"
|
|
1089
1089
|
tslib "^2.8.1"
|
|
1090
1090
|
|
|
1091
|
-
"@jayree/sfdx-plugin-source@^1.3.
|
|
1092
|
-
version "1.3.
|
|
1093
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
1094
|
-
integrity sha512-
|
|
1091
|
+
"@jayree/sfdx-plugin-source@^1.3.182":
|
|
1092
|
+
version "1.3.182"
|
|
1093
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.182.tgz"
|
|
1094
|
+
integrity sha512-eWvm6shlJ52eh6VCxefrB9MUT17wKPFrKB2NdAYTZWIlGqbyaLF1Q5g0aYzdZ1wLxGyNSUmMrEwIGTCS6MyQyA==
|
|
1095
1095
|
dependencies:
|
|
1096
1096
|
"@jayree/changelog" "^1.2.39"
|
|
1097
|
-
"@oclif/core" "^4.13.
|
|
1097
|
+
"@oclif/core" "^4.13.3"
|
|
1098
1098
|
"@salesforce/core" "^8.32.6"
|
|
1099
1099
|
"@salesforce/kit" "^3.2.6"
|
|
1100
1100
|
"@salesforce/sf-plugins-core" "^12.2.28"
|
|
@@ -1287,7 +1287,7 @@
|
|
|
1287
1287
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1288
1288
|
fastq "^1.6.0"
|
|
1289
1289
|
|
|
1290
|
-
"@oclif/core@^4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.4", "@oclif/core@^4.13.
|
|
1290
|
+
"@oclif/core@^4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.4", "@oclif/core@^4.13.3", "@oclif/core@^4.8.0":
|
|
1291
1291
|
version "4.13.3"
|
|
1292
1292
|
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.13.3.tgz"
|
|
1293
1293
|
integrity sha512-wBp2igI2KVwq2ZmpnfmGtOROo7aXZIr3OEtAS16g1wHFBqyEuswL+9K50NJWJvlpAmxd+4dVj/ycawXESU3wQQ==
|
|
@@ -1311,10 +1311,10 @@
|
|
|
1311
1311
|
wordwrap "^1.0.0"
|
|
1312
1312
|
wrap-ansi "^7.0.0"
|
|
1313
1313
|
|
|
1314
|
-
"@oclif/plugin-help@^6.2.53", "@oclif/plugin-help@^6.2.
|
|
1315
|
-
version "6.2.
|
|
1316
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
1317
|
-
integrity sha512-
|
|
1314
|
+
"@oclif/plugin-help@^6.2.53", "@oclif/plugin-help@^6.2.58":
|
|
1315
|
+
version "6.2.58"
|
|
1316
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.58.tgz"
|
|
1317
|
+
integrity sha512-DAYMXZrTWRMLTbpX+rT+ibAmKrZ6IVNGn+fgAGjMoeNlqlSY94eJHocgmqChMwsdWp3H3x+jFmPJiYQt/ifr3Q==
|
|
1318
1318
|
dependencies:
|
|
1319
1319
|
"@oclif/core" "^4"
|
|
1320
1320
|
|
|
@@ -6532,10 +6532,10 @@ object.values@^1.1.7:
|
|
|
6532
6532
|
define-properties "^1.2.0"
|
|
6533
6533
|
es-abstract "^1.22.1"
|
|
6534
6534
|
|
|
6535
|
-
oclif@^4.23.
|
|
6536
|
-
version "4.23.
|
|
6537
|
-
resolved "https://registry.npmjs.org/oclif/-/oclif-4.23.
|
|
6538
|
-
integrity sha512-
|
|
6535
|
+
oclif@^4.23.30:
|
|
6536
|
+
version "4.23.30"
|
|
6537
|
+
resolved "https://registry.npmjs.org/oclif/-/oclif-4.23.30.tgz"
|
|
6538
|
+
integrity sha512-x8sMRv606XqZAWEfGh981PP2JM4G2CKt4/z2KDntoNHljD8slfJ5sHaDFUQya9w6W8xOJDMFF3UaLAFFYHo13w==
|
|
6539
6539
|
dependencies:
|
|
6540
6540
|
"@aws-sdk/client-cloudfront" "^3.1079.0"
|
|
6541
6541
|
"@aws-sdk/client-s3" "^3.1079.0"
|
|
@@ -6995,7 +6995,7 @@ pkg-dir@^4.1.0:
|
|
|
6995
6995
|
dependencies:
|
|
6996
6996
|
find-up "^4.0.0"
|
|
6997
6997
|
|
|
6998
|
-
playwright-chromium@^1.62.
|
|
6998
|
+
playwright-chromium@^1.62.1:
|
|
6999
6999
|
version "1.62.1"
|
|
7000
7000
|
resolved "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.62.1.tgz"
|
|
7001
7001
|
integrity sha512-yRMzeViD44qD1ZVMNupp82NJQNjumZ02W5r7+DmtD5+7aP9+v66a0PsAk63ewpVDH1GxMf/J/mO+TS1sTaK29w==
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
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.221",
|
|
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.184",
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.180",
|
|
12
|
+
"@jayree/sfdx-plugin-source": "^1.3.182"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@oclif/plugin-help": "^6.2.
|
|
15
|
+
"@oclif/plugin-help": "^6.2.58",
|
|
16
16
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
17
17
|
"@salesforce/ts-sinon": "^1.4.36",
|
|
18
18
|
"c8": "^12.0.0",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"eslint-plugin-prettier": "^5.5.6",
|
|
21
21
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
22
22
|
"nock": "^14.0.17",
|
|
23
|
-
"oclif": "^4.23.
|
|
23
|
+
"oclif": "^4.23.30",
|
|
24
24
|
"patch-package": "^8.0.1",
|
|
25
25
|
"pinst": "^3.0.0",
|
|
26
26
|
"prettier": "^3.9.6",
|