fix package jsons

This commit is contained in:
Nikita Sivukhin
2025-10-03 14:44:15 +04:00
parent 82d53f8d06
commit f582744819
7 changed files with 56 additions and 9 deletions

View File

@@ -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",