ci(js): run once to update online pkg

This commit is contained in:
əlemi 2024-09-14 18:51:18 +02:00
parent e1d6a31b43
commit 978ad652a1
Signed by: alemi
GPG key ID: A4895B84D311642C
3 changed files with 5 additions and 5 deletions

View file

@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- stable - stable
- config
permissions: permissions:
contents: read contents: read

1
dist/js/build.sh vendored
View file

@ -1 +0,0 @@
npx napi build --cargo-cwd ../..

View file

@ -1,6 +1,6 @@
{ {
"name": "@codemp/native", "name": "@codemp/native",
"version": "0.0.9", "version": "0.0.10",
"description": "code multiplexer -- javascript bindings", "description": "code multiplexer -- javascript bindings",
"keywords": [ "keywords": [
"codemp", "codemp",
@ -35,8 +35,8 @@
} }
}, },
"optionalDependencies": { "optionalDependencies": {
"@codemp/native-win32-x64-msvc": "0.0.4", "@codemp/native-win32-x64-msvc": "0.0.10",
"@codemp/native-darwin-arm64": "0.0.4", "@codemp/native-darwin-arm64": "0.0.10",
"@codemp/native-linux-x64-gnu": "0.0.4" "@codemp/native-linux-x64-gnu": "0.0.10"
} }
} }