@platforma-open/milaboratories.redefine-clonotypes.model 1.0.1 → 1.0.2
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 +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
WARN Issue while reading "/home/runner/work/redefine-clonotypes/redefine-clonotypes/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @platforma-open/milaboratories.redefine-clonotypes.model@1.0.
|
|
3
|
+
> @platforma-open/milaboratories.redefine-clonotypes.model@1.0.2 build /home/runner/work/redefine-clonotypes/redefine-clonotypes/model
|
|
4
4
|
> vite build && BUILD_UMD=true vite build && block-tools build-model
|
|
5
5
|
|
|
6
6
|
[36mvite v6.3.5 [32mbuilding SSR bundle for production...[36m[39m
|
|
@@ -12,10 +12,10 @@ rendering chunks...
|
|
|
12
12
|
[2mdist/[22m[36mindex.js [39m[1m[2m2.47 kB[22m[1m[22m[2m │ map: 4.80 kB[22m
|
|
13
13
|
[vite:dts] Start rollup declaration files...
|
|
14
14
|
Analysis will use the bundled TypeScript version 5.8.2
|
|
15
|
-
[vite:dts] Declaration files built in
|
|
15
|
+
[vite:dts] Declaration files built in 3407ms.
|
|
16
16
|
|
|
17
17
|
[2mdist/[22m[36mindex.cjs [39m[1m[2m2.57 kB[22m[1m[22m[2m │ map: 4.82 kB[22m
|
|
18
|
-
[32m✓ built in 3.
|
|
18
|
+
[32m✓ built in 3.48s[39m
|
|
19
19
|
[36mvite v6.3.5 [32mbuilding for production...[36m[39m
|
|
20
20
|
transforming...
|
|
21
21
|
[32m✓[39m 69 modules transformed.
|
|
@@ -26,6 +26,6 @@ computing gzip size...
|
|
|
26
26
|
[vite:dts] Start rollup declaration files...
|
|
27
27
|
Analysis will use the bundled TypeScript version 5.8.2
|
|
28
28
|
[2mdist/[22m[36mbundle.js [39m[1m[2m219.75 kB[22m[1m[22m[2m │ gzip: 39.07 kB[22m[2m │ map: 445.21 kB[22m
|
|
29
|
-
[vite:dts] Declaration files built in
|
|
29
|
+
[vite:dts] Declaration files built in 3240ms.
|
|
30
30
|
|
|
31
|
-
[32m✓ built in 3.
|
|
31
|
+
[32m✓ built in 3.91s[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @platforma-open/milaboratories.redefine-clonotypes.model
|
|
2
2
|
|
|
3
|
+
## 1.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 53dc929: technical release
|
|
8
|
+
- edeae1d: technical release
|
|
9
|
+
- 9fc42b8: technical release
|
|
10
|
+
- 5a7b685: technical release
|
|
11
|
+
|
|
3
12
|
## 1.0.1
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platforma-open/milaboratories.redefine-clonotypes.model",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Block model",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@platforma-sdk/model": "^1.42.36"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"@platforma-sdk/block-tools": "^2.
|
|
13
|
+
"@platforma-sdk/block-tools": "^2.6.14",
|
|
14
14
|
"typescript": "~5.5.4",
|
|
15
15
|
"vite": "^6.3.5",
|
|
16
16
|
"vite-plugin-dts": "^4.3.0",
|