@platforma-open/milaboratories.immune-assay-data.model 1.6.0 → 1.7.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 +16 -10
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +6 -0
- package/dist/bundle.js +8108 -9142
- package/dist/bundle.js.map +1 -1
- package/dist/index.cjs +96 -151
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +84 -77
- package/dist/index.js +94 -148
- package/dist/index.js.map +1 -1
- package/dist/label.cjs +11 -19
- package/dist/label.cjs.map +1 -1
- package/dist/label.d.ts +8 -5
- package/dist/label.js +11 -17
- package/dist/label.js.map +1 -1
- package/dist/model.json +1 -1
- package/package.json +6 -6
- package/src/index.ts +8 -4
- package/dist/index.d.ts.map +0 -1
- package/dist/label.d.ts.map +0 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,16 +1,22 @@
|
|
|
1
1
|
WARN Issue while reading "/home/runner/work/immune-assay-data/immune-assay-data/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @platforma-open/milaboratories.immune-assay-data.model@1.
|
|
3
|
+
> @platforma-open/milaboratories.immune-assay-data.model@1.7.0 build /home/runner/work/immune-assay-data/immune-assay-data/model
|
|
4
4
|
> ts-builder build --target block-model && block-tools build-model
|
|
5
5
|
|
|
6
6
|
Building block-model project...
|
|
7
|
-
↳
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
7
|
+
↳ cli.mjs -c /home/runner/work/immune-assay-data/immune-assay-data/node_modules/.pnpm/@milaboratories+ts-builder@1.3.0_@types+node@24.5.2_rollup@4.55.1_sass-embedded@1.89.0_vue@3._3yvmv4glx75cnopegzrgl6pmc4/node_modules/@milaboratories/ts-builder/dist/configs/rolldown.block-model.config.js
|
|
8
|
+
[log] <DIR>/label.js.map asset │ size: 1.08 kB
|
|
9
|
+
[log] <DIR>/index.js.map asset │ size: 10.06 kB
|
|
10
|
+
[log] <DIR>/label.d.ts chunk │ size: 0.29 kB
|
|
11
|
+
[log] <DIR>/label.js chunk │ size: 0.48 kB
|
|
12
|
+
[log] <DIR>/index.d.ts chunk │ size: 3.41 kB
|
|
13
|
+
[log] <DIR>/index.js chunk │ size: 4.20 kB
|
|
14
|
+
[log] <DIR>/label.cjs.map asset │ size: 1.08 kB
|
|
15
|
+
[log] <DIR>/index.cjs.map asset │ size: 10.15 kB
|
|
16
|
+
[log] <DIR>/label.cjs chunk │ size: 0.50 kB
|
|
17
|
+
[log] <DIR>/index.cjs chunk │ size: 4.40 kB
|
|
18
|
+
[log] <DIR>/bundle.js.map asset │ size: 560.00 kB
|
|
19
|
+
[log] <DIR>/bundle.js chunk │ size: 270.62 kB
|
|
20
|
+
[log]
|
|
21
|
+
[success] rolldown v1.0.0-rc.8 Finished in 1.51 s
|
|
16
22
|
Build completed successfully
|
package/.turbo/turbo-lint.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
WARN Issue while reading "/home/runner/work/immune-assay-data/immune-assay-data/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @platforma-open/milaboratories.immune-assay-data.model@1.
|
|
3
|
+
> @platforma-open/milaboratories.immune-assay-data.model@1.7.0 lint /home/runner/work/immune-assay-data/immune-assay-data/model
|
|
4
4
|
> eslint .
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
WARN Issue while reading "/home/runner/work/immune-assay-data/immune-assay-data/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @platforma-open/milaboratories.immune-assay-data.model@1.
|
|
3
|
+
> @platforma-open/milaboratories.immune-assay-data.model@1.7.0 type-check /home/runner/work/immune-assay-data/immune-assay-data/model
|
|
4
4
|
> ts-builder type-check --target block-model
|
|
5
5
|
|
|
6
6
|
↳ tsc --noEmit --project ./tsconfig.json --customConditions ,
|