@platforma-open/milaboratories.tcrdisco-enrichment.model 1.1.0 → 1.1.1
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 +9 -9
- package/CHANGELOG.md +6 -0
- package/dist/bundle.js +564 -219
- package/dist/bundle.js.map +1 -1
- package/dist/index.cjs +9 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +50 -21
- package/dist/index.js +9 -5
- package/dist/index.js.map +1 -1
- package/dist/model.json +1 -1
- package/package.json +5 -5
- package/src/index.ts +11 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
WARN Issue while reading "/home/runner/work/tcr-disco/tcr-disco/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @platforma-open/milaboratories.tcrdisco-enrichment.model@1.1.
|
|
3
|
+
> @platforma-open/milaboratories.tcrdisco-enrichment.model@1.1.1 build /home/runner/work/tcr-disco/tcr-disco/model
|
|
4
4
|
> vite build && BUILD_UMD=true vite build && block-tools build-model
|
|
5
5
|
|
|
6
6
|
[36mvite v6.3.5 [32mbuilding SSR bundle for production...[36m[39m
|
|
@@ -9,23 +9,23 @@ transforming...
|
|
|
9
9
|
rendering chunks...
|
|
10
10
|
|
|
11
11
|
[vite:dts] Start generate declaration files...
|
|
12
|
-
[2mdist/[22m[36mindex.js [39m[1m[2m13.
|
|
12
|
+
[2mdist/[22m[36mindex.js [39m[1m[2m13.75 kB[22m[1m[22m[2m │ map: 24.51 kB[22m
|
|
13
13
|
[vite:dts] Start rollup declaration files...
|
|
14
14
|
Analysis will use the bundled TypeScript version 5.8.2
|
|
15
|
-
[vite:dts] Declaration files built in
|
|
15
|
+
[vite:dts] Declaration files built in 25645ms.
|
|
16
16
|
|
|
17
|
-
[2mdist/[22m[36mindex.cjs [39m[1m[2m13.
|
|
18
|
-
[32m✓ built in
|
|
17
|
+
[2mdist/[22m[36mindex.cjs [39m[1m[2m13.81 kB[22m[1m[22m[2m │ map: 24.76 kB[22m
|
|
18
|
+
[32m✓ built in 25.82s[39m
|
|
19
19
|
[36mvite v6.3.5 [32mbuilding for production...[36m[39m
|
|
20
20
|
transforming...
|
|
21
|
-
[32m✓[39m
|
|
21
|
+
[32m✓[39m 268 modules transformed.
|
|
22
22
|
rendering chunks...
|
|
23
23
|
|
|
24
24
|
[vite:dts] Start generate declaration files...
|
|
25
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
26
|
[vite:dts] Start rollup declaration files...
|
|
28
27
|
Analysis will use the bundled TypeScript version 5.8.2
|
|
29
|
-
[
|
|
28
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m278.49 kB[22m[1m[22m[2m │ gzip: 50.28 kB[22m[2m │ map: 569.66 kB[22m
|
|
29
|
+
[vite:dts] Declaration files built in 24793ms.
|
|
30
30
|
|
|
31
|
-
[32m✓ built in
|
|
31
|
+
[32m✓ built in 26.32s[39m
|