jazz-svelte 0.8.44 → 0.8.45

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
+ import { type PasskeyAuthState } from 'jazz-svelte';
1
2
  type $$ComponentProps = {
2
3
  state: PasskeyAuthState;
3
4
  };
4
- import { type PasskeyAuthState } from 'jazz-svelte';
5
5
  declare const PasskeyAuthBasicUi: import("svelte").Component<$$ComponentProps, {}, "">;
6
6
  type PasskeyAuthBasicUi = ReturnType<typeof PasskeyAuthBasicUi>;
7
7
  export default PasskeyAuthBasicUi;
@@ -1,9 +1,9 @@
1
+ import type { Account, CoValueClass, DepthsIn, ID } from 'jazz-tools';
1
2
  type $$ComponentProps = {
2
3
  schema: CoValueClass<any>;
3
4
  id?: ID<Account>;
4
5
  depth?: DepthsIn<Account>;
5
6
  };
6
- import type { Account, CoValueClass, DepthsIn, ID } from 'jazz-tools';
7
7
  declare const TestComponent: import("svelte").Component<$$ComponentProps, {}, "">;
8
8
  type TestComponent = ReturnType<typeof TestComponent>;
9
9
  export default TestComponent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jazz-svelte",
3
- "version": "0.8.44",
3
+ "version": "0.8.45",
4
4
  "files": [
5
5
  "dist",
6
6
  "!dist/**/*.test.*",
@@ -46,8 +46,8 @@
46
46
  "vitest": "1.5.3"
47
47
  },
48
48
  "dependencies": {
49
- "jazz-browser": "0.8.44",
50
- "jazz-tools": "0.8.44"
49
+ "jazz-browser": "0.8.45",
50
+ "jazz-tools": "0.8.45"
51
51
  },
52
52
  "scripts": {
53
53
  "dev": "vite dev",