@pm-spl/llc-linux-riscv64-glibc 0.1.0-a2 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # (llc) Compiled LLVM binary for linux-riscv64-glibc
1
+ # Compiled LLVM binary (llc) for linux-riscv64-glibc
2
2
 
3
3
  Current LLVM version: `22.1.0`
4
4
  (<https://github.com/llvm/llvm-project/releases/tag/llvmorg-22.1.0>)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pm-spl/llc-linux-riscv64-glibc",
3
- "version": "0.1.0-a2",
4
- "description": "(llc) Compiled LLVM binary for linux-riscv64-glibc",
3
+ "version": "0.1.0",
4
+ "description": "Compiled LLVM binary (llc) for linux-riscv64-glibc",
5
5
  "keywords": [
6
6
  "llvm",
7
7
  "llc",
@@ -29,6 +29,10 @@
29
29
  "license": "Apache-2.0",
30
30
  "author": "secext2022",
31
31
 
32
+ "publishConfig": {
33
+ "access": "public",
34
+ "provenance": true
35
+ },
32
36
  "engines": {
33
37
  "node": "> 24.0",
34
38
  "pnpm": "^10.30.3"