@triplit/svelte 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +6 -0
- package/dist/index.svelte.d.ts +1 -1
- package/dist/index.svelte.js +1 -0
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
package/dist/index.svelte.d.ts
CHANGED
@@ -7,5 +7,5 @@ export declare function useQuery<M extends Models<any, any> | undefined, CN exte
|
|
7
7
|
updateQuery: (query: ClientQueryBuilder<M, CN>) => void;
|
8
8
|
};
|
9
9
|
export declare function useConnectionStatus(client: TriplitClient<any>): {
|
10
|
-
readonly status:
|
10
|
+
readonly status: import("@triplit/client").ConnectionStatus;
|
11
11
|
};
|
package/dist/index.svelte.js
CHANGED
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@triplit/svelte",
|
3
3
|
"packageManager": "yarn@3.4.1",
|
4
|
-
"version": "0.1.
|
4
|
+
"version": "0.1.4",
|
5
5
|
"source": "./src/index.svelte.ts",
|
6
6
|
"main": "./dist/index.svelte.js",
|
7
7
|
"module": "./dist/index.svelte.js",
|
@@ -34,6 +34,7 @@
|
|
34
34
|
"@tsconfig/svelte": "^5.0.2",
|
35
35
|
"svelte": "^5.0.0-next.90",
|
36
36
|
"svelte-check": "^3.6.7",
|
37
|
+
"tslib": "^2.6.2",
|
37
38
|
"typescript": "^5.2.2"
|
38
39
|
}
|
39
40
|
}
|