@platforma-open/milaboratories.sequence-properties.model 1.3.0 → 1.3.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 +4 -2
- package/.turbo/turbo-check.log +3 -3
- package/.turbo/turbo-test.log +4 -4
- package/CHANGELOG.md +10 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
WARN Issue while reading "/home/runner/work/sequence-properties/sequence-properties/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @platforma-open/milaboratories.sequence-properties.model@1.3.
|
|
3
|
+
> @platforma-open/milaboratories.sequence-properties.model@1.3.1 build /home/runner/work/sequence-properties/sequence-properties/model
|
|
4
4
|
> ts-builder build --target block-model && block-tools build-model
|
|
5
5
|
|
|
6
6
|
Building block-model project...
|
|
7
7
|
↳ cli.mjs -c /home/runner/work/sequence-properties/sequence-properties/node_modules/.pnpm/@milaboratories+ts-builder@1.4.0_@types+node@25.3.2_rollup@4.53.3_vue@3.5.25_typescript@5.6.3__yaml@2.8.1/node_modules/@milaboratories/ts-builder/dist/configs/rolldown.block-model.config.js
|
|
8
|
+
[33m[PLUGIN_TIMINGS] Warning:[0m Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/options/checks#plugintimings for more details.
|
|
9
|
+
|
|
8
10
|
[log] <DIR>/dataModel.d.ts.map asset │ size: 0.14 kB
|
|
9
11
|
[log] <DIR>/types.d.ts.map asset │ size: 0.49 kB
|
|
10
12
|
[log] <DIR>/label.js.map asset │ size: 0.98 kB
|
|
@@ -26,5 +28,5 @@ Building block-model project...
|
|
|
26
28
|
[log] <DIR>/bundle.js.map asset │ size: 659.01 kB
|
|
27
29
|
[log] <DIR>/bundle.js chunk │ size: 324.24 kB
|
|
28
30
|
[log]
|
|
29
|
-
[success] rolldown v1.0.0-rc.16 Finished in
|
|
31
|
+
[success] rolldown v1.0.0-rc.16 Finished in 3.62 s
|
|
30
32
|
Build completed successfully
|
package/.turbo/turbo-check.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
WARN Issue while reading "/home/runner/work/sequence-properties/sequence-properties/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @platforma-open/milaboratories.sequence-properties.model@1.3.
|
|
3
|
+
> @platforma-open/milaboratories.sequence-properties.model@1.3.1 check /home/runner/work/sequence-properties/sequence-properties/model
|
|
4
4
|
> ts-builder check --target block-model
|
|
5
5
|
|
|
6
6
|
↳ tsc --noEmit --project ./tsconfig.json --customConditions ,
|
|
@@ -11,11 +11,11 @@ Finished in 11ms on 7 files with 90 rules using 4 threads.
|
|
|
11
11
|
Linting completed successfully
|
|
12
12
|
Checking formatting...
|
|
13
13
|
↳ oxfmt --check --config /home/runner/work/sequence-properties/sequence-properties/model/.oxfmtrc.json
|
|
14
|
-
(node:
|
|
14
|
+
(node:2799) ExperimentalWarning: glob is an experimental feature and might change at any time
|
|
15
15
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
16
16
|
Checking formatting...
|
|
17
17
|
|
|
18
18
|
All matched files use the correct format.
|
|
19
|
-
Finished in
|
|
19
|
+
Finished in 258ms on 11 files using 4 threads.
|
|
20
20
|
Format check completed successfully
|
|
21
21
|
All checks passed!
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
|
|
2
|
-
> @platforma-open/milaboratories.sequence-properties.model@1.3.
|
|
2
|
+
> @platforma-open/milaboratories.sequence-properties.model@1.3.1 test /home/runner/work/sequence-properties/sequence-properties/model
|
|
3
3
|
> vitest --run --passWithNoTests
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
[1m[30m[46m RUN [49m[39m[22m [36mv4.1.4 [39m[90m/home/runner/work/sequence-properties/sequence-properties/model[39m
|
|
7
7
|
|
|
8
|
-
[32m✓[39m src/label.test.ts [2m([22m[2m6 tests[22m[2m)[22m[32m
|
|
8
|
+
[32m✓[39m src/label.test.ts [2m([22m[2m6 tests[22m[2m)[22m[32m 6[2mms[22m[39m
|
|
9
9
|
[32m✓[39m src/dataModel.test.ts [2m([22m[2m4 tests[22m[2m)[22m[32m 4[2mms[22m[39m
|
|
10
10
|
|
|
11
11
|
[2m Test Files [22m [1m[32m2 passed[39m[22m[90m (2)[39m
|
|
12
12
|
[2m Tests [22m [1m[32m10 passed[39m[22m[90m (10)[39m
|
|
13
|
-
[2m Start at [22m
|
|
14
|
-
[2m Duration [22m
|
|
13
|
+
[2m Start at [22m 15:13:06
|
|
14
|
+
[2m Duration [22m 428ms[2m (transform 61ms, setup 0ms, import 330ms, tests 10ms, environment 0ms)[22m
|
|
15
15
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @platforma-open/MiLaboratories.sequence-properties.model
|
|
2
2
|
|
|
3
|
+
## 1.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 082b684: Info-message alerts on the Main tab now have a close button. Dismissals
|
|
8
|
+
follow the firing: hidden while the message is in the workflow output,
|
|
9
|
+
surface fresh if the workflow stops emitting it and later re-emits.
|
|
10
|
+
State lives in a module-scope UI ref — persists across in-block
|
|
11
|
+
navigation, resets on project close, block reload, or app restart.
|
|
12
|
+
|
|
3
13
|
## 1.3.0
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platforma-open/milaboratories.sequence-properties.model",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "Block model",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@milaboratories/ts-builder": "1.4.0",
|
|
23
23
|
"@milaboratories/ts-configs": "1.2.3",
|
|
24
|
-
"@platforma-sdk/block-tools": "2.
|
|
24
|
+
"@platforma-sdk/block-tools": "2.10.0",
|
|
25
25
|
"vitest": "^4.0.18"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|