@platforma-sdk/model 1.32.1 → 1.33.2

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/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const PlatformaSDKVersion = "1.32.1";
1
+ export declare const PlatformaSDKVersion = "1.33.2";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platforma-sdk/model",
3
- "version": "1.32.1",
3
+ "version": "1.33.2",
4
4
  "description": "Platforma.bio SDK / Block Model",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",
@@ -31,8 +31,8 @@
31
31
  "jest": "^29.7.0",
32
32
  "@jest/globals": "^29.7.0",
33
33
  "ts-jest": "^29.2.6",
34
- "@platforma-sdk/eslint-config": "1.0.3",
35
- "@milaboratories/platforma-build-configs": "1.0.3"
34
+ "@milaboratories/platforma-build-configs": "1.0.3",
35
+ "@platforma-sdk/eslint-config": "1.0.3"
36
36
  },
37
37
  "scripts": {
38
38
  "type-check": "node ./scripts/save-package-version.cjs && tsc --noEmit --composite false",
@@ -155,7 +155,7 @@ function getAdditionalColumnsForPair(
155
155
  const secondaryIdsOptions = secondaryAxesIds.map((id) => {
156
156
  return mainAxesIds.filter((mainId) => matchAxisId(mainId, id));
157
157
  });
158
- // all possible combinations of axes with added domains
158
+ // all possible combinations of axes with added domains
159
159
  const secondaryIdsVariants = getKeysCombinations(secondaryIdsOptions);
160
160
 
161
161
  // sets of added to column domain fields
@@ -300,7 +300,8 @@ export function createPFrameForGraphs<A, U>(
300
300
  const columnsWithCompatibleFromUpstream = enrichColumnsWithCompatible(blockColumns, upstreamColumns, linkerColumns, linkerColumnsMap);
301
301
 
302
302
  // additional columns are duplicates with extra fields in domains for compatibility in all possible pairs of columns set
303
- const extendedColumns = [...columnsWithCompatibleFromUpstream, ...getAdditionalColumns(columnsWithCompatibleFromUpstream, linkerColumnsMap)];
303
+ // const extendedColumns = [...columnsWithCompatibleFromUpstream, ...getAdditionalColumns(columnsWithCompatibleFromUpstream, linkerColumnsMap)];
304
+ const extendedColumns = [...columnsWithCompatibleFromUpstream];
304
305
 
305
306
  // if at least one column is not yet ready, we can't show the table
306
307
  if (