@weave-framework/data 0.2.107 → 0.2.162
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Weave data — signal-native async resources + a tiny fetch client. Zero third-party deps.
|
|
4
4
|
|
|
5
|
-
Part of **[Weave](https://
|
|
5
|
+
Part of **[Weave](https://weaveframework.dev/)** — a fine-grained reactive, signal-native UI framework: no Virtual DOM, zero third-party runtime dependencies.
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
8
|
npm install @weave-framework/data
|
|
@@ -14,7 +14,7 @@ Most apps get this (and the rest of Weave) in one step:
|
|
|
14
14
|
npm create weave@latest my-app
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
-
📚 **Guides + full API reference:** [
|
|
17
|
+
📚 **Guides + full API reference:** [weaveframework.dev](https://weaveframework.dev/)
|
|
18
18
|
|
|
19
19
|
## License
|
|
20
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@weave-framework/data",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.162",
|
|
4
4
|
"description": "Weave data — signal-native async resources + a tiny fetch client. Zero third-party deps.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"access": "public"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@weave-framework/runtime": "0.2.
|
|
31
|
+
"@weave-framework/runtime": "0.2.162"
|
|
32
32
|
},
|
|
33
33
|
"license": "MIT"
|
|
34
34
|
}
|