@platforma-open/milaboratories.repertoire-diversity-2.model 1.5.6 → 1.5.7

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,16 +1,16 @@
1
1
   WARN  Issue while reading "/home/runner/work/repertoire-diversity/repertoire-diversity/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.repertoire-diversity-2.model@1.5.6 build /home/runner/work/repertoire-diversity/repertoire-diversity/model
3
+ > @platforma-open/milaboratories.repertoire-diversity-2.model@1.5.7 build /home/runner/work/repertoire-diversity/repertoire-diversity/model
4
4
  > ts-builder build --target block-model && block-tools build-model
5
5
 
6
6
  Building block-model project...
7
7
  ↳ rollup -c /home/runner/work/repertoire-diversity/repertoire-diversity/node_modules/.pnpm/@milaboratories+ts-builder@1.2.1_@microsoft+api-extractor@7.55.2_@types+node@24.5.2__@types+n_uvjfcjgqc2lxux3uembbo6tnye/node_modules/@milaboratories/ts-builder/dist/configs/rollup.block-model.config.js
8
8
  
9
9
  ./src/index.ts → dist, dist...
10
- created dist, dist in 2.6s
10
+ created dist, dist in 2.9s
11
11
  
12
12
  ./src/index.ts → dist...
13
13
  (!) Circular dependency
14
- ../node_modules/.pnpm/@platforma-sdk+model@1.51.2/node_modules/@platforma-sdk/model/dist/components/PFrameForGraphs.js -> ../node_modules/.pnpm/@platforma-sdk+model@1.51.2/node_modules/@platforma-sdk/model/dist/pframe_utils/columns.js -> ../node_modules/.pnpm/@platforma-sdk+model@1.51.2/node_modules/@platforma-sdk/model/dist/components/PFrameForGraphs.js
14
+ ../node_modules/.pnpm/@platforma-sdk+model@1.51.5/node_modules/@platforma-sdk/model/dist/components/PFrameForGraphs.js -> ../node_modules/.pnpm/@platforma-sdk+model@1.51.5/node_modules/@platforma-sdk/model/dist/pframe_utils/columns.js -> ../node_modules/.pnpm/@platforma-sdk+model@1.51.5/node_modules/@platforma-sdk/model/dist/components/PFrameForGraphs.js
15
15
  created dist in 3.6s
16
16
  Build completed successfully
@@ -1,5 +1,5 @@
1
1
   WARN  Issue while reading "/home/runner/work/repertoire-diversity/repertoire-diversity/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.repertoire-diversity-2.model@1.5.6 lint /home/runner/work/repertoire-diversity/repertoire-diversity/model
3
+ > @platforma-open/milaboratories.repertoire-diversity-2.model@1.5.7 lint /home/runner/work/repertoire-diversity/repertoire-diversity/model
4
4
  > eslint .
5
5
 
@@ -1,6 +1,6 @@
1
1
   WARN  Issue while reading "/home/runner/work/repertoire-diversity/repertoire-diversity/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.repertoire-diversity-2.model@1.5.6 type-check /home/runner/work/repertoire-diversity/repertoire-diversity/model
3
+ > @platforma-open/milaboratories.repertoire-diversity-2.model@1.5.7 type-check /home/runner/work/repertoire-diversity/repertoire-diversity/model
4
4
  > ts-builder types --target block-model
5
5
 
6
6
  ↳ tsc --noEmit --project ./tsconfig.json --customConditions ,
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @platforma-open/milaboratories.repertoire-diversity-2.model
2
2
 
3
+ ## 1.5.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 20e60a4: Set default block label
8
+
3
9
  ## 1.5.6
4
10
 
5
11
  ### Patch Changes
package/dist/bundle.js CHANGED
@@ -7373,7 +7373,7 @@
7373
7373
  }
7374
7374
  }
7375
7375
 
7376
- var version = "1.51.2";
7376
+ var version = "1.51.5";
7377
7377
 
7378
7378
  const PlatformaSDKVersion = version;
7379
7379
 
@@ -8034,13 +8034,13 @@
8034
8034
  ctx.logWarn(`Partition filter ${JSON.stringify(f)} does not match provided columns, skipping`);
8035
8035
  return valid;
8036
8036
  });
8037
- const filters = uniqueBy([...([]), ...tableStateNormalized.pTableParams.filters], (f) => canonicalizeJson(f.column)).filter((f) => {
8037
+ const filters = uniqueBy([...tableStateNormalized.pTableParams.filters, ...([])], (f) => canonicalizeJson(f.column)).filter((f) => {
8038
8038
  const valid = isValidColumnId(f.column);
8039
8039
  if (!valid)
8040
8040
  ctx.logWarn(`Filter ${JSON.stringify(f)} does not match provided columns, skipping`);
8041
8041
  return valid;
8042
8042
  });
8043
- const sorting = uniqueBy([...([]), ...tableStateNormalized.pTableParams.sorting], (s) => canonicalizeJson(s.column)).filter((s) => {
8043
+ const sorting = uniqueBy([...tableStateNormalized.pTableParams.sorting, ...([])], (s) => canonicalizeJson(s.column)).filter((s) => {
8044
8044
  const valid = isValidColumnId(s.column);
8045
8045
  if (!valid)
8046
8046
  ctx.logWarn(`Sorting ${JSON.stringify(s)} does not match provided columns, skipping`);
@@ -8192,7 +8192,7 @@
8192
8192
  const model = BlockModel.create()
8193
8193
  .withArgs({
8194
8194
  metrics: [],
8195
- defaultBlockLabel: '',
8195
+ defaultBlockLabel: 'Select abundance and metrics',
8196
8196
  customBlockLabel: '',
8197
8197
  })
8198
8198
  .withUiState({