@oxc-transform-react/binding-linux-riscv64-musl 0.0.1 → 0.144.0

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.
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
- # @oxc-transform-react/binding-linux-riscv64-musl
1
+ # `@oxc-transform-react/binding-linux-riscv64-musl`
2
2
 
3
- This is a bootstrap release used to configure npm trusted publishing. Install a newer version for the actual Oxc React transform package.
3
+ This is the **riscv64gc-unknown-linux-musl** binary for `@oxc-transform-react/binding`
package/package.json CHANGED
@@ -1,6 +1,13 @@
1
1
  {
2
2
  "name": "@oxc-transform-react/binding-linux-riscv64-musl",
3
- "version": "0.0.1",
3
+ "version": "0.144.0",
4
+ "cpu": [
5
+ "riscv64"
6
+ ],
7
+ "main": "transform-react.linux-riscv64-musl.node",
8
+ "files": [
9
+ "transform-react.linux-riscv64-musl.node"
10
+ ],
4
11
  "description": "Oxc React Compiler Node API",
5
12
  "keywords": [
6
13
  "compiler",
@@ -12,29 +19,26 @@
12
19
  "tsx",
13
20
  "typescript"
14
21
  ],
22
+ "author": "Boshen and oxc contributors",
15
23
  "homepage": "https://oxc.rs",
16
- "bugs": "https://github.com/oxc-project/oxc/issues",
17
24
  "license": "MIT",
18
- "author": "Boshen and oxc contributors",
25
+ "engines": {
26
+ "node": "^20.19.0 || >=22.12.0"
27
+ },
19
28
  "repository": {
20
29
  "type": "git",
21
30
  "url": "git+https://github.com/oxc-project/oxc.git",
22
31
  "directory": "napi/transform-react"
23
32
  },
24
- "engines": {
25
- "node": "^20.19.0 || >=22.12.0"
33
+ "bugs": "https://github.com/oxc-project/oxc/issues",
34
+ "publishConfig": {
35
+ "registry": "https://registry.npmjs.org/",
36
+ "access": "public"
26
37
  },
27
- "cpu": [
28
- "riscv64"
29
- ],
30
38
  "os": [
31
39
  "linux"
32
40
  ],
33
41
  "libc": [
34
42
  "musl"
35
- ],
36
- "publishConfig": {
37
- "access": "public",
38
- "registry": "https://registry.npmjs.org/"
39
- }
40
- }
43
+ ]
44
+ }