pake-cli 3.4.2 → 3.4.3

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.
@@ -519,10 +519,10 @@
519
519
  "markdownDescription": "Default core plugins set.\n#### This default permission set includes:\n\n- `core:path:default`\n- `core:event:default`\n- `core:window:default`\n- `core:webview:default`\n- `core:app:default`\n- `core:image:default`\n- `core:resources:default`\n- `core:menu:default`\n- `core:tray:default`"
520
520
  },
521
521
  {
522
- "description": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-version`\n- `allow-name`\n- `allow-tauri-version`\n- `allow-identifier`\n- `allow-bundle-type`",
522
+ "description": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-version`\n- `allow-name`\n- `allow-tauri-version`\n- `allow-identifier`\n- `allow-bundle-type`\n- `allow-register-listener`\n- `allow-remove-listener`",
523
523
  "type": "string",
524
524
  "const": "core:app:default",
525
- "markdownDescription": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-version`\n- `allow-name`\n- `allow-tauri-version`\n- `allow-identifier`\n- `allow-bundle-type`"
525
+ "markdownDescription": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-version`\n- `allow-name`\n- `allow-tauri-version`\n- `allow-identifier`\n- `allow-bundle-type`\n- `allow-register-listener`\n- `allow-remove-listener`"
526
526
  },
527
527
  {
528
528
  "description": "Enables the app_hide command without any pre-configured scope.",
@@ -566,12 +566,24 @@
566
566
  "const": "core:app:allow-name",
567
567
  "markdownDescription": "Enables the name command without any pre-configured scope."
568
568
  },
569
+ {
570
+ "description": "Enables the register_listener command without any pre-configured scope.",
571
+ "type": "string",
572
+ "const": "core:app:allow-register-listener",
573
+ "markdownDescription": "Enables the register_listener command without any pre-configured scope."
574
+ },
569
575
  {
570
576
  "description": "Enables the remove_data_store command without any pre-configured scope.",
571
577
  "type": "string",
572
578
  "const": "core:app:allow-remove-data-store",
573
579
  "markdownDescription": "Enables the remove_data_store command without any pre-configured scope."
574
580
  },
581
+ {
582
+ "description": "Enables the remove_listener command without any pre-configured scope.",
583
+ "type": "string",
584
+ "const": "core:app:allow-remove-listener",
585
+ "markdownDescription": "Enables the remove_listener command without any pre-configured scope."
586
+ },
575
587
  {
576
588
  "description": "Enables the set_app_theme command without any pre-configured scope.",
577
589
  "type": "string",
@@ -638,12 +650,24 @@
638
650
  "const": "core:app:deny-name",
639
651
  "markdownDescription": "Denies the name command without any pre-configured scope."
640
652
  },
653
+ {
654
+ "description": "Denies the register_listener command without any pre-configured scope.",
655
+ "type": "string",
656
+ "const": "core:app:deny-register-listener",
657
+ "markdownDescription": "Denies the register_listener command without any pre-configured scope."
658
+ },
641
659
  {
642
660
  "description": "Denies the remove_data_store command without any pre-configured scope.",
643
661
  "type": "string",
644
662
  "const": "core:app:deny-remove-data-store",
645
663
  "markdownDescription": "Denies the remove_data_store command without any pre-configured scope."
646
664
  },
665
+ {
666
+ "description": "Denies the remove_listener command without any pre-configured scope.",
667
+ "type": "string",
668
+ "const": "core:app:deny-remove-listener",
669
+ "markdownDescription": "Denies the remove_listener command without any pre-configured scope."
670
+ },
647
671
  {
648
672
  "description": "Denies the set_app_theme command without any pre-configured scope.",
649
673
  "type": "string",
@@ -519,10 +519,10 @@
519
519
  "markdownDescription": "Default core plugins set.\n#### This default permission set includes:\n\n- `core:path:default`\n- `core:event:default`\n- `core:window:default`\n- `core:webview:default`\n- `core:app:default`\n- `core:image:default`\n- `core:resources:default`\n- `core:menu:default`\n- `core:tray:default`"
520
520
  },
521
521
  {
522
- "description": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-version`\n- `allow-name`\n- `allow-tauri-version`\n- `allow-identifier`\n- `allow-bundle-type`",
522
+ "description": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-version`\n- `allow-name`\n- `allow-tauri-version`\n- `allow-identifier`\n- `allow-bundle-type`\n- `allow-register-listener`\n- `allow-remove-listener`",
523
523
  "type": "string",
524
524
  "const": "core:app:default",
525
- "markdownDescription": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-version`\n- `allow-name`\n- `allow-tauri-version`\n- `allow-identifier`\n- `allow-bundle-type`"
525
+ "markdownDescription": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-version`\n- `allow-name`\n- `allow-tauri-version`\n- `allow-identifier`\n- `allow-bundle-type`\n- `allow-register-listener`\n- `allow-remove-listener`"
526
526
  },
527
527
  {
528
528
  "description": "Enables the app_hide command without any pre-configured scope.",
@@ -566,12 +566,24 @@
566
566
  "const": "core:app:allow-name",
567
567
  "markdownDescription": "Enables the name command without any pre-configured scope."
568
568
  },
569
+ {
570
+ "description": "Enables the register_listener command without any pre-configured scope.",
571
+ "type": "string",
572
+ "const": "core:app:allow-register-listener",
573
+ "markdownDescription": "Enables the register_listener command without any pre-configured scope."
574
+ },
569
575
  {
570
576
  "description": "Enables the remove_data_store command without any pre-configured scope.",
571
577
  "type": "string",
572
578
  "const": "core:app:allow-remove-data-store",
573
579
  "markdownDescription": "Enables the remove_data_store command without any pre-configured scope."
574
580
  },
581
+ {
582
+ "description": "Enables the remove_listener command without any pre-configured scope.",
583
+ "type": "string",
584
+ "const": "core:app:allow-remove-listener",
585
+ "markdownDescription": "Enables the remove_listener command without any pre-configured scope."
586
+ },
575
587
  {
576
588
  "description": "Enables the set_app_theme command without any pre-configured scope.",
577
589
  "type": "string",
@@ -638,12 +650,24 @@
638
650
  "const": "core:app:deny-name",
639
651
  "markdownDescription": "Denies the name command without any pre-configured scope."
640
652
  },
653
+ {
654
+ "description": "Denies the register_listener command without any pre-configured scope.",
655
+ "type": "string",
656
+ "const": "core:app:deny-register-listener",
657
+ "markdownDescription": "Denies the register_listener command without any pre-configured scope."
658
+ },
641
659
  {
642
660
  "description": "Denies the remove_data_store command without any pre-configured scope.",
643
661
  "type": "string",
644
662
  "const": "core:app:deny-remove-data-store",
645
663
  "markdownDescription": "Denies the remove_data_store command without any pre-configured scope."
646
664
  },
665
+ {
666
+ "description": "Denies the remove_listener command without any pre-configured scope.",
667
+ "type": "string",
668
+ "const": "core:app:deny-remove-listener",
669
+ "markdownDescription": "Denies the remove_listener command without any pre-configured scope."
670
+ },
647
671
  {
648
672
  "description": "Denies the set_app_theme command without any pre-configured scope.",
649
673
  "type": "string",