@platforma-open/milaboratories.top-antibodies 3.2.7 → 4.0.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/block-pack/description.md +1 -1
- package/block-pack/main.plj.gz +0 -0
- package/block-pack/manifest.json +1 -1
- package/block-pack/model.json +1 -1
- package/block-pack/published.json +1 -1
- package/block-pack/ui.tgz +0 -0
- package/dist/AGENTS.d.ts +1 -1
- package/dist/AGENTS.d.ts.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +21 -35
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/block-pack/ui.tgz
CHANGED
|
Binary file
|
package/dist/AGENTS.d.ts
CHANGED
|
@@ -8758,7 +8758,7 @@ declare const platforma: PlatformaExtended<PlatformaV3<BlockData$1, BlockArgs, I
|
|
|
8758
8758
|
} & {
|
|
8759
8759
|
presetConfig: ConfigRenderLambda<{
|
|
8760
8760
|
detectedPreset: WorkflowPreset | undefined;
|
|
8761
|
-
|
|
8761
|
+
hasRepertoireScore: boolean;
|
|
8762
8762
|
hasEnrichmentScores: boolean;
|
|
8763
8763
|
} | undefined>;
|
|
8764
8764
|
} & {
|