@metriport/fhir-sdk 1.2.5 → 1.2.7

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 +3 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metriport/fhir-sdk",
3
- "version": "1.2.5",
3
+ "version": "1.2.7",
4
4
  "description": "FHIR Bundle SDK for parsing, querying, and manipulating FHIR bundles with reference resolution",
5
5
  "author": "Metriport Inc. <contact@metriport.com>",
6
6
  "homepage": "https://metriport.com/",
@@ -44,13 +44,12 @@
44
44
  "typecheck": "tsc --noEmit",
45
45
  "lint": "npx eslint . --ext .ts",
46
46
  "lint-fix": "npm run lint --fix",
47
- "prettier-fix": "npx prettier '**/*.ts' --write",
47
+ "prettier-fix": "npx prettier '**/*.{js,ts,md}' --write --ignore-path ../../.prettierignore",
48
48
  "test": "jest --runInBand --detectOpenHandles --passWithNoTests",
49
49
  "test:e2e": "E2E=true jest --runInBand --detectOpenHandles --passWithNoTests"
50
50
  },
51
51
  "dependencies": {
52
- "@medplum/fhirtypes": "^2.2.10",
53
- "@metriport/shared": "file:packages/shared"
52
+ "@medplum/fhirtypes": "^2.2.10"
54
53
  },
55
54
  "devDependencies": {
56
55
  "@metriport/eslint-rules": "file:packages/eslint-rules",