@evolu/svelte 2.2.0 → 2.3.0
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/dist/index.svelte.d.ts +1 -1
- package/package.json +6 -6
package/dist/index.svelte.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file needs to be named .svelte.ts to be recognized by the Svelte
|
|
3
3
|
* compiler in the app itself.
|
|
4
4
|
*/
|
|
5
|
-
import type { AppOwner, Evolu, EvoluDeps, EvoluSchema, InferRow, Query, Row } from "@evolu/common/
|
|
5
|
+
import type { AppOwner, Evolu, EvoluDeps, EvoluSchema, InferRow, Query, Row } from "@evolu/common/local-first";
|
|
6
6
|
export declare const evoluSvelteDeps: EvoluDeps;
|
|
7
7
|
/**
|
|
8
8
|
* Load and subscribe to the Query, and return an object with `rows` property
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@evolu/svelte",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0",
|
|
4
4
|
"description": "Evolu for Svelte",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"evolu",
|
|
@@ -34,13 +34,13 @@
|
|
|
34
34
|
"svelte": "^5.38.2",
|
|
35
35
|
"svelte-check": "^4.3.1",
|
|
36
36
|
"typescript": "^5.9.2",
|
|
37
|
-
"@evolu/common": "7.
|
|
38
|
-
"@evolu/
|
|
39
|
-
"@evolu/
|
|
37
|
+
"@evolu/common": "7.3.0",
|
|
38
|
+
"@evolu/web": "2.3.0",
|
|
39
|
+
"@evolu/tsconfig": "0.0.2"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@evolu/common": "^7.
|
|
43
|
-
"@evolu/web": "^2.
|
|
42
|
+
"@evolu/common": "^7.3.0",
|
|
43
|
+
"@evolu/web": "^2.3.0",
|
|
44
44
|
"svelte": ">=5"
|
|
45
45
|
},
|
|
46
46
|
"publishConfig": {
|