@platforma-open/milaboratories.top-antibodies.workflow 1.11.0 → 1.11.1

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/antibody-tcr-lead-selection/antibody-tcr-lead-selection/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.top-antibodies.workflow@1.11.0 build /home/runner/work/antibody-tcr-lead-selection/antibody-tcr-lead-selection/workflow
3
+ > @platforma-open/milaboratories.top-antibodies.workflow@1.11.1 build /home/runner/work/antibody-tcr-lead-selection/antibody-tcr-lead-selection/workflow
4
4
  > rm -rf dist && pl-tengo check && pl-tengo build
5
5
 
6
6
  Processing "src/filter-and-sample.tpl.tengo"...
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @platforma-open/milaboratories.top-antibodies.workflow
2
2
 
3
+ ## 1.11.1
4
+
5
+ ### Patch Changes
6
+
7
+ - edbd894: technical release
8
+ - 6dc2d2b: technical release
9
+ - e581493: technical release
10
+ - 1c26f0d: technical release
11
+ - Updated dependencies [edbd894]
12
+ - Updated dependencies [6dc2d2b]
13
+ - Updated dependencies [e581493]
14
+ - Updated dependencies [1c26f0d]
15
+ - @platforma-open/milaboratories.top-antibodies.sample-clonotypes@1.4.4
16
+ - @platforma-open/milaboratories.top-antibodies.spectratype@1.4.4
17
+ - @platforma-open/milaboratories.top-antibodies.umap@1.1.4
18
+
3
19
  ## 1.11.0
4
20
 
5
21
  ### Minor Changes
Binary file
Binary file
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.top-antibodies.workflow",
3
- "version": "1.11.0",
3
+ "version": "1.11.1",
4
4
  "type": "module",
5
5
  "description": "Block Workflow",
6
6
  "dependencies": {
7
- "@platforma-sdk/workflow-tengo": "^5.2.2",
8
- "@platforma-open/milaboratories.top-antibodies.umap": "1.1.3",
9
- "@platforma-open/milaboratories.top-antibodies.spectratype": "1.4.3",
10
- "@platforma-open/milaboratories.top-antibodies.sample-clonotypes": "1.4.3"
7
+ "@platforma-sdk/workflow-tengo": "^5.3.3",
8
+ "@platforma-open/milaboratories.top-antibodies.sample-clonotypes": "1.4.4",
9
+ "@platforma-open/milaboratories.top-antibodies.spectratype": "1.4.4",
10
+ "@platforma-open/milaboratories.top-antibodies.umap": "1.1.4"
11
11
  },
12
12
  "devDependencies": {
13
- "@platforma-sdk/tengo-builder": "^2.1.21",
14
- "@platforma-sdk/test": "^1.43.13",
13
+ "@platforma-sdk/tengo-builder": "^2.3.0",
14
+ "@platforma-sdk/test": "^1.44.7",
15
15
  "vitest": "^2.1.8"
16
16
  },
17
17
  "scripts": {