@fluixi/compiler 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 +3 -3
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/compiler?logo=npm)](https://www.npmjs.com/package/@fluixi/compiler)
12
12
 
13
13
  ---
14
14
 
@@ -30,12 +30,6 @@ Most apps don't use this package directly — [`@fluixi/vite-plugin`](../vite-pl
30
30
 
31
31
  ## 📦 Installation
32
32
 
33
- ```ini
34
- # .npmrc
35
- @fluixi:registry=https://npm.pkg.github.com
36
- //npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}
37
- ```
38
-
39
33
  ```sh
40
34
  pnpm add -D @fluixi/compiler
41
35
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluixi/compiler",
3
- "version": "1.0.0-alpha.54",
3
+ "version": "1.0.0-alpha.55",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -60,8 +60,8 @@
60
60
  "inquirer": "^14.0.2",
61
61
  "jsdom": "^25.0.0",
62
62
  "vitest": "^1.6.1",
63
- "@fluixi/dom": "1.0.0-alpha.54",
64
- "@fluixi/reactive": "1.0.0-alpha.54"
63
+ "@fluixi/dom": "1.0.0-alpha.55",
64
+ "@fluixi/reactive": "1.0.0-alpha.55"
65
65
  },
66
66
  "scripts": {
67
67
  "build:typings": "tsc -p tsconfig.lib.json",