@platforma-open/milaboratories.immune-assay-data.model 1.5.4 → 1.6.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,6 +1,6 @@
1
1
   WARN  Issue while reading "/home/runner/work/immune-assay-data/immune-assay-data/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.immune-assay-data.model@1.5.4 build /home/runner/work/immune-assay-data/immune-assay-data/model
3
+ > @platforma-open/milaboratories.immune-assay-data.model@1.6.0 build /home/runner/work/immune-assay-data/immune-assay-data/model
4
4
  > ts-builder build --target block-model && block-tools build-model
5
5
 
6
6
  Building block-model project...
@@ -12,5 +12,5 @@ Building block-model project...
12
12
  ./src/index.ts → dist...
13
13
  (!) Circular dependency
14
14
  ../node_modules/.pnpm/es-toolkit@1.39.10/node_modules/es-toolkit/dist/compat/predicate/isMatch.mjs -> ../node_modules/.pnpm/es-toolkit@1.39.10/node_modules/es-toolkit/dist/compat/predicate/isMatchWith.mjs -> ../node_modules/.pnpm/es-toolkit@1.39.10/node_modules/es-toolkit/dist/compat/predicate/isMatch.mjs
15
- created dist in 3.3s
15
+ created dist in 5.6s
16
16
  Build completed successfully
@@ -1,5 +1,5 @@
1
1
   WARN  Issue while reading "/home/runner/work/immune-assay-data/immune-assay-data/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.immune-assay-data.model@1.5.4 lint /home/runner/work/immune-assay-data/immune-assay-data/model
3
+ > @platforma-open/milaboratories.immune-assay-data.model@1.6.0 lint /home/runner/work/immune-assay-data/immune-assay-data/model
4
4
  > eslint .
5
5
 
@@ -1,6 +1,6 @@
1
1
   WARN  Issue while reading "/home/runner/work/immune-assay-data/immune-assay-data/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.immune-assay-data.model@1.5.4 type-check /home/runner/work/immune-assay-data/immune-assay-data/model
3
+ > @platforma-open/milaboratories.immune-assay-data.model@1.6.0 type-check /home/runner/work/immune-assay-data/immune-assay-data/model
4
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,12 @@
1
1
  # @platforma-open/milaboratories.immune-assay-data.model
2
2
 
3
+ ## 1.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - c98d8b5: - Introduce fast mode for sequence match
8
+ - Support XLSX file as assay data input
9
+
3
10
  ## 1.5.4
4
11
 
5
12
  ### Patch Changes
package/dist/bundle.js CHANGED
@@ -9022,6 +9022,7 @@
9022
9022
  similarityType: 'alignment-score',
9023
9023
  },
9024
9024
  selectedColumns: [],
9025
+ lessSensitive: false,
9025
9026
  })
9026
9027
  .withUiState({
9027
9028
  tableState: createPlDataTableStateV2(),