jazz-vue 0.13.5 → 0.13.9

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.13.5 build /home/runner/_work/jazz/jazz/packages/jazz-vue
2
+ > jazz-vue@0.13.9 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...
@@ -12,6 +12,6 @@ computing gzip size...
12
12
  dist/testing.js  1.19 kB │ gzip: 0.52 kB │ map: 1.70 kB
13
13
  dist/provider-CkA-a4Og.js  2.32 kB │ gzip: 0.81 kB │ map: 4.54 kB
14
14
  dist/index.js 13.98 kB │ gzip: 3.52 kB │ map: 22.99 kB
15
- [vite:dts] Declaration files built in 5365ms.
15
+ [vite:dts] Declaration files built in 4486ms.
16
16
 
17
- ✓ built in 5.60s
17
+ ✓ built in 4.73s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # jazz-react
2
2
 
3
+ ## 0.13.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a6cf01f]
8
+ - jazz-tools@0.13.9
9
+ - jazz-browser@0.13.9
10
+
11
+ ## 0.13.7
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [bc3d7bb]
16
+ - Updated dependencies [4e9aae1]
17
+ - Updated dependencies [21c935c]
18
+ - Updated dependencies [aa1c80e]
19
+ - Updated dependencies [13074be]
20
+ - jazz-tools@0.13.7
21
+ - cojson@0.13.7
22
+ - jazz-browser@0.13.7
23
+
3
24
  ## 0.13.5
4
25
 
5
26
  ### Patch Changes
package/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2024, Garden Computing, Inc.
1
+ Copyright 2025, Garden Computing, Inc.
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jazz-vue",
3
- "version": "0.13.5",
3
+ "version": "0.13.9",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "src/index.ts",
@@ -16,16 +16,16 @@
16
16
  }
17
17
  },
18
18
  "dependencies": {
19
- "cojson": "0.13.5",
20
- "jazz-browser": "0.13.5",
21
- "jazz-tools": "0.13.5"
19
+ "cojson": "0.13.7",
20
+ "jazz-browser": "0.13.9",
21
+ "jazz-tools": "0.13.9"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@scure/bip39": "^1.3.0",
25
25
  "@vitejs/plugin-vue": "^5.1.4",
26
26
  "rollup-plugin-node-externals": "^8.0.0",
27
- "typescript": "~5.6.2",
28
- "vite": "^6.0.11",
27
+ "typescript": "5.6.2",
28
+ "vite": "6.0.11",
29
29
  "vite-plugin-dts": "^4.2.4",
30
30
  "vue": "^3.5.11",
31
31
  "vue-tsc": "^2.1.6"