@taujs/react 0.0.1 → 0.0.2

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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
- # @taujs/server
1
+ # @taujs/react
2
2
 
3
- `npm install @taujs/server`
3
+ `npm install @taujs/react`
4
4
 
5
- `yarn add @taujs/server`
5
+ `yarn add @taujs/react`
6
6
 
7
- `pnpm add @taujs/server`
7
+ `pnpm add @taujs/react`
8
8
 
9
9
  ## CSR; SSR; Streaming SSR; Hydration; Fastify + React 19
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taujs/react",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "taujs | τjs",
5
5
  "author": "Aoede <taujs@aoede.uk.net> (https://www.aoede.uk.net)",
6
6
  "license": "MIT",