Skip to content

Commit cbc4e4a

Browse files
committed
Fix TypeScript packaging
1 parent db12228 commit cbc4e4a

File tree

14 files changed

+87
-27
lines changed

14 files changed

+87
-27
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,3 +195,8 @@ Cargo.lock
195195
!.yarn/versions
196196

197197
*.node
198+
199+
auth.d.ts
200+
compat.d.ts
201+
promise.d.ts
202+
sqlite-error.d.ts
File renamed without changes.

npm/darwin-arm64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libsql-darwin-arm64",
3-
"version": "0.6.0-pre.9",
3+
"version": "0.6.0-pre.14",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tursodatabase/libsql-js"
@@ -19,4 +19,4 @@
1919
"engines": {
2020
"node": ">= 10"
2121
}
22-
}
22+
}

npm/darwin-x64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libsql-darwin-x64",
3-
"version": "0.6.0-pre.9",
3+
"version": "0.6.0-pre.14",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tursodatabase/libsql-js"
@@ -19,4 +19,4 @@
1919
"engines": {
2020
"node": ">= 10"
2121
}
22-
}
22+
}

npm/linux-arm64-gnu/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libsql-linux-arm64-gnu",
3-
"version": "0.6.0-pre.9",
3+
"version": "0.6.0-pre.14",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tursodatabase/libsql-js"
@@ -22,4 +22,4 @@
2222
"libc": [
2323
"glibc"
2424
]
25-
}
25+
}

npm/linux-arm64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libsql/linux-arm64-musl",
3-
"version": "0.6.0-pre.9",
3+
"version": "0.6.0-pre.14",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tursodatabase/libsql-js"

npm/linux-x64-gnu/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libsql-linux-x64-gnu",
3-
"version": "0.6.0-pre.9",
3+
"version": "0.6.0-pre.14",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tursodatabase/libsql-js"
@@ -22,4 +22,4 @@
2222
"libc": [
2323
"glibc"
2424
]
25-
}
25+
}

npm/linux-x64-musl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libsql-linux-x64-musl",
3-
"version": "0.6.0-pre.9",
3+
"version": "0.6.0-pre.14",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tursodatabase/libsql-js"
@@ -22,4 +22,4 @@
2222
"libc": [
2323
"musl"
2424
]
25-
}
25+
}

npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libsql/win32-x64-msvc",
3-
"version": "0.6.0-pre.9",
3+
"version": "0.6.0-pre.14",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tursodatabase/libsql-js"

package-lock.json

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)