@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.
@@ -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.0 build /home/runner/work/sequence-properties/sequence-properties/model
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
+ [PLUGIN_TIMINGS] Warning: 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 2.97 s
31
+ [success] rolldown v1.0.0-rc.16 Finished in 3.62 s
30
32
  Build completed successfully
@@ -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.0 check /home/runner/work/sequence-properties/sequence-properties/model
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:2796) ExperimentalWarning: glob is an experimental feature and might change at any time
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 296ms on 11 files using 4 threads.
19
+ Finished in 258ms on 11 files using 4 threads.
20
20
  Format check completed successfully
21
21
  All checks passed!
@@ -1,15 +1,15 @@
1
1
 
2
- > @platforma-open/milaboratories.sequence-properties.model@1.3.0 test /home/runner/work/sequence-properties/sequence-properties/model
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
   RUN  v4.1.4 /home/runner/work/sequence-properties/sequence-properties/model
7
7
 
8
- ✓ src/label.test.ts (6 tests) 5ms
8
+ ✓ src/label.test.ts (6 tests) 6ms
9
9
  ✓ src/dataModel.test.ts (4 tests) 4ms
10
10
 
11
11
   Test Files  2 passed (2)
12
12
   Tests  10 passed (10)
13
-  Start at  18:08:30
14
-  Duration  410ms (transform 68ms, setup 0ms, import 308ms, tests 9ms, environment 0ms)
13
+  Start at  15:13:06
14
+  Duration  428ms (transform 61ms, setup 0ms, import 330ms, tests 10ms, environment 0ms)
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.0",
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.8.1",
24
+ "@platforma-sdk/block-tools": "2.10.0",
25
25
  "vitest": "^4.0.18"
26
26
  },
27
27
  "peerDependencies": {