@platforma-open/milaboratories.clonotype-clustering.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 +5881 -0
- package/dist/bundle.js.map +1 -0
- package/dist/index.cjs +79 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +71 -0
- package/dist/index.d.ts +71 -0
- package/dist/index.js +77 -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 +139 -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-clustering/clonotype-clustering/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
|
+
|
|
3
|
+
> @platforma-open/milaboratories.clonotype-clustering.model@1.1.0 build /home/runner/work/clonotype-clustering/clonotype-clustering/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-clustering/clonotype-clustering/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[32m2.58 KB[39m
|
|
15
|
+
[32mCJS[39m [1mdist/index.cjs.map [22m[32m6.73 KB[39m
|
|
16
|
+
[32mCJS[39m ⚡️ Build success in 266ms
|
|
17
|
+
[32mESM[39m [1mdist/index.js [22m[32m2.57 KB[39m
|
|
18
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m6.65 KB[39m
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 266ms
|
|
20
|
+
[34mDTS[39m Build start
|
|
21
|
+
[32mDTS[39m ⚡️ Build success in 2442ms
|
|
22
|
+
[32mDTS[39m [1mdist/index.d.cts [22m[32m2.52 KB[39m
|
|
23
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m2.52 KB[39m
|
|
24
|
+
[36mvite v6.2.3 [32mbuilding for production...[36m[39m
|
|
25
|
+
transforming...
|
|
26
|
+
[32m✓[39m 11 modules transformed.
|
|
27
|
+
rendering chunks...
|
|
28
|
+
computing gzip size...
|
|
29
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m177.12 kB[22m[1m[22m[2m │ gzip: 34.02 kB[22m[2m │ map: 376.80 kB[22m
|
|
30
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m189.30 kB[22m[1m[22m[2m │ gzip: 34.61 kB[22m[2m │ map: 378.29 kB[22m
|
|
31
|
+
[32m✓ built in 887ms[39m
|