jazz-vue 0.8.44 → 0.8.48
Sign up to get free protection for your applications and to get access to all the features.
package/.turbo/turbo-build.log
CHANGED
@@ -1,10 +1,8 @@
|
|
1
1
|
|
2
|
-
> jazz-vue@0.8.
|
2
|
+
> jazz-vue@0.8.48 build /home/runner/work/jazz/jazz/packages/jazz-vue
|
3
3
|
> rm -rf ./dist && vite build
|
4
4
|
|
5
5
|
[36mvite v5.4.11 [32mbuilding for production...[36m[39m
|
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
|
[32m✓[39m 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
|
[2mdist/[22m[36mindex.js [39m[1m[2m10.50 kB[22m[1m[22m[2m │ gzip: 3.30 kB[22m
|
15
|
-
[vite:dts] Declaration files built in
|
13
|
+
[vite:dts] Declaration files built in 14189ms.
|
16
14
|
|
17
|
-
[32m✓ built in
|
15
|
+
[32m✓ built in 14.46s[39m
|
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,29 @@
|
|
1
1
|
# jazz-react
|
2
2
|
|
3
|
+
## 0.8.48
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [635e824]
|
8
|
+
- Updated dependencies [10ea733]
|
9
|
+
- Updated dependencies [0a85982]
|
10
|
+
- jazz-tools@0.8.48
|
11
|
+
- cojson@0.8.48
|
12
|
+
- jazz-browser@0.8.48
|
13
|
+
|
14
|
+
## 0.8.45
|
15
|
+
|
16
|
+
### Patch Changes
|
17
|
+
|
18
|
+
- Updated dependencies [6f0bd7f]
|
19
|
+
- Updated dependencies [fca6a0b]
|
20
|
+
- Updated dependencies [fa41f8e]
|
21
|
+
- Updated dependencies [88d7d9a]
|
22
|
+
- Updated dependencies [60e35ea]
|
23
|
+
- jazz-browser@0.8.45
|
24
|
+
- cojson@0.8.45
|
25
|
+
- jazz-tools@0.8.45
|
26
|
+
|
3
27
|
## 0.8.44
|
4
28
|
|
5
29
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"name": "jazz-vue",
|
3
|
-
"version": "0.8.
|
3
|
+
"version": "0.8.48",
|
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
|
-
"
|
11
|
-
"jazz-
|
12
|
-
"
|
10
|
+
"jazz-browser": "0.8.48",
|
11
|
+
"jazz-tools": "0.8.48",
|
12
|
+
"cojson": "0.8.48"
|
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;
|