@platforma-open/milaboratories.clonotype-clustering.model 2.13.4 → 2.13.5
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 +5 -5
- package/CHANGELOG.md +9 -0
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
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.13.
|
|
3
|
+
> @platforma-open/milaboratories.clonotype-clustering.model@2.13.5 build /home/runner/work/clonotype-clustering/clonotype-clustering/model
|
|
4
4
|
> tsup && vite build && block-tools build-model
|
|
5
5
|
|
|
6
6
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
[34mESM[39m Build start
|
|
14
14
|
[32mCJS[39m [1mdist/index.cjs [22m[32m6.49 KB[39m
|
|
15
15
|
[32mCJS[39m [1mdist/index.cjs.map [22m[32m16.05 KB[39m
|
|
16
|
-
[32mCJS[39m ⚡️ Build success in
|
|
16
|
+
[32mCJS[39m ⚡️ Build success in 174ms
|
|
17
17
|
[32mESM[39m [1mdist/index.js [22m[32m6.48 KB[39m
|
|
18
18
|
[32mESM[39m [1mdist/index.js.map [22m[32m15.96 KB[39m
|
|
19
|
-
[32mESM[39m ⚡️ Build success in
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 175ms
|
|
20
20
|
[34mDTS[39m Build start
|
|
21
|
-
[32mDTS[39m ⚡️ Build success in
|
|
21
|
+
[32mDTS[39m ⚡️ Build success in 2201ms
|
|
22
22
|
[32mDTS[39m [1mdist/index.d.cts [22m[32m5.85 KB[39m
|
|
23
23
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m5.85 KB[39m
|
|
24
24
|
[36mvite v6.3.5 [32mbuilding for production...[36m[39m
|
|
@@ -28,4 +28,4 @@ rendering chunks...
|
|
|
28
28
|
computing gzip size...
|
|
29
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
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
|
|
31
|
+
[32m✓ built in 1.11s[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @platforma-open/milaboratories.clonotype-clustering.model
|
|
2
2
|
|
|
3
|
+
## 2.13.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 13758de: technical release
|
|
8
|
+
- 008f95c: technical release
|
|
9
|
+
- b8c8bc3: technical release
|
|
10
|
+
- bffa615: technical release
|
|
11
|
+
|
|
3
12
|
## 2.13.4
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|