@platforma-open/milaboratories.antibody-sequence-liabilities 1.0.0 → 2.2.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.
Files changed (1) hide show
  1. package/package.json +34 -10
package/package.json CHANGED
@@ -1,22 +1,46 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.antibody-sequence-liabilities",
3
- "version": "1.0.0",
3
+ "version": "2.2.0",
4
4
  "files": [
5
5
  "index.d.ts",
6
6
  "index.js"
7
7
  ],
8
+ "dependencies": {
9
+ "@platforma-open/milaboratories.antibody-sequence-liabilities.workflow": "2.1.0",
10
+ "@platforma-open/milaboratories.antibody-sequence-liabilities.model": "2.1.0",
11
+ "@platforma-open/milaboratories.antibody-sequence-liabilities.ui": "2.1.0"
12
+ },
13
+ "block": {
14
+ "components": {
15
+ "workflow": "@platforma-open/milaboratories.antibody-sequence-liabilities.workflow/dist/tengo/tpl/main.plj.gz",
16
+ "model": "@platforma-open/milaboratories.antibody-sequence-liabilities.model/dist/model.json",
17
+ "ui": "@platforma-open/milaboratories.antibody-sequence-liabilities.ui/dist"
18
+ },
19
+ "meta": {
20
+ "title": "Antibody Sequence Liabilities",
21
+ "logo": "file:../logos/block-logo.png",
22
+ "url": "https://github.com/milaboratory/platforma-antibody-sequence-liabilities",
23
+ "docs": "https://github.com/milaboratory/platforma-antibody-sequence-liabilities/docs",
24
+ "support": "mailto:support@milaboratories.com",
25
+ "description": "Calculate sequence liabilities for antibody sequences.",
26
+ "longDescription": "file:../docs/description.md",
27
+ "changelog": "file:../CHANGELOG.md",
28
+ "tags": [
29
+ "tutorial"
30
+ ],
31
+ "organization": {
32
+ "name": "MiLaboratories Inc",
33
+ "url": "https://milaboratories.com/",
34
+ "logo": "file:../logos/organization-logo.png"
35
+ }
36
+ }
37
+ },
8
38
  "devDependencies": {
9
- "turbo": "^2.2.3",
10
- "@changesets/cli": "^2.28.1"
39
+ "@platforma-sdk/block-tools": "^2.5.38"
11
40
  },
12
41
  "scripts": {
13
42
  "pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,vue}\"",
14
- "build": "turbo run build",
15
- "build:dev": "PL_PKG_DEV=local turbo run build",
16
- "test": "PL_PKG_DEV=local turbo run test --concurrency 1",
17
- "watch": "turbo watch build",
18
- "mark-stable": "turbo run mark-stable",
19
- "changeset": "changeset",
20
- "version-packages": "changeset version"
43
+ "build": "rm -rf ./block-pack && block-tools pack",
44
+ "mark-stable": "block-tools mark-stable -r 's3://milab-euce1-prod-pkgs-s3-block-registry/pub/releases/?region=eu-central-1'"
21
45
  }
22
46
  }