jazz-vue 0.8.44 → 0.8.45

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,10 +1,8 @@
1
1
 
2
- > jazz-vue@0.8.44 build /home/runner/work/jazz/jazz/packages/jazz-vue
2
+ > jazz-vue@0.8.45 build /home/runner/work/jazz/jazz/packages/jazz-vue
3
3
  > rm -rf ./dist && vite build
4
4
 
5
5
  vite v5.4.11 building for production...
6
- (node:2336) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated.
7
- (Use `node --trace-deprecation ...` to show where the warning was created)
8
6
  transforming...
9
7
  ✓ 7 modules transformed.
10
8
  rendering chunks...
@@ -12,6 +10,6 @@ rendering chunks...
12
10
  [vite:dts] Start generate declaration files...
13
11
  computing gzip size...
14
12
  dist/index.js 10.50 kB │ gzip: 3.30 kB
15
- [vite:dts] Declaration files built in 13554ms.
13
+ [vite:dts] Declaration files built in 13785ms.
16
14
 
17
- ✓ built in 13.93s
15
+ ✓ built in 14.05s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # jazz-react
2
2
 
3
+ ## 0.8.45
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6f0bd7f]
8
+ - Updated dependencies [fca6a0b]
9
+ - Updated dependencies [fa41f8e]
10
+ - Updated dependencies [88d7d9a]
11
+ - Updated dependencies [60e35ea]
12
+ - jazz-browser@0.8.45
13
+ - cojson@0.8.45
14
+ - jazz-tools@0.8.45
15
+
3
16
  ## 0.8.44
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "jazz-vue",
3
- "version": "0.8.44",
3
+ "version": "0.8.45",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "src/index.ts",
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
9
  "@scure/bip39": "^1.3.0",
10
- "cojson": "0.8.44",
11
- "jazz-browser": "0.8.44",
12
- "jazz-tools": "0.8.44"
10
+ "cojson": "0.8.45",
11
+ "jazz-browser": "0.8.45",
12
+ "jazz-tools": "0.8.45"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@vitejs/plugin-vue": "^5.1.4",
@@ -1,27 +0,0 @@
1
- import { ImageDefinition } from 'jazz-tools';
2
- declare function __VLS_template(): {
3
- slots: {
4
- default?(_: {
5
- src: string | undefined;
6
- res: `${number}x${number}` | "placeholder" | undefined;
7
- originalSize: readonly [number, number] | undefined;
8
- }): any;
9
- };
10
- refs: {};
11
- attrs: Partial<{}>;
12
- };
13
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
- declare const __VLS_component: import('vue').DefineComponent<{
15
- image: ImageDefinition | null | undefined;
16
- maxWidth?: number;
17
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
18
- image: ImageDefinition | null | undefined;
19
- maxWidth?: number;
20
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
21
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
22
- export default _default;
23
- type __VLS_WithTemplateSlots<T, S> = T & {
24
- new (): {
25
- $slots: S;
26
- };
27
- };
@@ -1,9 +0,0 @@
1
- import { DemoAuthState } from './useDemoAuth.js';
2
- declare const _default: import('vue').DefineComponent<{
3
- appName: string;
4
- state: DemoAuthState;
5
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
6
- appName: string;
7
- state: DemoAuthState;
8
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
- export default _default;