@credenza3/scanner-lib 0.0.1 → 0.0.2
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 +30 -13
- package/dist/scanner.es.js +2922 -1593
- package/dist/scanner.umd.js +4 -3
- package/package.json +20 -20
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,20 +1,37 @@
|
|
|
1
1
|
|
|
2
|
-
> @credenza3/scanner-lib@0.0.
|
|
2
|
+
> @credenza3/scanner-lib@0.0.2 build /home/runner/work/scanner/scanner/packages/scanner-lib
|
|
3
3
|
> vite build
|
|
4
4
|
|
|
5
5
|
Vite command: 'build', mode: 'production'
|
|
6
|
-
[
|
|
6
|
+
[33mThe `define` option contains an object with "PATH" for "process.env" key. It looks like you may have passed the entire `process.env` object to `define`, which can unintentionally expose all environment variables. This poses a security risk and is discouraged.[39m
|
|
7
|
+
[36mvite v7.1.12 [32mbuilding for production...[36m[39m
|
|
7
8
|
transforming...
|
|
8
|
-
[
|
|
9
|
+
[1mThe TypeScript option verbatimModuleSyntax is now required when using Svelte files with lang="ts". Please add it to your tsconfig.json.[0m
|
|
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.
|
|
9
26
|
rendering chunks...
|
|
10
|
-
|
|
11
|
-
|
|
27
|
+
|
|
28
|
+
[vite:dts] Start generate declaration files...
|
|
12
29
|
computing gzip size...
|
|
13
|
-
[2mdist/[22m[36mqr-scanner-worker.min-DpjUkzFK.js [39m[1m[
|
|
14
|
-
[2mdist/[22m[36mscanner.es.js [39m[1m[
|
|
15
|
-
|
|
16
|
-
Analysis will use the bundled TypeScript version 5.
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
[2mdist/[22m[36mscanner.umd.js [39m[1m[
|
|
20
|
-
[32m✓ built in
|
|
30
|
+
[2mdist/[22m[36mqr-scanner-worker.min-DpjUkzFK.js [39m[1m[2m 43.97 kB[22m[1m[22m[2m │ gzip: 10.47 kB[22m
|
|
31
|
+
[2mdist/[22m[36mscanner.es.js [39m[1m[2m108.33 kB[22m[1m[22m[2m │ gzip: 29.95 kB[22m
|
|
32
|
+
[vite:dts] Start rollup declaration files...
|
|
33
|
+
Analysis will use the bundled TypeScript version 5.8.2
|
|
34
|
+
[vite:dts] Declaration files built in 3010ms.
|
|
35
|
+
|
|
36
|
+
[2mdist/[22m[36mscanner.umd.js [39m[1m[2m114.63 kB[22m[1m[22m[2m │ gzip: 34.77 kB[22m
|
|
37
|
+
[32m✓ built in 4.14s[39m
|