@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.
- package/.turbo/turbo-build.log +7 -7
- package/CHANGELOG.md +6 -0
- package/dist/bundle.js +11 -1
- package/dist/bundle.js.map +1 -1
- package/dist/model.json +1 -1
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -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.
|
|
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
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
[34mESM[39m Build start
|
|
14
14
|
[32mCJS[39m [1mdist/index.cjs [22m[32m6.49 KB[39m
|
|
15
15
|
[32mCJS[39m [1mdist/index.cjs.map [22m[32m16.05 KB[39m
|
|
16
|
-
[32mCJS[39m ⚡️ Build success in
|
|
16
|
+
[32mCJS[39m ⚡️ Build success in 213ms
|
|
17
17
|
[32mESM[39m [1mdist/index.js [22m[32m6.48 KB[39m
|
|
18
18
|
[32mESM[39m [1mdist/index.js.map [22m[32m15.96 KB[39m
|
|
19
|
-
[32mESM[39m ⚡️ Build success in
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 214ms
|
|
20
20
|
[34mDTS[39m Build start
|
|
21
|
-
[32mDTS[39m ⚡️ Build success in
|
|
21
|
+
[32mDTS[39m ⚡️ Build success in 2521ms
|
|
22
22
|
[32mDTS[39m [1mdist/index.d.cts [22m[32m5.85 KB[39m
|
|
23
23
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m5.85 KB[39m
|
|
24
24
|
[36mvite v6.3.5 [32mbuilding for production...[36m[39m
|
|
@@ -26,6 +26,6 @@ transforming...
|
|
|
26
26
|
[32m✓[39m 69 modules transformed.
|
|
27
27
|
rendering chunks...
|
|
28
28
|
computing gzip size...
|
|
29
|
-
[2mdist/[22m[36mbundle.js [39m[1m[2m242.
|
|
30
|
-
[2mdist/[22m[36mbundle.js [39m[1m[
|
|
31
|
-
[32m✓ built in 1.
|
|
29
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m242.78 kB[22m[1m[22m[2m │ gzip: 46.12 kB[22m[2m │ map: 517.30 kB[22m
|
|
30
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m258.04 kB[22m[1m[22m[2m │ gzip: 46.87 kB[22m[2m │ map: 518.96 kB[22m
|
|
31
|
+
[32m✓ built in 1.49s[39m
|
package/CHANGELOG.md
CHANGED
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.
|
|
6526
|
+
var version = "1.43.2";
|
|
6517
6527
|
const PlatformaSDKVersion = version;
|
|
6518
6528
|
function isConfigLambda(cfgOrFh) {
|
|
6519
6529
|
return cfgOrFh.__renderLambda === true;
|