@fluixi/server 1.0.0-alpha.54 → 1.0.0-alpha.55

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 +1 -7
  2. package/package.json +7 -6
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  [![License: MIT](https://img.shields.io/badge/License-MIT-22c55e.svg)](./LICENSE)
10
10
  ![TypeScript](https://img.shields.io/badge/TypeScript-strict-3178c6?logo=typescript&logoColor=white)
11
- ![Registry](https://img.shields.io/badge/registry-GitHub%20Packages-181717?logo=github)
11
+ [![npm](https://img.shields.io/npm/v/@fluixi/server?logo=npm)](https://www.npmjs.com/package/@fluixi/server)
12
12
  ![SSR](https://img.shields.io/badge/SSR-streaming%20%2B%20hydration-2c4f7c)
13
13
 
14
14
  ---
@@ -32,12 +32,6 @@ Hono, a worker, or [`@fluixi/start`](../start)).
32
32
 
33
33
  ## 📦 Installation
34
34
 
35
- ```ini
36
- # .npmrc
37
- @fluixi:registry=https://npm.pkg.github.com
38
- //npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}
39
- ```
40
-
41
35
  ```sh
42
36
  pnpm add @fluixi/server
43
37
  ```
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@fluixi/server",
3
- "version": "1.0.0-alpha.54",
3
+ "version": "1.0.0-alpha.55",
4
+ "description": "Server-side rendering for Fluixi — request-scoped, streaming, framework-agnostic.",
4
5
  "license": "MIT",
5
6
  "repository": {
6
7
  "type": "git",
@@ -30,15 +31,15 @@
30
31
  }
31
32
  },
32
33
  "dependencies": {
33
- "@fluixi/head": "0.1.0-alpha.21"
34
+ "@fluixi/head": "0.1.0-alpha.22"
34
35
  },
35
36
  "peerDependencies": {
36
- "@fluixi/dom": "1.0.0-alpha.54",
37
- "@fluixi/reactive": "1.0.0-alpha.54"
37
+ "@fluixi/dom": "1.0.0-alpha.55",
38
+ "@fluixi/reactive": "1.0.0-alpha.55"
38
39
  },
39
40
  "devDependencies": {
40
- "@fluixi/dom": "1.0.0-alpha.54",
41
- "@fluixi/reactive": "1.0.0-alpha.54"
41
+ "@fluixi/dom": "1.0.0-alpha.55",
42
+ "@fluixi/reactive": "1.0.0-alpha.55"
42
43
  },
43
44
  "scripts": {
44
45
  "test": "vitest run",