jazz-svelte 0.10.9 → 0.10.12

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.
@@ -47,7 +47,7 @@ export declare function useAccountOrGuest<D extends DepthsIn<RegisteredAccount>>
47
47
  * @param depth - The depth.
48
48
  * @returns The CoValue.
49
49
  */
50
- export declare function useCoState<V extends CoValue, D extends DepthsIn<V> = []>(Schema: CoValueClass<V>, id: ID<V> | undefined, depth?: D): {
50
+ export declare function useCoState<V extends CoValue, D extends DepthsIn<V> = []>(Schema: CoValueClass<V>, id: ID<CoValue> | undefined, depth?: D): {
51
51
  current?: DeeplyLoaded<V, D> | null;
52
52
  };
53
53
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jazz-svelte",
3
- "version": "0.10.9",
3
+ "version": "0.10.12",
4
4
  "files": [
5
5
  "dist",
6
6
  "!dist/**/*.test.*",
@@ -51,9 +51,9 @@
51
51
  "vitest": "3.0.5"
52
52
  },
53
53
  "dependencies": {
54
- "jazz-browser": "0.10.9",
55
54
  "cojson": "0.10.8",
56
- "jazz-tools": "0.10.8"
55
+ "jazz-tools": "0.10.12",
56
+ "jazz-browser": "0.10.12"
57
57
  },
58
58
  "scripts": {
59
59
  "dev": "vite dev",