diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 5dd20c0c..6945ced7 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -2618,8 +2618,9 @@ dependencies = [ [[package]] name = "turso" -version = "0.4.0-pre.16" -source = "git+https://github.com/tursodatabase/turso?tag=v0.4.0-pre.16#574c8258b008ebb2c651cfc4a6c8200c7a76f923" +version = "0.4.0-pre.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b5f5cb407afa59aed4cae26cdf308fd1e274193c00f73dda04a8d1a0a24dac84" dependencies = [ "mimalloc", "thiserror 2.0.17", @@ -2630,8 +2631,9 @@ dependencies = [ [[package]] name = "turso_core" -version = "0.4.0-pre.16" -source = "git+https://github.com/tursodatabase/turso?tag=v0.4.0-pre.16#574c8258b008ebb2c651cfc4a6c8200c7a76f923" +version = "0.4.0-pre.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fcc2adc3b8309dcf8b7ccb69d2e8b3172a3ad75083413bbf9a97dab041169a4" dependencies = [ "aegis", "aes", @@ -2682,8 +2684,9 @@ dependencies = [ [[package]] name = "turso_ext" -version = "0.4.0-pre.16" -source = "git+https://github.com/tursodatabase/turso?tag=v0.4.0-pre.16#574c8258b008ebb2c651cfc4a6c8200c7a76f923" +version = "0.4.0-pre.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "217d3cdf132d7864e486127509436d29cf6cb54d1f6412c6c7ae61f60e58ad3c" dependencies = [ "chrono", "getrandom 0.3.4", @@ -2692,8 +2695,9 @@ dependencies = [ [[package]] name = "turso_macros" -version = "0.4.0-pre.16" -source = "git+https://github.com/tursodatabase/turso?tag=v0.4.0-pre.16#574c8258b008ebb2c651cfc4a6c8200c7a76f923" +version = "0.4.0-pre.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7857b9e9f47bb333da4a2f62be2b14dee5f296b4f28793b62c1d0d044828d40" dependencies = [ "proc-macro2", "quote", @@ -2702,8 +2706,9 @@ dependencies = [ [[package]] name = "turso_parser" -version = "0.4.0-pre.16" -source = "git+https://github.com/tursodatabase/turso?tag=v0.4.0-pre.16#574c8258b008ebb2c651cfc4a6c8200c7a76f923" +version = "0.4.0-pre.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "866e12da3fc5201f9bd1dec74437bde8eb25e782c1c8e1f05289c6504faf67e5" dependencies = [ "bitflags 2.10.0", "miette", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b4c185f1..5260ea75 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -13,7 +13,7 @@ agentfs-sdk = { path = "../sdk/rust" } tokio = { version = "1", features = ["full"] } clap = { version = "4", features = ["derive"] } anyhow = "1.0" -turso = { git = "https://github.com/tursodatabase/turso", tag = "v0.4.0-pre.16" } +turso = "0.4.0-pre.17" serde = { version = "1.0", features = ["derive"] } parking_lot = "0.12.5" clap_complete = { version = "=4.5.61", features = ["unstable-dynamic"] } @@ -29,7 +29,10 @@ fuser = { version = "0.15", default-features = false, features = ["abi-7-23"] } # macOS dependencies for FUSE functionality (requires macFUSE) [target.'cfg(target_os = "macos")'.dependencies] -fuser = { version = "0.15", default-features = false, features = ["abi-7-23", "libfuse"] } +fuser = { version = "0.15", default-features = false, features = [ + "abi-7-23", + "libfuse", +] } # Sandbox dependencies - Linux x86_64 only (requires libunwind-ptrace) [target.'cfg(all(target_os = "linux", target_arch = "x86_64"))'.dependencies] diff --git a/sandbox/Cargo.lock b/sandbox/Cargo.lock index d3146701..d3d82cda 100644 --- a/sandbox/Cargo.lock +++ b/sandbox/Cargo.lock @@ -2376,8 +2376,9 @@ dependencies = [ [[package]] name = "turso" -version = "0.4.0-pre.16" -source = "git+https://github.com/tursodatabase/turso?tag=v0.4.0-pre.16#574c8258b008ebb2c651cfc4a6c8200c7a76f923" +version = "0.4.0-pre.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b5f5cb407afa59aed4cae26cdf308fd1e274193c00f73dda04a8d1a0a24dac84" dependencies = [ "mimalloc", "thiserror 2.0.17", @@ -2388,8 +2389,9 @@ dependencies = [ [[package]] name = "turso_core" -version = "0.4.0-pre.16" -source = "git+https://github.com/tursodatabase/turso?tag=v0.4.0-pre.16#574c8258b008ebb2c651cfc4a6c8200c7a76f923" +version = "0.4.0-pre.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fcc2adc3b8309dcf8b7ccb69d2e8b3172a3ad75083413bbf9a97dab041169a4" dependencies = [ "aegis", "aes", @@ -2440,8 +2442,9 @@ dependencies = [ [[package]] name = "turso_ext" -version = "0.4.0-pre.16" -source = "git+https://github.com/tursodatabase/turso?tag=v0.4.0-pre.16#574c8258b008ebb2c651cfc4a6c8200c7a76f923" +version = "0.4.0-pre.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "217d3cdf132d7864e486127509436d29cf6cb54d1f6412c6c7ae61f60e58ad3c" dependencies = [ "chrono", "getrandom 0.3.4", @@ -2450,8 +2453,9 @@ dependencies = [ [[package]] name = "turso_macros" -version = "0.4.0-pre.16" -source = "git+https://github.com/tursodatabase/turso?tag=v0.4.0-pre.16#574c8258b008ebb2c651cfc4a6c8200c7a76f923" +version = "0.4.0-pre.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7857b9e9f47bb333da4a2f62be2b14dee5f296b4f28793b62c1d0d044828d40" dependencies = [ "proc-macro2", "quote", @@ -2460,8 +2464,9 @@ dependencies = [ [[package]] name = "turso_parser" -version = "0.4.0-pre.16" -source = "git+https://github.com/tursodatabase/turso?tag=v0.4.0-pre.16#574c8258b008ebb2c651cfc4a6c8200c7a76f923" +version = "0.4.0-pre.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "866e12da3fc5201f9bd1dec74437bde8eb25e782c1c8e1f05289c6504faf67e5" dependencies = [ "bitflags 2.10.0", "miette", diff --git a/sdk/python/pyproject.toml b/sdk/python/pyproject.toml index f6c6843e..65fe49ed 100644 --- a/sdk/python/pyproject.toml +++ b/sdk/python/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ ] dependencies = [ - "pyturso==0.4.0rc16", + "pyturso==0.4.0rc17", ] [dependency-groups] diff --git a/sdk/python/uv.lock b/sdk/python/uv.lock index 6f5f72a0..4bd47900 100644 --- a/sdk/python/uv.lock +++ b/sdk/python/uv.lock @@ -19,7 +19,7 @@ dev = [ ] [package.metadata] -requires-dist = [{ name = "pyturso", specifier = "==0.4.0rc16" }] +requires-dist = [{ name = "pyturso", specifier = "==0.4.0rc17" }] [package.metadata.requires-dev] dev = [ @@ -105,19 +105,19 @@ wheels = [ [[package]] name = "pyturso" -version = "0.4.0rc16" +version = "0.4.0rc17" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/50/68/49785918ae6d3586cc6a6b3280f0c489456419d6ec1807ad00e52ce17329/pyturso-0.4.0rc16.tar.gz", hash = "sha256:4f06f566646f9ae4770197a5facecfb84044b150816db739825c3089cec7ab1a", size = 1419617, upload-time = "2025-12-15T09:13:30.795Z" } +sdist = { url = "https://files.pythonhosted.org/packages/ec/cc/aada8d3bd2e67f8d38bad43cec1b72c9eafc6f9e79f5d6bc0b247eee33d9/pyturso-0.4.0rc17.tar.gz", hash = "sha256:3b9a5d39c425c085337f84b1c3e7cfd46ea8a4de439a59c9a04fc6d46538877d", size = 1423097, upload-time = "2025-12-17T08:34:41.596Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/e2/99/b4297e802882e3afaa8492035c5d24bd104b8bb9d2b793da2ccca901c76f/pyturso-0.4.0rc16-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:b6df1b82450c8c9728ccbe106392dff7be20e4500c9ecdf3d9f29edbb753c532", size = 3894419, upload-time = "2025-12-15T09:13:05.083Z" }, - { url = "https://files.pythonhosted.org/packages/92/ab/d7039b1dbbc7dc20f4c44b6acfbdf65fefd9b04cf404b0dbd02ab72f273b/pyturso-0.4.0rc16-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a9cddcfeb12240e858065fba45689fe5114ae8a2676b10f98c7d50275d14cd7b", size = 13009616, upload-time = "2025-12-15T09:13:08.275Z" }, - { url = "https://files.pythonhosted.org/packages/e8/80/7b5b05def037f3b501e023e24fe1e4fe710df255c862531bba1a0170561f/pyturso-0.4.0rc16-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:1a890de7511499730253ef975df6adf80159beebf3c54be3b448b63b11c283ab", size = 3894323, upload-time = "2025-12-15T09:13:10.998Z" }, - { url = "https://files.pythonhosted.org/packages/21/5e/3d16f4d5ec15f563da2d14db266fca73abd31ee578709089ae7f773f5ae9/pyturso-0.4.0rc16-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cd380ad20565ea5313fed5cd27e2012964644602aee134be29c40e39d0b4ca45", size = 13007800, upload-time = "2025-12-15T09:13:14.189Z" }, - { url = "https://files.pythonhosted.org/packages/0f/85/df87b4b2162ef9a5724ba4a384cd8b598350289f5e1ec076d1b8be362c87/pyturso-0.4.0rc16-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:a3986147fb9fbf8745105c60caf643c1de87e08ce416a801062708b1e9fac34c", size = 3893842, upload-time = "2025-12-15T09:13:17.025Z" }, - { url = "https://files.pythonhosted.org/packages/c9/59/24cde68873b4e7041a7d13467709cc89f29a1afa28fcf931c1679b62d430/pyturso-0.4.0rc16-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a1ba65be59a81c03d6357a323aedff475646c793c393847c976eb3c909028cea", size = 13001020, upload-time = "2025-12-15T09:13:20.423Z" }, + { url = "https://files.pythonhosted.org/packages/ad/95/83fb263f9d94dc81764edcd0ae48ceceada3d1a3b53fd58cb7921b342245/pyturso-0.4.0rc17-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:277b47261efe19431047bfd5e2d043b45a0c66e42cc0329f9125ccf7dd86960a", size = 3898375, upload-time = "2025-12-17T08:34:16.801Z" }, + { url = "https://files.pythonhosted.org/packages/5d/7d/f3b3da7b64236f2606599974e7a436a72ec77f3399b47b2c8584ce57fcd3/pyturso-0.4.0rc17-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ff91db467164feb038aea4f5bc82b801d39953645fccb748041774a3336bca7a", size = 13020246, upload-time = "2025-12-17T08:34:19.464Z" }, + { url = "https://files.pythonhosted.org/packages/c1/86/cfcf1baf3d22f8d877e19ab0cb6cb859be808bb2c14fa4c4a48f2a3ecfbc/pyturso-0.4.0rc17-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:57a0fc0de045412d39e4012da4500b911360a32679c52660e2459ba683c3b909", size = 3898288, upload-time = "2025-12-17T08:34:22.36Z" }, + { url = "https://files.pythonhosted.org/packages/a9/94/0a9ffdbf15c8041aad858839aa77b4237fee65e6a885ffd19776febd6037/pyturso-0.4.0rc17-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4642698306a595b74eaaa954dfe2c184edb414988c6cbafe1066535205b711d1", size = 13018635, upload-time = "2025-12-17T08:34:25.283Z" }, + { url = "https://files.pythonhosted.org/packages/df/5a/e5775a9953602090b366b8dce2c4ff07627c787732edb30106e72eeb10e0/pyturso-0.4.0rc17-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:1413c95e533bd4e0874da12c16f04f86bc395736a3da73b018f5d4e769779ce2", size = 3898142, upload-time = "2025-12-17T08:34:27.978Z" }, + { url = "https://files.pythonhosted.org/packages/c4/aa/1a5a8297ee543051ed2d952e67b773bc653243f63ea4354008adca2e7691/pyturso-0.4.0rc17-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0695a2f4b3a4df7f7e59d603dd5110bd7399c61ddc8437fd2111f8f339718561", size = 13013397, upload-time = "2025-12-17T08:34:32.006Z" }, ] [[package]] diff --git a/sdk/rust/Cargo.lock b/sdk/rust/Cargo.lock index 594c7a3c..668b70e7 100644 --- a/sdk/rust/Cargo.lock +++ b/sdk/rust/Cargo.lock @@ -1354,8 +1354,9 @@ dependencies = [ [[package]] name = "turso" -version = "0.4.0-pre.16" -source = "git+https://github.com/tursodatabase/turso?tag=v0.4.0-pre.16#574c8258b008ebb2c651cfc4a6c8200c7a76f923" +version = "0.4.0-pre.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b5f5cb407afa59aed4cae26cdf308fd1e274193c00f73dda04a8d1a0a24dac84" dependencies = [ "mimalloc", "thiserror 2.0.17", @@ -1366,8 +1367,9 @@ dependencies = [ [[package]] name = "turso_core" -version = "0.4.0-pre.16" -source = "git+https://github.com/tursodatabase/turso?tag=v0.4.0-pre.16#574c8258b008ebb2c651cfc4a6c8200c7a76f923" +version = "0.4.0-pre.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fcc2adc3b8309dcf8b7ccb69d2e8b3172a3ad75083413bbf9a97dab041169a4" dependencies = [ "aegis", "aes", @@ -1418,8 +1420,9 @@ dependencies = [ [[package]] name = "turso_ext" -version = "0.4.0-pre.16" -source = "git+https://github.com/tursodatabase/turso?tag=v0.4.0-pre.16#574c8258b008ebb2c651cfc4a6c8200c7a76f923" +version = "0.4.0-pre.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "217d3cdf132d7864e486127509436d29cf6cb54d1f6412c6c7ae61f60e58ad3c" dependencies = [ "chrono", "getrandom 0.3.4", @@ -1428,8 +1431,9 @@ dependencies = [ [[package]] name = "turso_macros" -version = "0.4.0-pre.16" -source = "git+https://github.com/tursodatabase/turso?tag=v0.4.0-pre.16#574c8258b008ebb2c651cfc4a6c8200c7a76f923" +version = "0.4.0-pre.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7857b9e9f47bb333da4a2f62be2b14dee5f296b4f28793b62c1d0d044828d40" dependencies = [ "proc-macro2", "quote", @@ -1438,8 +1442,9 @@ dependencies = [ [[package]] name = "turso_parser" -version = "0.4.0-pre.16" -source = "git+https://github.com/tursodatabase/turso?tag=v0.4.0-pre.16#574c8258b008ebb2c651cfc4a6c8200c7a76f923" +version = "0.4.0-pre.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "866e12da3fc5201f9bd1dec74437bde8eb25e782c1c8e1f05289c6504faf67e5" dependencies = [ "bitflags", "miette", diff --git a/sdk/rust/Cargo.toml b/sdk/rust/Cargo.toml index 38b72317..31b7042f 100644 --- a/sdk/rust/Cargo.toml +++ b/sdk/rust/Cargo.toml @@ -6,7 +6,7 @@ description = "AgentFS SDK for Rust" license = "MIT" [dependencies] -turso = { git = "https://github.com/tursodatabase/turso", tag = "v0.4.0-pre.16" } +turso = "0.4.0-pre.17" tokio = { version = "1", features = ["full"] } async-trait = "0.1" serde = { version = "1.0", features = ["derive"] } diff --git a/sdk/typescript/package-lock.json b/sdk/typescript/package-lock.json index a54ec033..ebf30d68 100644 --- a/sdk/typescript/package-lock.json +++ b/sdk/typescript/package-lock.json @@ -9,7 +9,7 @@ "version": "0.3.0-pre.7", "license": "MIT", "dependencies": { - "@tursodatabase/database": "^0.4.0-pre.16" + "@tursodatabase/database": "^0.4.0-pre.17" }, "devDependencies": { "@types/node": "^20.0.0", @@ -790,30 +790,30 @@ "license": "MIT" }, "node_modules/@tursodatabase/database": { - "version": "0.4.0-pre.16", - "resolved": "https://registry.npmjs.org/@tursodatabase/database/-/database-0.4.0-pre.16.tgz", - "integrity": "sha512-mbUt04HUCHKeck8Rgx6yogvzKc94yP9s3hIgvMFCq8dP7dTZV4xXaO4W0cFvkqxiy9hBuaB5KClq7uMDJ8Ptcw==", + "version": "0.4.0-pre.17", + "resolved": "https://registry.npmjs.org/@tursodatabase/database/-/database-0.4.0-pre.17.tgz", + "integrity": "sha512-P/maSxA4gv9u9W9JIKijdwL3npdJENxJ97EikQ0eoVX8PnL/SonvG1odAjiDjbNXR31wqUB+FdfY2ylzGB4aiQ==", "license": "MIT", "dependencies": { - "@tursodatabase/database-common": "^0.4.0-pre.16" + "@tursodatabase/database-common": "^0.4.0-pre.17" }, "optionalDependencies": { - "@tursodatabase/database-darwin-arm64": "0.4.0-pre.16", - "@tursodatabase/database-linux-arm64-gnu": "0.4.0-pre.16", - "@tursodatabase/database-linux-x64-gnu": "0.4.0-pre.16", - "@tursodatabase/database-win32-x64-msvc": "0.4.0-pre.16" + "@tursodatabase/database-darwin-arm64": "0.4.0-pre.17", + "@tursodatabase/database-linux-arm64-gnu": "0.4.0-pre.17", + "@tursodatabase/database-linux-x64-gnu": "0.4.0-pre.17", + "@tursodatabase/database-win32-x64-msvc": "0.4.0-pre.17" } }, "node_modules/@tursodatabase/database-common": { - "version": "0.4.0-pre.16", - "resolved": "https://registry.npmjs.org/@tursodatabase/database-common/-/database-common-0.4.0-pre.16.tgz", - "integrity": "sha512-Qp+eqz5fict0Tbx9MXYFtdZfaUk87HiO7ncTnKkG9YBLkYfgmbFfLmuI7FT2aMn6EGgQRyiHSD5fmvJ8LtgUhg==", + "version": "0.4.0-pre.17", + "resolved": "https://registry.npmjs.org/@tursodatabase/database-common/-/database-common-0.4.0-pre.17.tgz", + "integrity": "sha512-kNvvqOFqdOhn3t/a1Al+v+O9kswu2Yk+0+4PW+1C+Q9bEfnS5Tbh/yZcBHvsIGH4tK1NwvgxOm1fhcL5VAdVuQ==", "license": "MIT" }, "node_modules/@tursodatabase/database-darwin-arm64": { - "version": "0.4.0-pre.16", - "resolved": "https://registry.npmjs.org/@tursodatabase/database-darwin-arm64/-/database-darwin-arm64-0.4.0-pre.16.tgz", - "integrity": "sha512-clayNGr7exRCT3CQyBJn7ARghFCwkyJmtIV/zSmmy5IULOiXU8Y8bioptWzMNZpQXWVhWYPNSK/M4VxtGAN5zw==", + "version": "0.4.0-pre.17", + "resolved": "https://registry.npmjs.org/@tursodatabase/database-darwin-arm64/-/database-darwin-arm64-0.4.0-pre.17.tgz", + "integrity": "sha512-nvwcH1wKsfZ1Mfn82CNMQKkUsoacVKx8vXZ0xKl6dDQ+rPLXbVo/xkVcol24TD4Ic6E0YEDLZyHntb9oYCdj7w==", "cpu": [ "arm64" ], @@ -824,9 +824,9 @@ ] }, "node_modules/@tursodatabase/database-linux-arm64-gnu": { - "version": "0.4.0-pre.16", - "resolved": "https://registry.npmjs.org/@tursodatabase/database-linux-arm64-gnu/-/database-linux-arm64-gnu-0.4.0-pre.16.tgz", - "integrity": "sha512-dn1Syoe61/kIPojOY/KWN/I6el3zxEtCha0i7fefDMPUlWxmhKCDeP/pMAhyth/k80KufmAhWGB0A4RG2x00dQ==", + "version": "0.4.0-pre.17", + "resolved": "https://registry.npmjs.org/@tursodatabase/database-linux-arm64-gnu/-/database-linux-arm64-gnu-0.4.0-pre.17.tgz", + "integrity": "sha512-/lRAy/WpjlN5Q4/lL6HL2NmkSghAREsSY40XQRtAn1vviAAC3hUIuyq00EQpT9Qix9Pxq6M+XxxhAOwaM2lFAg==", "cpu": [ "arm64" ], @@ -837,9 +837,9 @@ ] }, "node_modules/@tursodatabase/database-linux-x64-gnu": { - "version": "0.4.0-pre.16", - "resolved": "https://registry.npmjs.org/@tursodatabase/database-linux-x64-gnu/-/database-linux-x64-gnu-0.4.0-pre.16.tgz", - "integrity": "sha512-7GB26YvXrkvkJ7hrdVP7qhOmphoQ6/gJE2X0rbs+IJENadxdACXTqJHn1bt9PxB6+UC04foVcN841fN4jbhD/Q==", + "version": "0.4.0-pre.17", + "resolved": "https://registry.npmjs.org/@tursodatabase/database-linux-x64-gnu/-/database-linux-x64-gnu-0.4.0-pre.17.tgz", + "integrity": "sha512-o3cOcslrsqCwzYwaIofCWtWxAcCySSw9NhNdanJ/2N+9fShGQsdLF2pcI8fVqiibt3v69YetvMXsKV24MCIncA==", "cpu": [ "x64" ], @@ -850,9 +850,9 @@ ] }, "node_modules/@tursodatabase/database-win32-x64-msvc": { - "version": "0.4.0-pre.16", - "resolved": "https://registry.npmjs.org/@tursodatabase/database-win32-x64-msvc/-/database-win32-x64-msvc-0.4.0-pre.16.tgz", - "integrity": "sha512-/lQeeOk47kt+iHSJjqulUEpr6zd5AwkvmR3UHFaDbbO/5r1Ji8yoz0AfHJ7R7iBdZnpWYCOSbh5gCJBmQTwzmw==", + "version": "0.4.0-pre.17", + "resolved": "https://registry.npmjs.org/@tursodatabase/database-win32-x64-msvc/-/database-win32-x64-msvc-0.4.0-pre.17.tgz", + "integrity": "sha512-rES4K/CgS/Wz6lrAFCffIfa8YxDrAZO7gwQBBVMRkWQnqK6RKHNVY93kRpu5uV+VECcewmQGAqGLeAn5YZjRvg==", "cpu": [ "x64" ], diff --git a/sdk/typescript/package.json b/sdk/typescript/package.json index 9f9133b9..9747f7c8 100644 --- a/sdk/typescript/package.json +++ b/sdk/typescript/package.json @@ -35,7 +35,7 @@ "vitest": "^4.0.1" }, "dependencies": { - "@tursodatabase/database": "^0.4.0-pre.16" + "@tursodatabase/database": "^0.4.0-pre.17" }, "files": [ "dist"