@precisa-saude/fhir-ocr-utils 0.7.0 → 0.8.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 (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +2 -2
package/dist/cli.js CHANGED
@@ -205,7 +205,7 @@ async function main() {
205
205
  strict: false
206
206
  });
207
207
  if (values.version) {
208
- process.stdout.write(`${"0.7.0"}
208
+ process.stdout.write(`${"0.8.0"}
209
209
  `);
210
210
  return;
211
211
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@precisa-saude/fhir-ocr-utils",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "description": "Utilitários de ancoragem OCR para extração de biomarcadores de PDFs de resultados laboratoriais",
5
5
  "keywords": [
6
6
  "fhir",
@@ -41,7 +41,7 @@
41
41
  "dist"
42
42
  ],
43
43
  "dependencies": {
44
- "@precisa-saude/fhir": "^0.7.0"
44
+ "@precisa-saude/fhir": "^0.8.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "tsup": "^8.3.5",