@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 +1 -1
- package/lib/index.js +1 -1
- package/package.json +3 -3
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: [
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pyreon/hotkeys",
|
|
3
|
-
"version": "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.
|
|
40
|
-
"@pyreon/reactivity": "^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",
|