@platforma-open/milaboratories.clonotype-enrichment.model 2.0.0 → 2.0.1
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 +7 -7
- package/CHANGELOG.md +6 -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-enrichment/clonotype-enrichment/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @platforma-open/milaboratories.clonotype-enrichment.model@2.0.
|
|
3
|
+
> @platforma-open/milaboratories.clonotype-enrichment.model@2.0.1 build /home/runner/work/clonotype-enrichment/clonotype-enrichment/model
|
|
4
4
|
> tsup && vite build && block-tools build-model
|
|
5
5
|
|
|
6
6
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
[34mCLI[39m Cleaning output folder
|
|
12
12
|
[34mCJS[39m Build start
|
|
13
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
14
|
[32mESM[39m [1mdist/index.js [22m[32m3.81 KB[39m
|
|
18
15
|
[32mESM[39m [1mdist/index.js.map [22m[32m10.10 KB[39m
|
|
19
|
-
[32mESM[39m ⚡️ Build success in
|
|
16
|
+
[32mESM[39m ⚡️ Build success in 144ms
|
|
17
|
+
[32mCJS[39m [1mdist/index.cjs [22m[32m3.82 KB[39m
|
|
18
|
+
[32mCJS[39m [1mdist/index.cjs.map [22m[32m10.18 KB[39m
|
|
19
|
+
[32mCJS[39m ⚡️ Build success in 144ms
|
|
20
20
|
[34mDTS[39m Build start
|
|
21
|
-
[32mDTS[39m ⚡️ Build success in
|
|
21
|
+
[32mDTS[39m ⚡️ Build success in 2250ms
|
|
22
22
|
[32mDTS[39m [1mdist/index.d.cts [22m[32m3.78 KB[39m
|
|
23
23
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m3.78 KB[39m
|
|
24
24
|
[36mvite v6.2.4 [32mbuilding for production...[36m[39m
|
|
@@ -28,4 +28,4 @@ rendering chunks...
|
|
|
28
28
|
computing gzip size...
|
|
29
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
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
|
|
31
|
+
[32m✓ built in 885ms[39m
|
package/CHANGELOG.md
CHANGED