@ohos-ports/rolldown-binding-openharmony-arm64 1.2.6-beta.0 → 1.2.7-beta.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
- # `@rolldown/binding-openharmony-arm64`
1
+ # `@rolldown/binding-linux-x64-gnu`
2
2
 
3
- This is the **aarch64-unknown-linux-ohos** binary for `@rolldown/binding`
3
+ This is the **x86_64-unknown-linux-gnu** binary for `@rolldown/binding`
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@ohos-ports/rolldown-binding-openharmony-arm64",
3
- "version": "1.2.6-beta.0",
3
+ "version": "1.2.7-beta.0",
4
4
  "cpu": [
5
5
  "arm64"
6
6
  ],
7
- "main": "rolldown-binding.openharmony-arm64.node",
7
+ "main": "rolldown-binding.ohos-arm64.node",
8
8
  "files": [
9
- "rolldown-binding.openharmony-arm64.node"
9
+ "rolldown-binding.ohos-arm64.node"
10
10
  ],
11
11
  "description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.",
12
12
  "keywords": [
@@ -24,13 +24,17 @@
24
24
  },
25
25
  "repository": {
26
26
  "type": "git",
27
- "url": "git+https://github.com/rolldown/rolldown.git",
28
- "directory": "packages/rolldown"
27
+ "url": "https://github.com/ohos-ports/ohos-ports.git",
28
+ "directory": "ports/@rolldown/binding-linux-x64-gnu/1.2.7"
29
29
  },
30
30
  "publishConfig": {
31
+ "registry": "https://registry.npmjs.org/",
31
32
  "access": "public"
32
33
  },
33
34
  "os": [
34
- "openharmony"
35
+ "ohos"
36
+ ],
37
+ "libc": [
38
+ "ohos"
35
39
  ]
36
40
  }
index 6b225b1..0a4b5c4 100755
Binary file