Skip to content

Commit

Permalink
fix: the package json and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Amninder Kaur committed Feb 1, 2024
1 parent e2af5cf commit 0879685
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
build: |-
set -e &&
rustup target add x86_64-unknown-linux-musl &&
cd scylla_pg_js && npm run build -- --target x86_64-unknown-linux-musl
- host: ubuntu-latest
target: aarch64-unknown-linux-musl
Expand Down
18 changes: 9 additions & 9 deletions scylla_pg_js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scylla_pg_js",
"version": "0.1.22",
"version": "0.1.21",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down Expand Up @@ -39,13 +39,13 @@
},
"packageManager": "yarn@3.3.1",
"optionalDependencies": {
"scylla_pg_js-win32-x64-msvc": "0.1.10",
"scylla_pg_js-darwin-x64": "0.1.10",
"scylla_pg_js-linux-x64-gnu": "0.1.10",
"scylla_pg_js-linux-x64-musl": "0.1.10",
"scylla_pg_js-linux-arm64-musl": "0.1.10",
"scylla_pg_js-linux-arm64-gnu": "0.1.10",
"scylla_pg_js-darwin-arm64": "0.1.10",
"scylla_pg_js-darwin-universal": "0.1.10"
"scylla_pg_js-win32-x64-msvc": "0.1.21",
"scylla_pg_js-darwin-x64": "0.1.21",
"scylla_pg_js-linux-x64-gnu": "0.1.21",
"scylla_pg_js-linux-x64-musl": "0.1.21",
"scylla_pg_js-linux-arm64-musl": "0.1.21",
"scylla_pg_js-linux-arm64-gnu": "0.1.21",
"scylla_pg_js-darwin-arm64": "0.1.21",
"scylla_pg_js-darwin-universal": "0.1.21"
}
}

0 comments on commit 0879685

Please sign in to comment.