@pyreon/hotkeys 0.32.0 → 0.33.0

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/README.md CHANGED
@@ -125,7 +125,7 @@ Clears every registered hotkey and active scope. Underscore-prefixed because it'
125
125
 
126
126
  ## Documentation
127
127
 
128
- Full docs: [docs.pyreon.dev/docs/hotkeys](https://docs.pyreon.dev/docs/hotkeys) (or `docs/src/content/docs/hotkeys.md` in this repo).
128
+ Full docs: [pyreon.dev/docs/hotkeys](https://pyreon.dev/docs/hotkeys) (or `docs/src/content/docs/hotkeys.md` in this repo).
129
129
 
130
130
  ## License
131
131
 
package/lib/index.js CHANGED
@@ -3,7 +3,7 @@ import { onUnmount } from "@pyreon/core";
3
3
 
4
4
  //#region package.json
5
5
  var name = "@pyreon/hotkeys";
6
- var version = "0.32.0";
6
+ var version = "0.33.0";
7
7
 
8
8
  //#endregion
9
9
  //#region src/parse.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pyreon/hotkeys",
3
- "version": "0.32.0",
3
+ "version": "0.33.0",
4
4
  "description": "Reactive keyboard shortcut management for Pyreon — scope-aware, conflict detection",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/pyreon/pyreon/tree/main/packages/fundamentals/hotkeys#readme",
@@ -36,8 +36,8 @@
36
36
  "lint": "oxlint ."
37
37
  },
38
38
  "peerDependencies": {
39
- "@pyreon/core": "^0.32.0",
40
- "@pyreon/reactivity": "^0.32.0"
39
+ "@pyreon/core": "^0.33.0",
40
+ "@pyreon/reactivity": "^0.33.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@happy-dom/global-registrator": "^20.9.0",