@platforma-open/milaboratories.clonotype-clustering.model 2.13.5 → 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 +12 -0
- package/dist/bundle.js +8162 -7316
- 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 +34 -37
- 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/src/index.ts +2 -2
- 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.05 KB[39m
|
|
16
|
-
[32mCJS[39m ⚡️ Build success in 174ms
|
|
17
|
-
[32mESM[39m [1mdist/index.js [22m[32m6.48 KB[39m
|
|
18
|
-
[32mESM[39m [1mdist/index.js.map [22m[32m15.96 KB[39m
|
|
19
|
-
[32mESM[39m ⚡️ Build success in 175ms
|
|
20
|
-
[34mDTS[39m Build start
|
|
21
|
-
[32mDTS[39m ⚡️ Build success in 2201ms
|
|
22
|
-
[32mDTS[39m [1mdist/index.d.cts [22m[32m5.85 KB[39m
|
|
23
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[32m5.85 KB[39m
|
|
24
|
-
[36mvite v6.3.5 [32mbuilding for production...[36m[39m
|
|
25
|
-
transforming...
|
|
26
|
-
[32m✓[39m 71 modules transformed.
|
|
27
|
-
rendering chunks...
|
|
28
|
-
computing gzip size...
|
|
29
|
-
[2mdist/[22m[36mbundle.js [39m[1m[2m244.24 kB[22m[1m[22m[2m │ gzip: 46.47 kB[22m[2m │ map: 520.29 kB[22m
|
|
30
|
-
[2mdist/[22m[36mbundle.js [39m[1m[2m259.56 kB[22m[1m[22m[2m │ gzip: 47.23 kB[22m[2m │ map: 521.96 kB[22m
|
|
31
|
-
[32m✓ built in 1.11s[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 ,
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @platforma-open/milaboratories.clonotype-clustering.model
|
|
2
2
|
|
|
3
|
+
## 2.14.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 836e038: Deduplication and migration to latest layout
|
|
8
|
+
|
|
9
|
+
## 2.13.6
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- ff8ac39: refactor for deduplication
|
|
14
|
+
|
|
3
15
|
## 2.13.5
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|