@platforma-open/milaboratories.tcrdisco-enrichment.model 1.1.0
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 +31 -0
- package/CHANGELOG.md +7 -0
- package/dist/bundle.js +7577 -0
- package/dist/bundle.js.map +1 -0
- package/dist/index.cjs +306 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +200 -0
- package/dist/index.js +306 -0
- package/dist/index.js.map +1 -0
- package/dist/model.json +1 -0
- package/eslint.config.mjs +4 -0
- package/package.json +24 -0
- package/src/index.ts +456 -0
- package/tsconfig.json +16 -0
- package/vite.config.mts +41 -0
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
βWARNβ Issue while reading "/home/runner/work/tcr-disco/tcr-disco/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
|
+
|
|
3
|
+
> @platforma-open/milaboratories.tcrdisco-enrichment.model@1.1.0 build /home/runner/work/tcr-disco/tcr-disco/model
|
|
4
|
+
> vite build && BUILD_UMD=true vite build && block-tools build-model
|
|
5
|
+
|
|
6
|
+
[36mvite v6.3.5 [32mbuilding SSR bundle for production...[36m[39m
|
|
7
|
+
transforming...
|
|
8
|
+
[32mβ[39m 1 modules transformed.
|
|
9
|
+
rendering chunks...
|
|
10
|
+
|
|
11
|
+
[vite:dts] Start generate declaration files...
|
|
12
|
+
[2mdist/[22m[36mindex.js [39m[1m[2m13.42 kB[22m[1m[22m[2m β map: 23.96 kB[22m
|
|
13
|
+
[vite:dts] Start rollup declaration files...
|
|
14
|
+
Analysis will use the bundled TypeScript version 5.8.2
|
|
15
|
+
[vite:dts] Declaration files built in 26157ms.
|
|
16
|
+
|
|
17
|
+
[2mdist/[22m[36mindex.cjs [39m[1m[2m13.48 kB[22m[1m[22m[2m β map: 24.21 kB[22m
|
|
18
|
+
[32mβ built in 26.30s[39m
|
|
19
|
+
[36mvite v6.3.5 [32mbuilding for production...[36m[39m
|
|
20
|
+
transforming...
|
|
21
|
+
[32mβ[39m 77 modules transformed.
|
|
22
|
+
rendering chunks...
|
|
23
|
+
|
|
24
|
+
[vite:dts] Start generate declaration files...
|
|
25
|
+
computing gzip size...
|
|
26
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m267.76 kB[22m[1m[22m[2m β gzip: 47.78 kB[22m[2m β map: 535.29 kB[22m
|
|
27
|
+
[vite:dts] Start rollup declaration files...
|
|
28
|
+
Analysis will use the bundled TypeScript version 5.8.2
|
|
29
|
+
[vite:dts] Declaration files built in 27494ms.
|
|
30
|
+
|
|
31
|
+
[32mβ built in 29.00s[39m
|