jazz-vue 0.13.11 → 0.13.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.
@@ -1,8 +1,19 @@
1
1
 
2
- > jazz-vue@0.13.11 build /home/runner/_work/jazz/jazz/packages/jazz-vue
2
+ > jazz-vue@0.13.12 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...
6
+ src/provider.ts:84:13 - error TS2322: Type '"indexedDB" | "singleTabOPFS" | undefined' is not assignable to type 'StorageConfig | undefined'.
7
+ Type '"singleTabOPFS"' is not assignable to type 'StorageConfig | undefined'.
8
+
9
+ 84 storage: props.storage,
10
+    ~~~~~~~
11
+
12
+ ../jazz-browser/dist/BrowserContextManager.d.ts:11:5
13
+ 11 storage?: BaseBrowserContextOptions["storage"];
14
+    ~~~~~~~
15
+ The expected type comes from property 'storage' which is declared here on type 'JazzContextManagerProps<AccountSchema>'
16
+
6
17
  transforming...
7
18
  ✓ 12 modules transformed.
8
19
  rendering chunks...
@@ -12,6 +23,6 @@ computing gzip size...
12
23
  dist/testing.js  1.19 kB │ gzip: 0.52 kB │ map: 1.70 kB
13
24
  dist/provider-CkA-a4Og.js  2.32 kB │ gzip: 0.81 kB │ map: 4.54 kB
14
25
  dist/index.js 13.98 kB │ gzip: 3.52 kB │ map: 22.99 kB
15
- [vite:dts] Declaration files built in 4101ms.
26
+ [vite:dts] Declaration files built in 5430ms.
16
27
 
17
- ✓ built in 4.24s
28
+ ✓ built in 5.71s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # jazz-react
2
2
 
3
+ ## 0.13.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [4547525]
8
+ - Updated dependencies [29e05c4]
9
+ - Updated dependencies [65719f2]
10
+ - jazz-tools@0.13.12
11
+ - jazz-browser@0.13.12
12
+ - cojson@0.13.12
13
+
3
14
  ## 0.13.11
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jazz-vue",
3
- "version": "0.13.11",
3
+ "version": "0.13.12",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "src/index.ts",
@@ -16,9 +16,9 @@
16
16
  }
17
17
  },
18
18
  "dependencies": {
19
- "cojson": "0.13.11",
20
- "jazz-browser": "0.13.11",
21
- "jazz-tools": "0.13.11"
19
+ "cojson": "0.13.12",
20
+ "jazz-browser": "0.13.12",
21
+ "jazz-tools": "0.13.12"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@scure/bip39": "^1.3.0",