@platforma-open/milaboratories.redefine-clonotypes.model 1.0.3 → 1.1.0
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 +8 -8
- package/CHANGELOG.md +6 -0
- package/dist/bundle.js +2 -2
- package/dist/bundle.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/model.json +1 -1
- package/package.json +3 -3
- package/src/index.ts +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
WARN Issue while reading "/home/runner/work/redefine-clonotypes/redefine-clonotypes/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @platforma-open/milaboratories.redefine-clonotypes.model@1.0
|
|
3
|
+
> @platforma-open/milaboratories.redefine-clonotypes.model@1.1.0 build /home/runner/work/redefine-clonotypes/redefine-clonotypes/model
|
|
4
4
|
> vite build && BUILD_UMD=true vite build && block-tools build-model
|
|
5
5
|
|
|
6
6
|
[36mvite v6.3.5 [32mbuilding SSR bundle for production...[36m[39m
|
|
@@ -9,13 +9,13 @@ transforming...
|
|
|
9
9
|
rendering chunks...
|
|
10
10
|
|
|
11
11
|
[vite:dts] Start generate declaration files...
|
|
12
|
-
[2mdist/[22m[36mindex.js [39m[1m[2m2.19 kB[22m[1m[22m[2m │ map: 4.
|
|
12
|
+
[2mdist/[22m[36mindex.js [39m[1m[2m2.19 kB[22m[1m[22m[2m │ map: 4.24 kB[22m
|
|
13
13
|
[vite:dts] Start rollup declaration files...
|
|
14
14
|
Analysis will use the bundled TypeScript version 5.8.2
|
|
15
|
-
[vite:dts] Declaration files built in
|
|
15
|
+
[vite:dts] Declaration files built in 3524ms.
|
|
16
16
|
|
|
17
|
-
[2mdist/[22m[36mindex.cjs [39m[1m[2m2.28 kB[22m[1m[22m[2m │ map: 4.
|
|
18
|
-
[32m✓ built in 3.
|
|
17
|
+
[2mdist/[22m[36mindex.cjs [39m[1m[2m2.28 kB[22m[1m[22m[2m │ map: 4.26 kB[22m
|
|
18
|
+
[32m✓ built in 3.62s[39m
|
|
19
19
|
[36mvite v6.3.5 [32mbuilding for production...[36m[39m
|
|
20
20
|
transforming...
|
|
21
21
|
[32m✓[39m 77 modules transformed.
|
|
@@ -25,7 +25,7 @@ rendering chunks...
|
|
|
25
25
|
computing gzip size...
|
|
26
26
|
[vite:dts] Start rollup declaration files...
|
|
27
27
|
Analysis will use the bundled TypeScript version 5.8.2
|
|
28
|
-
[2mdist/[22m[36mbundle.js [39m[1m[2m225.02 kB[22m[1m[22m[2m │ gzip: 39.75 kB[22m[2m │ map:
|
|
29
|
-
[vite:dts] Declaration files built in
|
|
28
|
+
[2mdist/[22m[36mbundle.js [39m[1m[2m225.02 kB[22m[1m[22m[2m │ gzip: 39.75 kB[22m[2m │ map: 455.49 kB[22m
|
|
29
|
+
[vite:dts] Declaration files built in 3300ms.
|
|
30
30
|
|
|
31
|
-
[32m✓ built in
|
|
31
|
+
[32m✓ built in 3.99s[39m
|
package/CHANGELOG.md
CHANGED
package/dist/bundle.js
CHANGED
|
@@ -6253,7 +6253,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
6253
6253
|
this.ctx.logError(msg);
|
|
6254
6254
|
}
|
|
6255
6255
|
}
|
|
6256
|
-
var version = "1.45.
|
|
6256
|
+
var version = "1.45.35";
|
|
6257
6257
|
const PlatformaSDKVersion = version;
|
|
6258
6258
|
function isConfigLambda(cfgOrFh) {
|
|
6259
6259
|
return cfgOrFh.__renderLambda === true;
|
|
@@ -6540,7 +6540,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
6540
6540
|
}).output("isRunning", (ctx) => {
|
|
6541
6541
|
var _a;
|
|
6542
6542
|
return ((_a = ctx.outputs) == null ? void 0 : _a.getIsReadyOrError()) === false;
|
|
6543
|
-
}).title((ctx) => ctx.uiState.title).sections((_ctx) => [{ type: "link", href: "/", label: "Main" }]).done();
|
|
6543
|
+
}).title((ctx) => ctx.uiState.title).sections((_ctx) => [{ type: "link", href: "/", label: "Main" }]).done(2);
|
|
6544
6544
|
exports2.model = model;
|
|
6545
6545
|
Object.defineProperty(exports2, Symbol.toStringTag, { value: "Module" });
|
|
6546
6546
|
}));
|