@platforma-open/milaboratories.vj-usage.model 2.1.0 → 2.1.2

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/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.vj-usage.model",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
4
4
  "description": "Block model",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",
8
8
  "types": "dist/index.d.ts",
9
9
  "dependencies": {
10
- "@platforma-sdk/model": "^1.34.10",
11
- "@milaboratories/graph-maker": "^1.1.119"
10
+ "@platforma-sdk/model": "^1.43.2",
11
+ "@milaboratories/graph-maker": "^1.1.158"
12
12
  },
13
13
  "devDependencies": {
14
- "@platforma-sdk/block-tools": "^2.5.57",
14
+ "@platforma-sdk/block-tools": "^2.6.6",
15
15
  "typescript": "~5.5.4",
16
16
  "vite": "^6.2.2",
17
17
  "tsup": "~8.3.5",
18
- "@platforma-sdk/eslint-config": "^1.0.3"
18
+ "@platforma-sdk/eslint-config": "^1.1.0"
19
19
  },
20
20
  "tsup": {
21
21
  "entry": [
package/src/index.ts CHANGED
@@ -107,6 +107,6 @@ export const model = BlockModel.create()
107
107
  { type: 'link', href: '/vjUsage', label: 'V/J Gene Usage' },
108
108
  ])
109
109
 
110
- .done();
110
+ .done(2);
111
111
 
112
112
  export type BlockOutputs = InferOutputsType<typeof model>;