@octanejs/redux 0.1.2 → 0.1.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.
Files changed (1) hide show
  1. package/package.json +8 -6
package/package.json CHANGED
@@ -1,8 +1,11 @@
1
1
  {
2
2
  "name": "@octanejs/redux",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
+ "engines": {
7
+ "node": ">=22"
8
+ },
6
9
  "description": "React Redux for the octane renderer — the Provider/hooks binding layer reimplemented on octane's useSyncExternalStore; works with any Redux store (Redux Toolkit included) by changing the import.",
7
10
  "author": {
8
11
  "name": "Dominic Gannaway",
@@ -26,11 +29,9 @@
26
29
  "exports": {
27
30
  ".": "./src/index.ts"
28
31
  },
29
- "dependencies": {
30
- "octane": "0.1.5"
31
- },
32
32
  "peerDependencies": {
33
- "redux": "^5.0.0"
33
+ "redux": "^5.0.0",
34
+ "octane": "0.1.6"
34
35
  },
35
36
  "devDependencies": {
36
37
  "@reduxjs/toolkit": "^2.9.0",
@@ -40,7 +41,8 @@
40
41
  "react-dom": "^19.2.0",
41
42
  "react-redux": "9.3.0",
42
43
  "redux": "^5.0.1",
43
- "vitest": "^4.1.9"
44
+ "vitest": "^4.1.9",
45
+ "octane": "0.1.6"
44
46
  },
45
47
  "scripts": {
46
48
  "test": "vitest run"