@platforma-open/milaboratories.sequence-properties.model 1.1.2 → 1.2.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 +17 -17
- package/.turbo/turbo-check.log +5 -3
- package/CHANGELOG.md +18 -0
- package/dist/bundle.js +377 -176
- package/dist/bundle.js.map +1 -1
- package/dist/dataModel.cjs +20 -1
- package/dist/dataModel.cjs.map +1 -1
- package/dist/dataModel.d.ts.map +1 -1
- package/dist/dataModel.js +20 -1
- package/dist/dataModel.js.map +1 -1
- package/dist/index.cjs +38 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +41 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +38 -6
- package/dist/index.js.map +1 -1
- package/dist/model.json +1 -1
- package/dist/types.d.ts +6 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +6 -5
- package/src/dataModel.ts +29 -4
- package/src/index.ts +57 -6
- package/src/types.ts +9 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
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.1
|
|
3
|
+
> @platforma-open/milaboratories.sequence-properties.model@1.2.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
|
-
↳ cli.mjs -c /home/runner/work/sequence-properties/sequence-properties/node_modules/.pnpm/@milaboratories+ts-builder@1.
|
|
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
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
9
|
|
|
10
10
|
[log] <DIR>/dataModel.d.ts.map asset │ size: 0.14 kB
|
|
11
|
-
[log] <DIR>/types.d.ts.map asset │ size: 0.
|
|
12
|
-
[log] <DIR>/dataModel.js.map asset │ size:
|
|
13
|
-
[log] <DIR>/index.d.ts.map asset │ size:
|
|
14
|
-
[log] <DIR>/index.js.map asset │ size:
|
|
11
|
+
[log] <DIR>/types.d.ts.map asset │ size: 0.39 kB
|
|
12
|
+
[log] <DIR>/dataModel.js.map asset │ size: 1.54 kB
|
|
13
|
+
[log] <DIR>/index.d.ts.map asset │ size: 2.00 kB
|
|
14
|
+
[log] <DIR>/index.js.map asset │ size: 11.83 kB
|
|
15
15
|
[log] <DIR>/dataModel.d.ts chunk │ size: 0.29 kB
|
|
16
|
-
[log] <DIR>/dataModel.js chunk │ size: 0.
|
|
17
|
-
[log] <DIR>/types.d.ts chunk │ size: 0.
|
|
18
|
-
[log] <DIR>/index.js chunk │ size:
|
|
19
|
-
[log] <DIR>/index.d.ts chunk │ size:
|
|
20
|
-
[log] <DIR>/dataModel.cjs.map asset │ size:
|
|
21
|
-
[log] <DIR>/index.cjs.map asset │ size:
|
|
22
|
-
[log] <DIR>/dataModel.cjs chunk │ size:
|
|
23
|
-
[log] <DIR>/index.cjs chunk │ size:
|
|
24
|
-
[log] <DIR>/bundle.js.map asset │ size:
|
|
25
|
-
[log] <DIR>/bundle.js chunk │ size:
|
|
16
|
+
[log] <DIR>/dataModel.js chunk │ size: 0.84 kB
|
|
17
|
+
[log] <DIR>/types.d.ts chunk │ size: 0.89 kB
|
|
18
|
+
[log] <DIR>/index.js chunk │ size: 4.46 kB
|
|
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
|
|
26
26
|
[log]
|
|
27
|
-
[success] rolldown v1.0.0-rc.16 Finished in
|
|
27
|
+
[success] rolldown v1.0.0-rc.16 Finished in 7.06 s
|
|
28
28
|
Build completed successfully
|
package/.turbo/turbo-check.log
CHANGED
|
@@ -1,19 +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.1
|
|
3
|
+
> @platforma-open/milaboratories.sequence-properties.model@1.2.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 ,
|
|
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
|
|
10
|
+
Finished in 13ms 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
|
|
15
|
+
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
14
16
|
Checking formatting...
|
|
15
17
|
|
|
16
18
|
All matched files use the correct format.
|
|
17
|
-
Finished in
|
|
19
|
+
Finished in 458ms on 7 files using 2 threads.
|
|
18
20
|
Format check completed successfully
|
|
19
21
|
All checks passed!
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @platforma-open/MiLaboratories.sequence-properties.model
|
|
2
2
|
|
|
3
|
+
## 1.2.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 0c6ed9c: Minor fixes
|
|
8
|
+
|
|
9
|
+
## 1.2.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- c6e975d: Add Scatterplot and Histogram tabs to the Sequence Properties block. Both
|
|
14
|
+
panels read the existing `propertiesPf` p-frame and pick modality-aware
|
|
15
|
+
defaults: peptide charge / hydrophobicity in peptide mode, chain "A" CDR3
|
|
16
|
+
charge / hydrophobicity in antibody/TCR mode. Axis pickers list every
|
|
17
|
+
numeric scalar PColumn emitted by the run, excluding the 2-axis AA fraction
|
|
18
|
+
column. R21 / R21a reference line at GRAVY = 0 deferred — see
|
|
19
|
+
docs/spec-deviations.md SD-009.
|
|
20
|
+
|
|
3
21
|
## 1.1.2
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|