@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.
@@ -1,20 +1,37 @@
1
1
 
2
- > @credenza3/scanner-lib@0.0.1 build /home/runner/work/scanner/scanner/packages/scanner-lib
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
- vite v5.2.11 building for production...
6
+ The `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.
7
+ vite v7.1.12 building for production...
7
8
  transforming...
8
- ✓ 43 modules transformed.
9
+ The TypeScript option verbatimModuleSyntax is now required when using Svelte files with lang="ts". Please add it to your tsconfig.json.
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
+ ✓ 117 modules transformed.
9
26
  rendering chunks...
10
- 
11
- [vite:dts] Start generate declaration files...
27
+
28
+ [vite:dts] Start generate declaration files...
12
29
  computing gzip size...
13
- dist/qr-scanner-worker.min-DpjUkzFK.js 43.97 kB │ gzip: 10.47 kB
14
- dist/scanner.es.js 71.90 kB │ gzip: 19.83 kB
15
- [vite:dts] Start rollup declaration files...
16
- Analysis will use the bundled TypeScript version 5.4.2
17
- [vite:dts] Declaration files built in 10975ms.
18
- 
19
- dist/scanner.umd.js 96.49 kB │ gzip: 27.87 kB
20
- ✓ built in 13.48s
30
+ dist/qr-scanner-worker.min-DpjUkzFK.js  43.97 kB │ gzip: 10.47 kB
31
+ dist/scanner.es.js 108.33 kB │ gzip: 29.95 kB
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
+ dist/scanner.umd.js 114.63 kB │ gzip: 34.77 kB
37
+ ✓ built in 4.14s