@korajs/tauri 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@korajs/tauri",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "Tauri storage adapter for Kora.js — native SQLite with zero WASM overhead",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"plugin"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@korajs/core": "0.
|
|
26
|
+
"@korajs/core": "0.5.0"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"@tauri-apps/api": "^2.0.0"
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"tsup": "^8.3.6",
|
|
40
40
|
"typescript": "^5.7.3",
|
|
41
41
|
"vitest": "^3.0.4",
|
|
42
|
-
"@korajs/store": "0.
|
|
42
|
+
"@korajs/store": "0.5.0"
|
|
43
43
|
},
|
|
44
44
|
"license": "MIT",
|
|
45
45
|
"scripts": {
|