@fluixi/babel-plugin-jsx 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 -2
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/babel-plugin-jsx?logo=npm)](https://www.npmjs.com/package/@fluixi/babel-plugin-jsx)
12
12
  ![Babel](https://img.shields.io/badge/Babel-plugin-f9dc3e?logo=babel&logoColor=black)
13
13
 
14
14
  ---
@@ -19,12 +19,6 @@
19
19
 
20
20
  ## 📦 Installation
21
21
 
22
- ```ini
23
- # .npmrc
24
- @fluixi:registry=https://npm.pkg.github.com
25
- //npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}
26
- ```
27
-
28
22
  ```sh
29
23
  pnpm add -D @fluixi/babel-plugin-jsx
30
24
  ```
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@fluixi/babel-plugin-jsx",
3
- "version": "1.0.0-alpha.54",
3
+ "version": "1.0.0-alpha.55",
4
+ "description": "Compiles JSX into fine-grained reactive DOM calls for Fluixi — no virtual DOM.",
4
5
  "license": "MIT",
5
6
  "private": false,
6
7
  "publishConfig": {
@@ -27,7 +28,7 @@
27
28
  },
28
29
  "dependencies": {
29
30
  "tslib": "^2.3.0",
30
- "@fluixi/compiler": "1.0.0-alpha.54"
31
+ "@fluixi/compiler": "1.0.0-alpha.55"
31
32
  },
32
33
  "devDependencies": {
33
34
  "@bambiste/mix-builder": "*",