@octanejs/tanstack-store 0.0.42 → 0.0.44
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 +7 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -3,6 +3,13 @@
|
|
|
3
3
|
[TanStack Store](https://tanstack.com/store) bindings for the
|
|
4
4
|
[Octane](https://github.com/octanejs/octane) UI framework.
|
|
5
5
|
|
|
6
|
+
## Installation
|
|
7
|
+
|
|
8
|
+
```sh
|
|
9
|
+
npm install @octanejs/tanstack-store
|
|
10
|
+
pnpm add @octanejs/tanstack-store
|
|
11
|
+
```
|
|
12
|
+
|
|
6
13
|
This package ports `@tanstack/react-store@0.11.0` by reusing the
|
|
7
14
|
framework-agnostic `@tanstack/store` core unchanged and transcribing its small
|
|
8
15
|
React hook layer onto Octane. The supported runtime and type surfaces match the
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@octanejs/tanstack-store",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.44",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@tanstack/store": "0.11.0"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
|
-
"octane": "0.1.
|
|
44
|
+
"octane": "0.1.50"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@tanstack/react-store": "0.11.0",
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"react-dom": "19.2.3",
|
|
58
58
|
"use-sync-external-store": "1.6.0",
|
|
59
59
|
"vitest": "^4.1.10",
|
|
60
|
-
"@octanejs/testing-library": "0.1.
|
|
61
|
-
"octane": "0.1.
|
|
60
|
+
"@octanejs/testing-library": "0.1.47",
|
|
61
|
+
"octane": "0.1.50"
|
|
62
62
|
},
|
|
63
63
|
"scripts": {
|
|
64
64
|
"test": "vitest run",
|