@platforma-open/milaboratories.sequence-properties.model 1.2.1 → 1.2.3

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,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.2.1 build /home/runner/work/sequence-properties/sequence-properties/model
3
+ > @platforma-open/milaboratories.sequence-properties.model@1.2.3 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...
@@ -11,18 +11,18 @@ Building block-model project...
11
11
  [log] <DIR>/types.d.ts.map asset │ size: 0.39 kB
12
12
  [log] <DIR>/dataModel.js.map asset │ size: 1.54 kB
13
13
  [log] <DIR>/index.d.ts.map asset │ size: 2.00 kB
14
- [log] <DIR>/index.js.map asset │ size: 11.83 kB
14
+ [log] <DIR>/index.js.map asset │ size: 7.83 kB
15
15
  [log] <DIR>/dataModel.d.ts chunk │ size: 0.29 kB
16
16
  [log] <DIR>/dataModel.js chunk │ size: 0.84 kB
17
17
  [log] <DIR>/types.d.ts chunk │ size: 0.89 kB
18
- [log] <DIR>/index.js chunk │ size: 4.46 kB
18
+ [log] <DIR>/index.js chunk │ size: 2.95 kB
19
19
  [log] <DIR>/index.d.ts chunk │ size: 58.05 kB
20
- [log] <DIR>/dataModel.cjs.map asset │ size: 1.58 kB
21
- [log] <DIR>/index.cjs.map asset │ size: 11.96 kB
22
- [log] <DIR>/dataModel.cjs chunk │ size: 0.88 kB
23
- [log] <DIR>/index.cjs chunk │ size: 4.72 kB
24
- [log] <DIR>/bundle.js.map asset │ size: 696.37 kB
25
- [log] <DIR>/bundle.js chunk │ size: 351.91 kB
20
+ [log] <DIR>/dataModel.cjs.map asset │ size: 1.58 kB
21
+ [log] <DIR>/index.cjs.map asset │ size: 7.92 kB
22
+ [log] <DIR>/dataModel.cjs chunk │ size: 0.88 kB
23
+ [log] <DIR>/index.cjs chunk │ size: 3.15 kB
24
+ [log] <DIR>/bundle.js.map asset │ size: 650.96 kB
25
+ [log] <DIR>/bundle.js chunk │ size: 319.90 kB
26
26
  [log]
27
- [success] rolldown v1.0.0-rc.16 Finished in 7.06 s
27
+ [success] rolldown v1.0.0-rc.16 Finished in 4.67 s
28
28
  Build completed successfully
@@ -1,21 +1,21 @@
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.2.1 check /home/runner/work/sequence-properties/sequence-properties/model
3
+ > @platforma-open/milaboratories.sequence-properties.model@1.2.3 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 ,
7
7
  Linting project...
8
8
  ↳ oxlint --config /home/runner/work/sequence-properties/sequence-properties/model/.oxlintrc.json --deny-warnings
9
9
  Found 0 warnings and 0 errors.
10
- Finished in 13ms on 3 files with 90 rules using 2 threads.
10
+ Finished in 10ms on 3 files with 90 rules using 2 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:2570) ExperimentalWarning: glob is an experimental feature and might change at any time
14
+ (node:2550) 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 458ms on 7 files using 2 threads.
19
+ Finished in 409ms on 7 files using 2 threads.
20
20
  Format check completed successfully
21
21
  All checks passed!
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @platforma-open/MiLaboratories.sequence-properties.model
2
2
 
3
+ ## 1.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 7cb0850: Refactor to fix CID conflicts between block instances with identical inputs and to align outputs with exports.
8
+
9
+ - Workflow: split per-block work out of the deferred render template so it dedups across block instances. The process template is renamed `info.tpl.tengo` and now only assembles the info blob from Python stats; xsv.importFile and pFrame building moved into `main.tpl.tengo` where `blockId`/trace are stamped at the spec layer.
10
+ - Unified pFrame: the same pFrame is now published as both the block's UI output and the result-pool export — one canonical resource, two consumers. All calculated properties (charge, GRAVY, MW, pI, extinction coefficients, instability, aliphatic, aromaticity, ΔCharge) are exported, not just those flagged `isScore`.
11
+ - Columns library: drop bespoke `pl7.app/isOutput` annotation in favor of `pl7.app/trace` for own-block identification in the UI. Public surface simplified to `buildColumns`, `aaFractionColumn`, `cloneSpec`.
12
+ - Table: downgrade to PlAgDataTableV2 with the block's own columns only — fixed, predictable column list — until V3 default-visibility rules stabilize for the multi-source layout this block needs.
13
+ - Clone-id / variant-key axis now visible by default in the table — it's the join key the user reads against the property values.
14
+ - Plot pages: `dataColumnPredicate` filters by trace instead of `isOutput`.
15
+ - Description: broadened to reflect the block's general utility beyond Lead Selection ranking.
16
+
17
+ ## 1.2.2
18
+
19
+ ### Patch Changes
20
+
21
+ - 73b4e4d: Enable linker usage to show plot options
22
+
3
23
  ## 1.2.1
4
24
 
5
25
  ### Patch Changes