sfdx-jayree 4.8.40 → 4.8.41
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 +30 -21
- package/oclif.lock +36 -36
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [4.8.41](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.40...v4.8.41) (2023-11-25)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.20 to 1.2.21 ([#1107](https://github.com/jayree/sfdx-jayree-plugin/issues/1107)) ([9e63ff6](https://github.com/jayree/sfdx-jayree-plugin/commit/9e63ff6f9bec15e090084d1407aa3f316dec1084))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.32 to 1.3.33 ([#1109](https://github.com/jayree/sfdx-jayree-plugin/issues/1109)) ([60db66b](https://github.com/jayree/sfdx-jayree-plugin/commit/60db66b0bddbd2a84aff0279ffee47c9a3185942))
|
|
8
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.27 to 1.3.28 ([#1110](https://github.com/jayree/sfdx-jayree-plugin/issues/1110)) ([9543ccf](https://github.com/jayree/sfdx-jayree-plugin/commit/9543ccf9777a404d969b04e6f68accb499897e64))
|
|
9
|
+
|
|
1
10
|
## [4.8.40](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.39...v4.8.40) (2023-11-24)
|
|
2
11
|
|
|
3
12
|
|
package/README.md
CHANGED
|
@@ -43,7 +43,8 @@ USAGE
|
|
|
43
43
|
$ sfdx jayree:flow:get:coverage -o <value> [--json] [--api-version <value>]
|
|
44
44
|
|
|
45
45
|
FLAGS
|
|
46
|
-
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
46
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
47
|
+
configuration variable is already set.
|
|
47
48
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
48
49
|
|
|
49
50
|
GLOBAL FLAGS
|
|
@@ -59,7 +60,7 @@ EXAMPLES
|
|
|
59
60
|
...
|
|
60
61
|
```
|
|
61
62
|
|
|
62
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
63
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.21/src/commands/jayree/flow/get/coverage.ts)_
|
|
63
64
|
|
|
64
65
|
### `sfdx jayree:manifest:cleanup`
|
|
65
66
|
|
|
@@ -217,7 +218,8 @@ USAGE
|
|
|
217
218
|
$ sfdx jayree:org:configure -o <value> [--json] [--api-version <value>] [-t <value>] [--concurrent]
|
|
218
219
|
|
|
219
220
|
FLAGS
|
|
220
|
-
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
221
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
222
|
+
configuration variable is already set.
|
|
221
223
|
-t, --tasks=<value>... Task name(s) listed in sfdx-project.json, if no tasks are specified, all tasks marked as
|
|
222
224
|
active will be executed.
|
|
223
225
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
@@ -233,7 +235,7 @@ EXAMPLES
|
|
|
233
235
|
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
|
|
234
236
|
```
|
|
235
237
|
|
|
236
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
238
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.21/src/commands/jayree/org/configure/index.ts)_
|
|
237
239
|
|
|
238
240
|
### `sfdx jayree:org:configure:country`
|
|
239
241
|
|
|
@@ -244,14 +246,15 @@ USAGE
|
|
|
244
246
|
$ sfdx jayree:org:configure:country -o <value> [--json] [--api-version <value>]
|
|
245
247
|
|
|
246
248
|
FLAGS
|
|
247
|
-
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
249
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
250
|
+
configuration variable is already set.
|
|
248
251
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
249
252
|
|
|
250
253
|
GLOBAL FLAGS
|
|
251
254
|
--json Format output as json.
|
|
252
255
|
```
|
|
253
256
|
|
|
254
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
257
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.21/src/commands/jayree/org/configure/country.ts)_
|
|
255
258
|
|
|
256
259
|
### `sfdx jayree:org:configure:state`
|
|
257
260
|
|
|
@@ -263,7 +266,8 @@ USAGE
|
|
|
263
266
|
[--language <value>] [--concurrent <value>]
|
|
264
267
|
|
|
265
268
|
FLAGS
|
|
266
|
-
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
269
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
270
|
+
configuration variable is already set.
|
|
267
271
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
268
272
|
--category=<value> Subdivision category.
|
|
269
273
|
--concurrent=<value> [default: 1] execute tasks in parallel.
|
|
@@ -274,7 +278,7 @@ GLOBAL FLAGS
|
|
|
274
278
|
--json Format output as json.
|
|
275
279
|
```
|
|
276
280
|
|
|
277
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
281
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.21/src/commands/jayree/org/configure/state.ts)_
|
|
278
282
|
|
|
279
283
|
### `sfdx jayree:org:get:settings`
|
|
280
284
|
|
|
@@ -286,7 +290,8 @@ USAGE
|
|
|
286
290
|
|
|
287
291
|
FLAGS
|
|
288
292
|
-f, --file=<value> Write to 'file' instead of project-scratch-def.json.
|
|
289
|
-
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
293
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
294
|
+
configuration variable is already set.
|
|
290
295
|
-w, --writetoprojectscratchdeffile Write output to project-scratch-def.json file.
|
|
291
296
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
292
297
|
|
|
@@ -302,7 +307,7 @@ EXAMPLES
|
|
|
302
307
|
$ sfdx jayree:org:settings -u MyTestOrg1 -w
|
|
303
308
|
```
|
|
304
309
|
|
|
305
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
310
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.21/src/commands/jayree/org/get/settings.ts)_
|
|
306
311
|
|
|
307
312
|
### `sfdx jayree:org:stream`
|
|
308
313
|
|
|
@@ -314,7 +319,8 @@ USAGE
|
|
|
314
319
|
|
|
315
320
|
FLAGS
|
|
316
321
|
-c, --channel=<value> (required) The event name.
|
|
317
|
-
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
322
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
323
|
+
configuration variable is already set.
|
|
318
324
|
-r, --replay-id=<value> Receive all stored events after the event specified by the replayId value and new events.
|
|
319
325
|
[default: -1] Receive new events that are broadcast after the command subscribes. [-2]
|
|
320
326
|
Receive all event, including past events that are within the retention window and new
|
|
@@ -332,7 +338,7 @@ EXAMPLES
|
|
|
332
338
|
...
|
|
333
339
|
```
|
|
334
340
|
|
|
335
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
341
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.21/src/commands/jayree/org/stream.ts)_
|
|
336
342
|
|
|
337
343
|
### `sfdx jayree:project:compare:snapshot`
|
|
338
344
|
|
|
@@ -352,7 +358,7 @@ ALIASES
|
|
|
352
358
|
$ sfdx jayree:source:snapshot:compare
|
|
353
359
|
```
|
|
354
360
|
|
|
355
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
361
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.28/src/commands/jayree/project/compare/snapshot.ts)_
|
|
356
362
|
|
|
357
363
|
### `sfdx jayree:project:fix`
|
|
358
364
|
|
|
@@ -373,7 +379,7 @@ ALIASES
|
|
|
373
379
|
$ sfdx jayree:source:fix
|
|
374
380
|
```
|
|
375
381
|
|
|
376
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
382
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.28/src/commands/jayree/project/fix.ts)_
|
|
377
383
|
|
|
378
384
|
### `sfdx jayree:project:generate:snapshot`
|
|
379
385
|
|
|
@@ -393,7 +399,7 @@ ALIASES
|
|
|
393
399
|
$ sfdx jayree:source:snapshot:generate
|
|
394
400
|
```
|
|
395
401
|
|
|
396
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
402
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.28/src/commands/jayree/project/generate/snapshot.ts)_
|
|
397
403
|
|
|
398
404
|
### `sfdx jayree:project:list:tracking`
|
|
399
405
|
|
|
@@ -404,7 +410,8 @@ USAGE
|
|
|
404
410
|
$ sfdx jayree:project:list:tracking -o <value> [--json] [--api-version <value>] [-r <value>]
|
|
405
411
|
|
|
406
412
|
FLAGS
|
|
407
|
-
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
413
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
414
|
+
configuration variable is already set.
|
|
408
415
|
-r, --revision=<value> Start at a specific revision counter number.
|
|
409
416
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
410
417
|
|
|
@@ -420,7 +427,7 @@ EXAMPLES
|
|
|
420
427
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
421
428
|
```
|
|
422
429
|
|
|
423
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
430
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.28/src/commands/jayree/project/list/tracking.ts)_
|
|
424
431
|
|
|
425
432
|
### `sfdx jayree:project:store:tracking:get`
|
|
426
433
|
|
|
@@ -431,7 +438,8 @@ USAGE
|
|
|
431
438
|
$ sfdx jayree:project:store:tracking:get -o <value> [--json]
|
|
432
439
|
|
|
433
440
|
FLAGS
|
|
434
|
-
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
441
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
442
|
+
configuration variable is already set.
|
|
435
443
|
|
|
436
444
|
GLOBAL FLAGS
|
|
437
445
|
--json Format output as json.
|
|
@@ -444,7 +452,7 @@ EXAMPLES
|
|
|
444
452
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
445
453
|
```
|
|
446
454
|
|
|
447
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
455
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.28/src/commands/jayree/project/store/tracking/get.ts)_
|
|
448
456
|
|
|
449
457
|
### `sfdx jayree:project:store:tracking:set`
|
|
450
458
|
|
|
@@ -455,7 +463,8 @@ USAGE
|
|
|
455
463
|
$ sfdx jayree:project:store:tracking:set -o <value> [--json] [--api-version <value>] [-r <value>]
|
|
456
464
|
|
|
457
465
|
FLAGS
|
|
458
|
-
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
466
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
467
|
+
configuration variable is already set.
|
|
459
468
|
-r, --revision=<value> Revision counter number (default: remote revision counter number).
|
|
460
469
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
461
470
|
|
|
@@ -471,7 +480,7 @@ EXAMPLES
|
|
|
471
480
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
472
481
|
```
|
|
473
482
|
|
|
474
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
483
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.28/src/commands/jayree/project/store/tracking/set.ts)_
|
|
475
484
|
<!-- commandsstop -->
|
|
476
485
|
|
|
477
486
|
## Hooks
|
package/oclif.lock
CHANGED
|
@@ -559,7 +559,7 @@
|
|
|
559
559
|
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
|
|
560
560
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
|
561
561
|
|
|
562
|
-
"@jayree/changelog@^1.1.
|
|
562
|
+
"@jayree/changelog@^1.1.8":
|
|
563
563
|
version "1.1.8"
|
|
564
564
|
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.1.8.tgz#95bf5231bba0ce1a699937808339cb80beb8661a"
|
|
565
565
|
integrity sha512-HUjyKmyBLqdaEnM09vry+NFsyjMhmz/S2WylqJkuUV7jv1f6Hg73JAEYMddmBsVWorOjzjUURxlezcKrGkp0Tg==
|
|
@@ -589,16 +589,16 @@
|
|
|
589
589
|
isomorphic-git "1.25.0"
|
|
590
590
|
tslib "^2.6.2"
|
|
591
591
|
|
|
592
|
-
"@jayree/sfdx-plugin-org@^1.2.
|
|
593
|
-
version "1.2.
|
|
594
|
-
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
595
|
-
integrity sha512-
|
|
592
|
+
"@jayree/sfdx-plugin-org@^1.2.21":
|
|
593
|
+
version "1.2.21"
|
|
594
|
+
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.21.tgz#5cc7ffd6b79f86ce368ac5ec93a62a6d20fda0b0"
|
|
595
|
+
integrity sha512-H0Bro2Th9ABu4eqmlUmCpvJfv6POraFg0rm5BCL2x1usrpu9GCmxKBpD1xi9m/weoc8q2qmVdjjrkbXx6sOYAQ==
|
|
596
596
|
dependencies:
|
|
597
|
-
"@jayree/changelog" "^1.1.
|
|
597
|
+
"@jayree/changelog" "^1.1.8"
|
|
598
598
|
"@listr2/prompt-adapter-enquirer" "^1.0.2"
|
|
599
|
-
"@oclif/core" "^3.
|
|
600
|
-
"@salesforce/sf-plugins-core" "^5.0.
|
|
601
|
-
"@salesforce/source-deploy-retrieve" "^10.0.
|
|
599
|
+
"@oclif/core" "^3.12.0"
|
|
600
|
+
"@salesforce/sf-plugins-core" "^5.0.3"
|
|
601
|
+
"@salesforce/source-deploy-retrieve" "^10.0.2"
|
|
602
602
|
"@salesforce/ts-types" "^2.0.9"
|
|
603
603
|
cli-truncate "^4.0.0"
|
|
604
604
|
debug "^4.3.4"
|
|
@@ -613,16 +613,16 @@
|
|
|
613
613
|
tslib "^2.6.1"
|
|
614
614
|
wrap-ansi "^9.0.0"
|
|
615
615
|
|
|
616
|
-
"@jayree/sfdx-plugin-prettier@^1.3.
|
|
617
|
-
version "1.3.
|
|
618
|
-
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
619
|
-
integrity sha512-
|
|
616
|
+
"@jayree/sfdx-plugin-prettier@^1.3.33":
|
|
617
|
+
version "1.3.33"
|
|
618
|
+
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.33.tgz#a4a171e680cd92b9084191ba6778b0849535f625"
|
|
619
|
+
integrity sha512-r5Y569iCmc5oArzL8tWHfuD2oJ1jQLzLs9vUscpOPpv/dmLQsRdhvvvZyY0/ZZfpZA8L6zuUU36Ls7WSHsjXkw==
|
|
620
620
|
dependencies:
|
|
621
|
-
"@jayree/changelog" "^1.1.
|
|
621
|
+
"@jayree/changelog" "^1.1.8"
|
|
622
622
|
"@prettier/plugin-xml" "^3.2.2"
|
|
623
|
-
"@salesforce/core" "^6.
|
|
624
|
-
"@salesforce/sf-plugins-core" "^5.0.
|
|
625
|
-
"@salesforce/source-deploy-retrieve" "^10.0.
|
|
623
|
+
"@salesforce/core" "^6.2.0"
|
|
624
|
+
"@salesforce/sf-plugins-core" "^5.0.3"
|
|
625
|
+
"@salesforce/source-deploy-retrieve" "^10.0.2"
|
|
626
626
|
cli-progress "^3.12.0"
|
|
627
627
|
debug "^4.3.4"
|
|
628
628
|
fs-extra "^11.1.1"
|
|
@@ -631,15 +631,15 @@
|
|
|
631
631
|
prettier-plugin-apex "^2.0.1"
|
|
632
632
|
tslib "^2.6.1"
|
|
633
633
|
|
|
634
|
-
"@jayree/sfdx-plugin-source@^1.3.
|
|
635
|
-
version "1.3.
|
|
636
|
-
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
637
|
-
integrity sha512-
|
|
634
|
+
"@jayree/sfdx-plugin-source@^1.3.28":
|
|
635
|
+
version "1.3.28"
|
|
636
|
+
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.28.tgz#21fc93cd45df92a69e383d17758a5a06732cb4d0"
|
|
637
|
+
integrity sha512-I/s8T/cCiVrC0CE2/qnPB9HV7a2RRyOtOFM1Sb+L9moJicF91AGCn7stLyZWCYf3JNefRkualmM8cxzMxxaB5g==
|
|
638
638
|
dependencies:
|
|
639
|
-
"@jayree/changelog" "^1.1.
|
|
640
|
-
"@oclif/core" "^3.
|
|
641
|
-
"@salesforce/sf-plugins-core" "^5.0.
|
|
642
|
-
"@salesforce/source-tracking" "^5.0.
|
|
639
|
+
"@jayree/changelog" "^1.1.8"
|
|
640
|
+
"@oclif/core" "^3.12.0"
|
|
641
|
+
"@salesforce/sf-plugins-core" "^5.0.3"
|
|
642
|
+
"@salesforce/source-tracking" "^5.0.1"
|
|
643
643
|
debug "^4.3.4"
|
|
644
644
|
deep-object-diff "^1.1.9"
|
|
645
645
|
fast-xml-parser "^4.3.2"
|
|
@@ -956,12 +956,12 @@
|
|
|
956
956
|
dependencies:
|
|
957
957
|
"@oclif/core" "^2.15.0"
|
|
958
958
|
|
|
959
|
-
"@oclif/plugin-help@^6.0.
|
|
960
|
-
version "6.0.
|
|
961
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.
|
|
962
|
-
integrity sha512
|
|
959
|
+
"@oclif/plugin-help@^6.0.7":
|
|
960
|
+
version "6.0.7"
|
|
961
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.7.tgz#0bad86335dbf687d0ba03c98f5e541109f9ac371"
|
|
962
|
+
integrity sha512-+apYpLuNk6VGNuZZbFdwUlTcFb+FkQnySWR5S5pZYC+yHcT39zgOK06NAheHHhd5KSzroFwQu7RTdHnK6Tzakg==
|
|
963
963
|
dependencies:
|
|
964
|
-
"@oclif/core" "^3.
|
|
964
|
+
"@oclif/core" "^3.11.0"
|
|
965
965
|
|
|
966
966
|
"@oclif/plugin-not-found@^2.3.32":
|
|
967
967
|
version "2.3.32"
|
|
@@ -1205,7 +1205,7 @@
|
|
|
1205
1205
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
|
|
1206
1206
|
integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
|
|
1207
1207
|
|
|
1208
|
-
"@salesforce/sf-plugins-core@^5.0.
|
|
1208
|
+
"@salesforce/sf-plugins-core@^5.0.3":
|
|
1209
1209
|
version "5.0.3"
|
|
1210
1210
|
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.3.tgz#a771dc887c0a13ac23a5b1c16a6965791914f3aa"
|
|
1211
1211
|
integrity sha512-D+RCUzrYIWpJakNfxtHXJd6LZr6bK4gA4e7jLPR1G1FmDFss13PT7hOdFRxmAqTPbcp1jf65vwYZzu5nbqzmvQ==
|
|
@@ -1236,7 +1236,7 @@
|
|
|
1236
1236
|
minimatch "^5.1.6"
|
|
1237
1237
|
proxy-agent "^6.3.1"
|
|
1238
1238
|
|
|
1239
|
-
"@salesforce/source-tracking@^5.0.
|
|
1239
|
+
"@salesforce/source-tracking@^5.0.1":
|
|
1240
1240
|
version "5.0.1"
|
|
1241
1241
|
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-5.0.1.tgz#3b54b2ed8eee9c7bc8506ca9b1c0e88f961b435a"
|
|
1242
1242
|
integrity sha512-9ckOvid03/J5Lvq83aW7GIlLm9HtJ9NMLwalppDMvSd4T/lyWe8y4bxh4LKbqTC7fhzHMxet8yYTpzub0t+DPA==
|
|
@@ -6459,10 +6459,10 @@ object.values@^1.1.7:
|
|
|
6459
6459
|
define-properties "^1.2.0"
|
|
6460
6460
|
es-abstract "^1.22.1"
|
|
6461
6461
|
|
|
6462
|
-
oclif@^4.0.
|
|
6463
|
-
version "4.0.
|
|
6464
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.
|
|
6465
|
-
integrity sha512-
|
|
6462
|
+
oclif@^4.0.4:
|
|
6463
|
+
version "4.0.4"
|
|
6464
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.4.tgz#ee05d5339fa1aad8fb6a303e53f4618feba86a5e"
|
|
6465
|
+
integrity sha512-2rebdu1Ow9/TRolMI7s1IsJmKH7RpwlBzIKZFtE8eFiDmGenX6GEsWaxSEtgMXmzCSSQ1DbCRDv0hwcwVGIJuA==
|
|
6466
6466
|
dependencies:
|
|
6467
6467
|
"@oclif/core" "^3.0.4"
|
|
6468
6468
|
"@oclif/plugin-help" "^5.2.14"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
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.41",
|
|
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": "^3.1.38",
|
|
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.21",
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.33",
|
|
12
|
+
"@jayree/sfdx-plugin-source": "^1.3.28"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@oclif/plugin-help": "^6.0.
|
|
15
|
+
"@oclif/plugin-help": "^6.0.7",
|
|
16
16
|
"@salesforce/dev-scripts": "^7.1.1",
|
|
17
17
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
18
18
|
"c8": "^8.0.1",
|
|
19
19
|
"eslint-plugin-prettier": "^5.0.1",
|
|
20
20
|
"eslint-plugin-sf-plugin": "^1.16.15",
|
|
21
21
|
"nock": "^13.3.8",
|
|
22
|
-
"oclif": "^4.0.
|
|
22
|
+
"oclif": "^4.0.4",
|
|
23
23
|
"patch-package": "^8.0.0",
|
|
24
24
|
"pinst": "^3.0.0",
|
|
25
25
|
"prettier": "^3.1.0",
|