@octanejs/tanstack-hotkeys 0.0.37 → 0.0.39

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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -7,3 +7,10 @@ held-key tracking, and shortcut recording. Re-exports the framework-agnostic
7
7
  `useHotkeySequence`, `useHotkeySequences`, `useHotkeyRecorder`,
8
8
  `useHotkeySequenceRecorder`, `useHotkeyRegistrations`) plus `HotkeysProvider`
9
9
  on Octane hooks, with store subscriptions via `@octanejs/tanstack-store`.
10
+
11
+ ## Installation
12
+
13
+ ```sh
14
+ npm install @octanejs/tanstack-hotkeys @octanejs/tanstack-store
15
+ pnpm add @octanejs/tanstack-hotkeys @octanejs/tanstack-store
16
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@octanejs/tanstack-hotkeys",
3
- "version": "0.0.37",
3
+ "version": "0.0.39",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "engines": {
@@ -34,8 +34,8 @@
34
34
  "@tanstack/hotkeys": "0.8.0"
35
35
  },
36
36
  "peerDependencies": {
37
- "@octanejs/tanstack-store": "0.0.42",
38
- "octane": "0.1.48"
37
+ "@octanejs/tanstack-store": "0.0.44",
38
+ "octane": "0.1.50"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@tanstack/react-hotkeys": "0.10.0",
@@ -50,9 +50,9 @@
50
50
  "@tanstack/react-store": "^0.11.0",
51
51
  "@types/react": "^19.2.17",
52
52
  "@types/react-dom": "^19.2.3",
53
- "@octanejs/tanstack-store": "0.0.42",
54
- "octane": "0.1.48",
55
- "@octanejs/testing-library": "0.1.45"
53
+ "@octanejs/tanstack-store": "0.0.44",
54
+ "octane": "0.1.50",
55
+ "@octanejs/testing-library": "0.1.47"
56
56
  },
57
57
  "scripts": {
58
58
  "test": "vitest run --project tanstack-hotkeys",