Skip to content

Commit d41176d

Browse files
committed
0.6.0-pre.17
1 parent baf8564 commit d41176d

File tree

4 files changed

+55
-21
lines changed

4 files changed

+55
-21
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libsql-js"
3-
version = "0.6.0-pre.16"
3+
version = "0.6.0-pre.17"
44
description = ""
55
authors = ["Pekka Enberg <penberg@iki.fi>"]
66
license = "MIT"

package-lock.json

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

package.json

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

yarn.lock

Lines changed: 51 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@nodelib/fs.stat" "2.0.5"
4848
run-parallel "^1.1.9"
4949

50-
"@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2":
50+
"@nodelib/fs.stat@^2.0.2", "@nodelib/fs.stat@2.0.5":
5151
version "2.0.5"
5252
resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz"
5353
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
@@ -119,7 +119,7 @@ acorn-walk@^8.3.4:
119119
dependencies:
120120
acorn "^8.11.0"
121121

122-
acorn@^8.11.0, acorn@^8.14.1, acorn@^8.6.0:
122+
acorn@^8, acorn@^8.11.0, acorn@^8.14.1, acorn@^8.6.0:
123123
version "8.14.1"
124124
resolved "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz"
125125
integrity sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==
@@ -380,7 +380,7 @@ date-time@^3.1.0:
380380
dependencies:
381381
time-zone "^1.0.0"
382382

383-
debug@4, debug@^4.4.0:
383+
debug@^4.4.0, debug@4:
384384
version "4.4.1"
385385
resolved "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz"
386386
integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==
@@ -437,7 +437,7 @@ esprima@^4.0.0:
437437
resolved "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz"
438438
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
439439

440-
estree-walker@2.0.2, estree-walker@^2.0.2:
440+
estree-walker@^2.0.2, estree-walker@2.0.2:
441441
version "2.0.2"
442442
resolved "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz"
443443
integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==
@@ -910,7 +910,7 @@ stack-utils@^2.0.6:
910910
dependencies:
911911
escape-string-regexp "^2.0.0"
912912

913-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
913+
"string-width-cjs@npm:string-width@^4.2.0":
914914
version "4.2.3"
915915
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
916916
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -919,7 +919,34 @@ stack-utils@^2.0.6:
919919
is-fullwidth-code-point "^3.0.0"
920920
strip-ansi "^6.0.1"
921921

922-
string-width@^5.0.1, string-width@^5.1.2:
922+
string-width@^4.1.0, string-width@^4.2.0:
923+
version "4.2.3"
924+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
925+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
926+
dependencies:
927+
emoji-regex "^8.0.0"
928+
is-fullwidth-code-point "^3.0.0"
929+
strip-ansi "^6.0.1"
930+
931+
string-width@^4.2.3:
932+
version "4.2.3"
933+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
934+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
935+
dependencies:
936+
emoji-regex "^8.0.0"
937+
is-fullwidth-code-point "^3.0.0"
938+
strip-ansi "^6.0.1"
939+
940+
string-width@^5.0.1:
941+
version "5.1.2"
942+
resolved "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz"
943+
integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
944+
dependencies:
945+
eastasianwidth "^0.2.0"
946+
emoji-regex "^9.2.2"
947+
strip-ansi "^7.0.1"
948+
949+
string-width@^5.1.2:
923950
version "5.1.2"
924951
resolved "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz"
925952
integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
@@ -937,7 +964,14 @@ string-width@^7.0.0:
937964
get-east-asian-width "^1.0.0"
938965
strip-ansi "^7.1.0"
939966

940-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
967+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
968+
version "6.0.1"
969+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
970+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
971+
dependencies:
972+
ansi-regex "^5.0.1"
973+
974+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
941975
version "6.0.1"
942976
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
943977
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -1035,7 +1069,16 @@ which@^2.0.1:
10351069
dependencies:
10361070
isexe "^2.0.0"
10371071

1038-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
1072+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1073+
version "7.0.0"
1074+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
1075+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
1076+
dependencies:
1077+
ansi-styles "^4.0.0"
1078+
string-width "^4.1.0"
1079+
strip-ansi "^6.0.0"
1080+
1081+
wrap-ansi@^7.0.0:
10391082
version "7.0.0"
10401083
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
10411084
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)