@platforma-open/milaboratories.clonotype-enrichment.model 2.0.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 +5857 -0
- package/dist/bundle.js.map +1 -0
- package/dist/index.cjs +121 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +102 -0
- package/dist/index.d.ts +102 -0
- package/dist/index.js +119 -0
- package/dist/index.js.map +1 -0
- package/dist/model.json +1 -0
- package/eslint.config.mjs +4 -0
- package/package.json +39 -0
- package/src/index.ts +190 -0
- package/tsconfig.json +16 -0
- package/vite.config.mts +20 -0
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
WARN Issue while reading "/home/runner/work/clonotype-enrichment/clonotype-enrichment/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
|
+
|
|
3
|
+
> @platforma-open/milaboratories.clonotype-enrichment.model@2.0.0 build /home/runner/work/clonotype-enrichment/clonotype-enrichment/model
|
|
4
|
+
> tsup && vite build && block-tools build-model
|
|
5
|
+
|
|
6
|
+
[34mCLI[39m Building entry: src/index.ts
|
|
7
|
+
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
8
|
+
[34mCLI[39m tsup v8.3.5
|
|
9
|
+
[34mCLI[39m Using tsup config: /home/runner/work/clonotype-enrichment/clonotype-enrichment/model/package.json
|
|
10
|
+
[34mCLI[39m Target: es2022
|
|
11
|
+
[34mCLI[39m Cleaning output folder
|
|
12
|
+
[34mCJS[39m Build start
|
|
13
|
+
[34mESM[39m Build start
|
|
14
|
+
[32mCJS[39m [1mdist/index.cjs [22m[32m3.82 KB[39m
|
|
15
|
+
[32mCJS[39m [1mdist/index.cjs.map [22m[32m10.18 KB[39m
|
|
16
|
+
[32mCJS[39m ⚡️ Build success in 134ms
|
|
17
|
+
[32mESM[39m [1mdist/index.js [22m[32m3.81 KB[39m
|
|
18
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m10.10 KB[39m
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 134ms
|
|
20
|
+
[34mDTS[39m Build start
|
|
21
|
+
[32mDTS[39m ⚡️ Build success in 2201ms
|
|
22
|
+
[32mDTS[39m [1mdist/index.d.cts [22m[32m3.78 KB[39m
|
|
23
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m3.78 KB[39m
|
|
24
|
+
[36mvite v6.2.4 [32mbuilding for production...[36m[39m
|
|
25
|
+
transforming...
|
|
26
|
+
[32m✓[39m 7 modules transformed.
|
|
27
|
+
rendering chunks...
|
|
28
|
+
computing gzip size...
|
|
29
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m175.57 kB[22m[1m[22m[2m │ gzip: 33.52 kB[22m[2m │ map: 373.08 kB[22m
|
|
30
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m187.69 kB[22m[1m[22m[2m │ gzip: 34.11 kB[22m[2m │ map: 374.52 kB[22m
|
|
31
|
+
[32m✓ built in 824ms[39m
|