jazz-vue 0.10.14 → 0.11.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > jazz-vue@0.10.14 build /home/runner/_work/jazz/jazz/packages/jazz-vue
2
+ > jazz-vue@0.11.0 build /home/runner/_work/jazz/jazz/packages/jazz-vue
3
3
  > rm -rf ./dist && vite build
4
4
 
5
5
  vite v6.0.11 building for production...
@@ -10,8 +10,8 @@ rendering chunks...
10
10
  [vite:dts] Start generate declaration files...
11
11
  computing gzip size...
12
12
  dist/testing.js  1.19 kB │ gzip: 0.52 kB │ map: 1.70 kB
13
- dist/provider-CkA-a4Og.js  2.32 kB │ gzip: 0.81 kB │ map: 4.44 kB
13
+ dist/provider-CkA-a4Og.js  2.32 kB │ gzip: 0.81 kB │ map: 4.54 kB
14
14
  dist/index.js 13.97 kB │ gzip: 3.54 kB │ map: 22.38 kB
15
- [vite:dts] Declaration files built in 9908ms.
15
+ [vite:dts] Declaration files built in 3807ms.
16
16
 
17
- ✓ built in 10.08s
17
+ ✓ built in 3.90s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # jazz-react
2
2
 
3
+ ## 0.11.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6a96d8b]
8
+ - Updated dependencies [a35249a]
9
+ - Updated dependencies [b9d194a]
10
+ - Updated dependencies [b9d194a]
11
+ - Updated dependencies [a4713df]
12
+ - Updated dependencies [e22de9f]
13
+ - Updated dependencies [34cbdc3]
14
+ - Updated dependencies [0f67e0a]
15
+ - Updated dependencies [18428ea]
16
+ - Updated dependencies [f039e8f]
17
+ - Updated dependencies [e22de9f]
18
+ - jazz-tools@0.11.0
19
+ - cojson@0.11.0
20
+ - jazz-browser@0.11.0
21
+
22
+ ## 0.10.15
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies [2f99de0]
27
+ - Updated dependencies [f86e278]
28
+ - jazz-tools@0.10.15
29
+ - cojson@0.10.15
30
+ - jazz-browser@0.10.15
31
+
3
32
  ## 0.10.14
4
33
 
5
34
  ### Patch Changes
@@ -1 +1 @@
1
- export declare function useIsAuthenticated(): import('vue').Ref<boolean, boolean>;
1
+ export declare function useIsAuthenticated(): any;
@@ -12,9 +12,9 @@ export declare function usePassphraseAuth({ wordlist, }: {
12
12
  wordlist: string[];
13
13
  }): import('vue').ComputedRef<{
14
14
  state: string;
15
- logIn: (passphrase: string) => Promise<void>;
16
- signUp: (name?: string) => Promise<string>;
17
- registerNewAccount: (passphrase: string, name: string) => Promise<import('jazz-tools').ID<import('jazz-tools').Account>>;
18
- generateRandomPassphrase: () => string;
19
- passphrase: string;
15
+ logIn: any;
16
+ signUp: any;
17
+ registerNewAccount: any;
18
+ generateRandomPassphrase: any;
19
+ passphrase: any;
20
20
  }>;