mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-01 07:24:19 +01:00
Merge 'bindings/javascript: Generate native npm packages at publish' from Pekka Enberg
Use the `napi create-npm-dirs` command to create the native packages and remove the manually created ones. Unlocks wasm publish. Closes #2316
This commit is contained in:
2
.github/workflows/napi.yml
vendored
2
.github/workflows/napi.yml
vendored
@@ -228,6 +228,8 @@ jobs:
|
||||
node-version: 20
|
||||
- name: Install dependencies
|
||||
run: yarn install
|
||||
- name: create npm dirs
|
||||
run: yarn napi create-npm-dirs
|
||||
- name: Download all artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
# `limbo-darwin-universal`
|
||||
|
||||
This is the **universal-apple-darwin** binary for `limbo`
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"name": "@tursodatabase/turso-darwin-universal",
|
||||
"version": "0.1.3-pre.7",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/tursodatabase/turso"
|
||||
},
|
||||
"os": [
|
||||
"darwin"
|
||||
],
|
||||
"main": "turso.darwin-universal.node",
|
||||
"files": [
|
||||
"turso.darwin-universal.node"
|
||||
],
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 10"
|
||||
}
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
# `limbo-linux-x64-gnu`
|
||||
|
||||
This is the **x86_64-unknown-linux-gnu** binary for `limbo`
|
||||
@@ -1,25 +0,0 @@
|
||||
{
|
||||
"name": "@tursodatabase/turso-linux-x64-gnu",
|
||||
"version": "0.1.3-pre.7",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/tursodatabase/turso"
|
||||
},
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
"main": "turso.linux-x64-gnu.node",
|
||||
"files": [
|
||||
"turso.linux-x64-gnu.node"
|
||||
],
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 10"
|
||||
},
|
||||
"libc": [
|
||||
"glibc"
|
||||
]
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
# `turso-win32-x64-msvc`
|
||||
|
||||
This is the **x86_64-pc-windows-msvc** binary for `@tursodatabase/turso`
|
||||
@@ -1,22 +0,0 @@
|
||||
{
|
||||
"name": "@tursodatabase/turso-win32-x64-msvc",
|
||||
"version": "0.1.3-pre.7",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/tursodatabase/turso"
|
||||
},
|
||||
"os": [
|
||||
"win32"
|
||||
],
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
"main": "turso.win32-x64-msvc.node",
|
||||
"files": [
|
||||
"turso.win32-x64-msvc.node"
|
||||
],
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 10"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user