@platforma-open/milaboratories.clonotype-clustering.model 2.13.6 → 2.14.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 +11 -28
- package/.turbo/turbo-lint.log +5 -0
- package/.turbo/turbo-type-check.log +6 -0
- package/CHANGELOG.md +6 -0
- package/dist/bundle.js +8182 -7373
- package/dist/bundle.js.map +1 -1
- package/dist/index.cjs +212 -203
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +30 -33
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +212 -203
- package/dist/index.js.map +1 -1
- package/dist/model.json +1 -1
- package/package.json +24 -25
- package/tsconfig.json +2 -9
- package/vitest.config.mts +8 -0
- package/dist/index.d.cts +0 -153
- package/vite.config.mts +0 -20
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,31 +1,14 @@
|
|
|
1
1
|
WARN Issue while reading "/home/runner/work/clonotype-clustering/clonotype-clustering/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @platforma-open/milaboratories.clonotype-clustering.model@2.
|
|
4
|
-
>
|
|
3
|
+
> @platforma-open/milaboratories.clonotype-clustering.model@2.14.0 build /home/runner/work/clonotype-clustering/clonotype-clustering/model
|
|
4
|
+
> ts-builder build --target block-model && block-tools build-model
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
[
|
|
9
|
-
[
|
|
10
|
-
[
|
|
11
|
-
[
|
|
12
|
-
[
|
|
13
|
-
[
|
|
14
|
-
|
|
15
|
-
[32mCJS[39m [1mdist/index.cjs.map [22m[32m16.06 KB[39m
|
|
16
|
-
[32mCJS[39m ⚡️ Build success in 185ms
|
|
17
|
-
[32mESM[39m [1mdist/index.js [22m[32m6.49 KB[39m
|
|
18
|
-
[32mESM[39m [1mdist/index.js.map [22m[32m15.97 KB[39m
|
|
19
|
-
[32mESM[39m ⚡️ Build success in 185ms
|
|
20
|
-
[34mDTS[39m Build start
|
|
21
|
-
[32mDTS[39m ⚡️ Build success in 2631ms
|
|
22
|
-
[32mDTS[39m [1mdist/index.d.cts [22m[32m5.96 KB[39m
|
|
23
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[32m5.96 KB[39m
|
|
24
|
-
[36mvite v6.3.5 [32mbuilding for production...[36m[39m
|
|
25
|
-
transforming...
|
|
26
|
-
[32m✓[39m 77 modules transformed.
|
|
27
|
-
rendering chunks...
|
|
28
|
-
computing gzip size...
|
|
29
|
-
[2mdist/[22m[36mbundle.js [39m[1m[2m246.11 kB[22m[1m[22m[2m │ gzip: 46.50 kB[22m[2m │ map: 523.88 kB[22m
|
|
30
|
-
[2mdist/[22m[36mbundle.js [39m[1m[2m261.50 kB[22m[1m[22m[2m │ gzip: 47.21 kB[22m[2m │ map: 525.55 kB[22m
|
|
31
|
-
[32m✓ built in 1.42s[39m
|
|
6
|
+
Building block-model project...
|
|
7
|
+
↳ rollup -c /home/runner/work/clonotype-clustering/clonotype-clustering/node_modules/.pnpm/@milaboratories+ts-builder@1.2.1_@microsoft+api-extractor@7.55.2_@types+node@24.5.2__@types+n_6gqrcohg6rrrhu5lui6bcpwgfa/node_modules/@milaboratories/ts-builder/dist/configs/rollup.block-model.config.js
|
|
8
|
+
[36m
|
|
9
|
+
[1m./src/index.ts[22m → [1mdist, dist[22m...[39m
|
|
10
|
+
[32mcreated [1mdist, dist[22m in [1m3s[22m[39m
|
|
11
|
+
[36m
|
|
12
|
+
[1m./src/index.ts[22m → [1mdist[22m...[39m
|
|
13
|
+
[32mcreated [1mdist[22m in [1m3.4s[22m[39m
|
|
14
|
+
Build completed successfully
|
|
@@ -0,0 +1,5 @@
|
|
|
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@2.14.0 lint /home/runner/work/clonotype-clustering/clonotype-clustering/model
|
|
4
|
+
> eslint .
|
|
5
|
+
|
|
@@ -0,0 +1,6 @@
|
|
|
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@2.14.0 type-check /home/runner/work/clonotype-clustering/clonotype-clustering/model
|
|
4
|
+
> ts-builder types --target block-model
|
|
5
|
+
|
|
6
|
+
↳ tsc --noEmit --project ./tsconfig.json --customConditions ,
|