@runku/react 0.4.8 → 0.5.1

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 +3 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -7,12 +7,11 @@ utilities with hydration.
7
7
  Install the exact frontend SDK pair together:
8
8
 
9
9
  ```sh
10
- pnpm add @runku/react@0.4.8 @runku/client@0.4.8
10
+ pnpm add @runku/react@0.5.0 @runku/client@0.5.0
11
11
  ```
12
12
 
13
- Version 0.4.8 uses Public Protocol v1 and is compatible with the Runku 0.4.7 gateway. The published
14
- 0.4.7 CLI predates runtime Function-reference generation; use references emitted by the current
15
- source CLI until a later coordinated distribution includes that codegen.
13
+ Version 0.5.0 uses Public Protocol v1 and ships with the coordinated CLI runtime
14
+ Function-reference generation.
16
15
 
17
16
  ## Generated Function references
18
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runku/react",
3
- "version": "0.4.8",
3
+ "version": "0.5.1",
4
4
  "description": "React and Next.js bindings for the Runku TypeScript client",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -29,7 +29,7 @@
29
29
  "engines": { "node": ">=20" },
30
30
  "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" },
31
31
  "peerDependencies": {
32
- "@runku/client": "0.4.8",
32
+ "@runku/client": "0.5.1",
33
33
  "react": ">=18.3.0 <20"
34
34
  },
35
35
  "devDependencies": {