@ponder/react 0.16.3 → 0.16.4

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 +5 -0
  2. package/package.json +4 -4
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # @ponder/react
2
+
3
+ React hook library for Ponder SQL over HTTP queries.
4
+
5
+ Visit [ponder.sh](https://ponder.sh) for documentation, guides, and the API reference.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ponder/react",
3
- "version": "0.16.3",
4
- "description": "React hooks for Ponder",
3
+ "version": "0.16.4",
4
+ "description": "React hook library for Ponder SQL over HTTP queries",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -31,7 +31,7 @@
31
31
  "superjson": "^2.2.2"
32
32
  },
33
33
  "peerDependencies": {
34
- "@ponder/client": ">=0.16.3",
34
+ "@ponder/client": ">=0.16.4",
35
35
  "@tanstack/react-query": ">=5.0.0",
36
36
  "react": ">=18",
37
37
  "typescript": ">=5.0.4"
@@ -52,7 +52,7 @@
52
52
  "rimraf": "^5.0.5",
53
53
  "tsx": "^4.19.2",
54
54
  "vitest": "1.6.1",
55
- "@ponder/client": "0.16.3"
55
+ "@ponder/client": "0.16.4"
56
56
  },
57
57
  "scripts": {
58
58
  "build": "tsx build.ts",