@octanejs/redux-toolkit 0.1.44 → 0.1.45

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 +4 -4
package/README.md CHANGED
@@ -3,6 +3,13 @@
3
3
  [Redux Toolkit](https://redux-toolkit.js.org) and RTK Query for the
4
4
  [octane](https://github.com/octanejs/octane) UI framework.
5
5
 
6
+ ## Installation
7
+
8
+ ```sh
9
+ npm install @octanejs/redux-toolkit
10
+ pnpm add @octanejs/redux-toolkit
11
+ ```
12
+
6
13
  Redux Toolkit's store, reducer, middleware, selector, and RTK Query cache core
7
14
  are framework-agnostic, so this package re-exports the real
8
15
  `@reduxjs/toolkit@2.12.0` implementation. The React-specific RTK Query hooks,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@octanejs/redux-toolkit",
3
- "version": "0.1.44",
3
+ "version": "0.1.45",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -37,10 +37,10 @@
37
37
  "@reduxjs/toolkit": "^2.12.0",
38
38
  "redux": "^5.0.1",
39
39
  "reselect": "5.2.0",
40
- "@octanejs/redux": "0.1.46"
40
+ "@octanejs/redux": "0.1.47"
41
41
  },
42
42
  "peerDependencies": {
43
- "octane": "0.1.49"
43
+ "octane": "0.1.50"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@tsrx/react": "^0.2.61",
@@ -49,7 +49,7 @@
49
49
  "react-dom": "^19.2.7",
50
50
  "react-redux": "9.3.0",
51
51
  "vitest": "^4.1.10",
52
- "octane": "0.1.49"
52
+ "octane": "0.1.50"
53
53
  },
54
54
  "scripts": {
55
55
  "test": "vitest run --root ../.. --project redux-toolkit --project redux-toolkit-ssr"