mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-31 05:44:25 +01:00
fix package jsons
This commit is contained in:
29
bindings/javascript/package-lock.json
generated
29
bindings/javascript/package-lock.json
generated
@@ -15,7 +15,9 @@
|
||||
"sync/packages/native",
|
||||
"sync/packages/wasm",
|
||||
"examples/database-node",
|
||||
"examples/database-wasm-vite"
|
||||
"examples/database-wasm-vite",
|
||||
"examples/sync-node",
|
||||
"examples/sync-wasm-vite"
|
||||
]
|
||||
},
|
||||
"examples/database-node": {
|
||||
@@ -35,6 +37,23 @@
|
||||
"vite": "^7.1.9"
|
||||
}
|
||||
},
|
||||
"examples/sync-node": {
|
||||
"version": "1.0.0",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@tursodatabase/sync": "^0.2.0"
|
||||
}
|
||||
},
|
||||
"examples/sync-wasm-vite": {
|
||||
"version": "1.0.0",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@tursodatabase/sync-wasm": "^0.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vite": "^7.1.9"
|
||||
}
|
||||
},
|
||||
"node_modules/@babel/code-frame": {
|
||||
"version": "7.27.1",
|
||||
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
|
||||
@@ -3075,6 +3094,14 @@
|
||||
"url": "https://github.com/sponsors/antfu"
|
||||
}
|
||||
},
|
||||
"node_modules/sync-node": {
|
||||
"resolved": "examples/sync-node",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/sync-wasm-vite": {
|
||||
"resolved": "examples/sync-wasm-vite",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/tar-fs": {
|
||||
"version": "2.1.4",
|
||||
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.4.tgz",
|
||||
|
||||
Reference in New Issue
Block a user