@credenza3/scanner-lib 0.0.2 → 0.0.3
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.
- package/.turbo/turbo-build.log +10 -26
- package/dist/scanner.es.js +1512 -2905
- package/dist/scanner.umd.js +3 -4
- package/package.json +18 -18
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,37 +1,21 @@
|
|
|
1
1
|
|
|
2
|
-
> @credenza3/scanner-lib@0.0.
|
|
2
|
+
> @credenza3/scanner-lib@0.0.3 build /home/runner/work/scanner/scanner/packages/scanner-lib
|
|
3
3
|
> vite build
|
|
4
4
|
|
|
5
5
|
Vite command: 'build', mode: 'production'
|
|
6
|
-
[
|
|
7
|
-
[36mvite v7.1.12 [32mbuilding for production...[36m[39m
|
|
6
|
+
[36mvite v5.4.21 [32mbuilding for production...[36m[39m
|
|
8
7
|
transforming...
|
|
9
|
-
[
|
|
10
|
-
9:07:10 AM [vite-plugin-svelte] /home/runner/work/scanner/scanner/packages/ui/Main.svelte:14:2 Self-closing HTML tags for non-void elements are ambiguous — use `<video ...></video>` rather than `<video ... />`
|
|
11
|
-
https://svelte.dev/e/element_invalid_self_closing_tag
|
|
12
|
-
12: {/if}
|
|
13
|
-
13: <!-- svelte-ignore a11y-media-has-caption -->
|
|
14
|
-
14: <video id={scannerElements.VIDEO} />
|
|
15
|
-
^
|
|
16
|
-
15: </div>
|
|
17
|
-
16:
|
|
18
|
-
9:07:10 AM [vite-plugin-svelte] /home/runner/work/scanner/scanner/packages/ui/Close.svelte:37:0 Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`
|
|
19
|
-
https://svelte.dev/e/element_invalid_self_closing_tag
|
|
20
|
-
35:
|
|
21
|
-
36: <!-- svelte-ignore a11y-click-events-have-key-events -->
|
|
22
|
-
37: <div class="cscanapp-close" on:click={close} role="button" tabindex="0" />
|
|
23
|
-
^
|
|
24
|
-
38:
|
|
25
|
-
[32m✓[39m 117 modules transformed.
|
|
8
|
+
[32m✓[39m 44 modules transformed.
|
|
26
9
|
rendering chunks...
|
|
27
10
|
|
|
28
11
|
[vite:dts] Start generate declaration files...
|
|
29
12
|
computing gzip size...
|
|
30
|
-
[2mdist/[22m[36mqr-scanner-worker.min-DpjUkzFK.js [39m[1m[
|
|
31
|
-
[2mdist/[22m[36mscanner.es.js [39m[1m[
|
|
13
|
+
[2mdist/[22m[36mqr-scanner-worker.min-DpjUkzFK.js [39m[1m[2m43.97 kB[22m[1m[22m[2m │ gzip: 10.47 kB[22m
|
|
14
|
+
[2mdist/[22m[36mscanner.es.js [39m[1m[2m71.36 kB[22m[1m[22m[2m │ gzip: 19.79 kB[22m
|
|
32
15
|
[vite:dts] Start rollup declaration files...
|
|
33
|
-
Analysis will use the bundled TypeScript version 5.
|
|
34
|
-
|
|
16
|
+
Analysis will use the bundled TypeScript version 5.4.2
|
|
17
|
+
*** The target project appears to use TypeScript 5.9.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.
|
|
18
|
+
[vite:dts] Declaration files built in 4093ms.
|
|
35
19
|
|
|
36
|
-
[2mdist/[22m[36mscanner.umd.js [39m[1m[
|
|
37
|
-
[32m✓ built in
|
|
20
|
+
[2mdist/[22m[36mscanner.umd.js [39m[1m[2m96.48 kB[22m[1m[22m[2m │ gzip: 27.87 kB[22m
|
|
21
|
+
[32m✓ built in 5.36s[39m
|