Compare commits

..

6 Commits

Author SHA1 Message Date
tequ
b85f34d16f 4.0.4-alpha.2 (#57) 2026-05-26 02:50:40 +00:00
tequ
c70e4c1eee fix publish workflow to use node 24 (Support OIDC publish) (#56) 2026-05-26 02:42:36 +00:00
tequ
4918e914c5 4.0.4-alpha.1 (#55) 2026-05-26 02:24:59 +00:00
tequ
7552ae8635 fix publish workflow (#54) 2026-05-26 02:18:25 +00:00
tequ
fd100f6e92 4.0.4-alpha.0 (#53) 2026-05-26 02:04:14 +00:00
tequ
587a75403a Add npm trusted publishing workflow (#48)
Add GitHub Actions workflow for npm trusted publishing via OIDC.
2026-05-26 10:47:27 +09:00
3 changed files with 4 additions and 16 deletions

View File

@@ -43,7 +43,7 @@ jobs:
- uses: actions/setup-node@v6
with:
node-version: "20"
node-version: "24"
registry-url: https://registry.npmjs.org
package-manager-cache: false
@@ -51,7 +51,7 @@ jobs:
run: npm ci
- name: Build package
run: npm run build "${{ steps.release.outputs.package-path }}"
run: npm run build
- id: package
name: Read package metadata

14
package-lock.json generated
View File

@@ -2724,9 +2724,6 @@
"arm64"
],
"dev": true,
"libc": [
"glibc"
],
"license": "MIT",
"optional": true,
"os": [
@@ -2741,9 +2738,6 @@
"arm64"
],
"dev": true,
"libc": [
"musl"
],
"license": "MIT",
"optional": true,
"os": [
@@ -2758,9 +2752,6 @@
"x64"
],
"dev": true,
"libc": [
"glibc"
],
"license": "MIT",
"optional": true,
"os": [
@@ -2775,9 +2766,6 @@
"x64"
],
"dev": true,
"libc": [
"musl"
],
"license": "MIT",
"optional": true,
"os": [
@@ -16060,7 +16048,7 @@
}
},
"packages/xahau": {
"version": "4.0.3",
"version": "4.0.4-alpha.2",
"license": "ISC",
"dependencies": {
"@scure/bip32": "^1.3.1",

View File

@@ -1,6 +1,6 @@
{
"name": "xahau",
"version": "4.0.3",
"version": "4.0.4-alpha.2",
"license": "ISC",
"description": "A TypeScript/JavaScript API for interacting with the Xahau Network in Node.js and the browser",
"files": [