@metriport/api-sdk 18.1.1 → 18.1.2-alpha.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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metriport/api-sdk",
3
- "version": "18.1.1",
3
+ "version": "18.1.2-alpha.0",
4
4
  "description": "Metriport helps you access and manage health and medical data, through a single open source API.",
5
5
  "author": "Metriport Inc. <contact@metriport.com>",
6
6
  "homepage": "https://metriport.com/",
@@ -58,7 +58,7 @@
58
58
  },
59
59
  "dependencies": {
60
60
  "@medplum/fhirtypes": "^2.0.32",
61
- "@metriport/shared": "^0.27.1",
61
+ "@metriport/shared": "^0.27.2-alpha.0",
62
62
  "axios": "^1.8.2",
63
63
  "dayjs": "^1.11.7",
64
64
  "dotenv": "^16.3.1",
@@ -78,5 +78,5 @@
78
78
  "ts-jest": "29.1.1",
79
79
  "typescript": "^4.9.5"
80
80
  },
81
- "gitHead": "51e463ea027f83f97a0ca23a5f372539f6a59803"
81
+ "gitHead": "d2e5c5a49b8d4c11dc8a1265e04d46ffc99e7715"
82
82
  }