diff --git a/README.md b/README.md index 97384796..27bbb918 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ order. | API | Type | Version | |---|---|---| -| [Data Node](/openapi/data-node) | Data Node | 0.1.6 | -| [Date Annotator](/openapi/date-annotator) | NLP Tool | 0.1.6 | -| [Person Name Annotator](/openapi/person-name-annotator) | NLP Tool | 0.1.6 | -| [Physical Address Annotator](/openapi/physical-address-annotator) | NLP Tool | 0.1.6 | +| [Data Node](/openapi/data-node) | Data Node | 0.2.0 | +| [Date Annotator](/openapi/date-annotator) | NLP Tool | 0.2.0 | +| [Person Name Annotator](/openapi/person-name-annotator) | NLP Tool | 0.2.0 | +| [Physical Address Annotator](/openapi/physical-address-annotator) | NLP Tool | 0.2.0 | ## Web services diff --git a/openapi/data-node/openapi.yaml b/openapi/data-node/openapi.yaml index b4ab2c7a..dc52b6dc 100644 --- a/openapi/data-node/openapi.yaml +++ b/openapi/data-node/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.2 info: - version: 0.1.6 + version: 0.2.0 title: NLP Sandbox Data Node API contact: name: The NLP Sandbox Team diff --git a/openapi/date-annotator/openapi.yaml b/openapi/date-annotator/openapi.yaml index 9dbc80c4..6f0527af 100644 --- a/openapi/date-annotator/openapi.yaml +++ b/openapi/date-annotator/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.2 info: - version: 0.1.6 + version: 0.2.0 title: NLP Sandbox Date Annotator API contact: name: The NLP Sandbox Team diff --git a/openapi/person-name-annotator/openapi.yaml b/openapi/person-name-annotator/openapi.yaml index 28121fce..d99dee51 100644 --- a/openapi/person-name-annotator/openapi.yaml +++ b/openapi/person-name-annotator/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.2 info: - version: 0.1.6 + version: 0.2.0 title: NLP Sandbox Person Name Annotator API contact: name: The NLP Sandbox Team diff --git a/openapi/phi-deidentifier/openapi.yaml b/openapi/phi-deidentifier/openapi.yaml index e06dca08..49222c79 100644 --- a/openapi/phi-deidentifier/openapi.yaml +++ b/openapi/phi-deidentifier/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.2 info: - version: 0.1.6 + version: 0.2.0 title: NLP Sandbox Deidentifier API contact: name: The NLP Sandbox Team diff --git a/openapi/physical-address-annotator/openapi.yaml b/openapi/physical-address-annotator/openapi.yaml index 949db5dd..a1dc38d6 100644 --- a/openapi/physical-address-annotator/openapi.yaml +++ b/openapi/physical-address-annotator/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.2 info: - version: 0.1.6 + version: 0.2.0 title: NLP Sandbox Physical Address Annotator API contact: name: The NLP Sandbox Team diff --git a/package-lock.json b/package-lock.json index 006ce0a2..36e9abc8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nlp-sandbox-schemas", - "version": "0.1.6", + "version": "0.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -5981,12 +5981,6 @@ "is-typedarray": "^1.0.0" } }, - "typescript": { - "version": "3.9.7", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz", - "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==", - "dev": true - }, "uglify-js": { "version": "3.11.1", "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.11.1.tgz", diff --git a/package.json b/package.json index 663bca4c..ff0b4fce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nlp-sandbox-schemas", - "version": "0.1.6", + "version": "0.2.0", "license": "Apache-2.0", "repository": "github:Sage-Bionetworks/nlp-sandbox-schemas", "devDependencies": {