@platforma-open/milaboratories.clonotype-enrichment.model 3.0.0 → 3.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.
@@ -1,16 +1,16 @@
1
1
   WARN  Issue while reading "/home/runner/work/clonotype-enrichment/clonotype-enrichment/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.clonotype-enrichment.model@3.0.0 build /home/runner/work/clonotype-enrichment/clonotype-enrichment/model
3
+ > @platforma-open/milaboratories.clonotype-enrichment.model@3.1.0 build /home/runner/work/clonotype-enrichment/clonotype-enrichment/model
4
4
  > ts-builder build --target block-model && block-tools build-model
5
5
 
6
6
  Building block-model project...
7
- ↳ rollup -c /home/runner/work/clonotype-enrichment/clonotype-enrichment/node_modules/.pnpm/@milaboratories+ts-builder@1.2.4_@microsoft+api-extractor@7.55.2_@types+node@24.5.2__@types+n_smezvo4daitzxrsrfpdthzeb3q/node_modules/@milaboratories/ts-builder/dist/configs/rollup.block-model.config.js
7
+ ↳ rollup -c /home/runner/work/clonotype-enrichment/clonotype-enrichment/node_modules/.pnpm/@milaboratories+ts-builder@1.2.9_@types+node@24.5.2_sass-embedded@1.89.0_tslib@2.8.1_yaml@2.8.2/node_modules/@milaboratories/ts-builder/dist/configs/rollup.block-model.config.js
8
8
  
9
9
  ./src/index.ts → dist, dist...
10
- created dist, dist in 2.9s
10
+ created dist, dist in 3s
11
11
  
12
12
  ./src/index.ts → dist...
13
13
  (!) Circular dependency
14
- ../node_modules/.pnpm/@platforma-sdk+model@1.53.3/node_modules/@platforma-sdk/model/dist/components/PFrameForGraphs.js -> ../node_modules/.pnpm/@platforma-sdk+model@1.53.3/node_modules/@platforma-sdk/model/dist/pframe_utils/columns.js -> ../node_modules/.pnpm/@platforma-sdk+model@1.53.3/node_modules/@platforma-sdk/model/dist/components/PFrameForGraphs.js
15
- created dist in 3.4s
14
+ ../node_modules/.pnpm/@platforma-sdk+model@1.53.15/node_modules/@platforma-sdk/model/dist/components/PFrameForGraphs.js -> ../node_modules/.pnpm/@platforma-sdk+model@1.53.15/node_modules/@platforma-sdk/model/dist/pframe_utils/columns.js -> ../node_modules/.pnpm/@platforma-sdk+model@1.53.15/node_modules/@platforma-sdk/model/dist/components/PFrameForGraphs.js
15
+ created dist in 3.7s
16
16
  Build completed successfully
@@ -1,5 +1,5 @@
1
1
   WARN  Issue while reading "/home/runner/work/clonotype-enrichment/clonotype-enrichment/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.clonotype-enrichment.model@3.0.0 lint /home/runner/work/clonotype-enrichment/clonotype-enrichment/model
3
+ > @platforma-open/milaboratories.clonotype-enrichment.model@3.1.0 lint /home/runner/work/clonotype-enrichment/clonotype-enrichment/model
4
4
  > eslint .
5
5
 
@@ -1,6 +1,6 @@
1
1
   WARN  Issue while reading "/home/runner/work/clonotype-enrichment/clonotype-enrichment/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.clonotype-enrichment.model@3.0.0 type-check /home/runner/work/clonotype-enrichment/clonotype-enrichment/model
4
- > ts-builder types --target block-model
3
+ > @platforma-open/milaboratories.clonotype-enrichment.model@3.1.0 type-check /home/runner/work/clonotype-enrichment/clonotype-enrichment/model
4
+ > ts-builder type-check --target block-model
5
5
 
6
6
  ↳ tsc --noEmit --project ./tsconfig.json --customConditions ,
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @platforma-open/milaboratories.clonotype-enrichment.model
2
2
 
3
+ ## 3.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - b1ff4a5: Include library usage and enrichment based on a single negative control
8
+
9
+ ### Patch Changes
10
+
11
+ - ca0ae15: Rename variable and improve conditions check
12
+ - 9e22a47: Filter out non-antigen-specific conditions from options
13
+
3
14
  ## 3.0.0
4
15
 
5
16
  ### Major Changes