@platforma-open/milaboratories.clonotype-clustering.model 2.13.1 → 2.13.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.
@@ -1,6 +1,6 @@
1
1
   WARN  Issue while reading "/home/runner/work/clonotype-clustering/clonotype-clustering/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.clonotype-clustering.model@2.13.1 build /home/runner/work/clonotype-clustering/clonotype-clustering/model
3
+ > @platforma-open/milaboratories.clonotype-clustering.model@2.13.2 build /home/runner/work/clonotype-clustering/clonotype-clustering/model
4
4
  > tsup && vite build && block-tools build-model
5
5
 
6
6
  CLI Building entry: src/index.ts
@@ -13,12 +13,12 @@
13
13
  ESM Build start
14
14
  CJS dist/index.cjs 6.49 KB
15
15
  CJS dist/index.cjs.map 16.05 KB
16
- CJS ⚡️ Build success in 221ms
16
+ CJS ⚡️ Build success in 213ms
17
17
  ESM dist/index.js 6.48 KB
18
18
  ESM dist/index.js.map 15.96 KB
19
- ESM ⚡️ Build success in 220ms
19
+ ESM ⚡️ Build success in 214ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 2885ms
21
+ DTS ⚡️ Build success in 2521ms
22
22
  DTS dist/index.d.cts 5.85 KB
23
23
  DTS dist/index.d.ts 5.85 KB
24
24
  vite v6.3.5 building for production...
@@ -26,6 +26,6 @@ transforming...
26
26
  ✓ 69 modules transformed.
27
27
  rendering chunks...
28
28
  computing gzip size...
29
- dist/bundle.js 242.49 kB │ gzip: 46.09 kB │ map: 516.76 kB
30
- dist/bundle.js 257.73 kB │ gzip: 46.83 kB │ map: 518.42 kB
31
- ✓ built in 1.30s
29
+ dist/bundle.js 242.78 kB │ gzip: 46.12 kB │ map: 517.30 kB
30
+ dist/bundle.js 258.04 kB │ gzip: 46.87 kB │ map: 518.96 kB
31
+ ✓ built in 1.49s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @platforma-open/milaboratories.clonotype-clustering.model
2
2
 
3
+ ## 2.13.2
4
+
5
+ ### Patch Changes
6
+
7
+ - c0bb670: technical release
8
+
3
9
  ## 2.13.1
4
10
 
5
11
  ### Patch Changes
package/dist/bundle.js CHANGED
@@ -4476,6 +4476,13 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
4476
4476
  newId: entry.newId,
4477
4477
  axisFilters: entry.axisFilters
4478
4478
  };
4479
+ case "artificialColumn":
4480
+ return {
4481
+ type: "artificialColumn",
4482
+ column: cb(entry.column),
4483
+ newId: entry.newId,
4484
+ axesIndices: entry.axesIndices
4485
+ };
4479
4486
  case "inlineColumn":
4480
4487
  return entry;
4481
4488
  case "inner":
@@ -4712,6 +4719,9 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
4712
4719
  case "slicedColumn":
4713
4720
  columns.set(entry2.column.id, entry2.column);
4714
4721
  return;
4722
+ case "artificialColumn":
4723
+ columns.set(entry2.column.id, entry2.column);
4724
+ return;
4715
4725
  case "inlineColumn":
4716
4726
  return;
4717
4727
  case "full":
@@ -6513,7 +6523,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
6513
6523
  this.ctx.logError(msg);
6514
6524
  }
6515
6525
  }
6516
- var version = "1.42.51";
6526
+ var version = "1.43.2";
6517
6527
  const PlatformaSDKVersion = version;
6518
6528
  function isConfigLambda(cfgOrFh) {
6519
6529
  return cfgOrFh.__renderLambda === true;