@metriport/shared 0.34.1-alpha.0 → 0.34.5

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 +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metriport/shared",
3
- "version": "0.34.1-alpha.0",
3
+ "version": "0.34.5",
4
4
  "description": "Common code shared across packages - by Metriport Inc.",
5
5
  "author": "Metriport Inc. <contact@metriport.com>",
6
6
  "homepage": "https://metriport.com/",
@@ -144,7 +144,7 @@
144
144
  "http-status": "~1.7.0",
145
145
  "lodash": "^4.18.0",
146
146
  "semver": ">=5.7.2",
147
- "uuid": "^13.0.1",
147
+ "uuid": "^13.0.2",
148
148
  "validator": "^13.15.15",
149
149
  "zod": "^3.22.1"
150
150
  },
@@ -155,6 +155,7 @@
155
155
  "@tsconfig/recommended": "^1.0.2",
156
156
  "@types/jest": "29.5.3",
157
157
  "@types/lodash": "4.14.194",
158
+ "@types/uuid": "^9.0.0",
158
159
  "@typescript-eslint/eslint-plugin": "8.59.4",
159
160
  "@typescript-eslint/parser": "8.59.4",
160
161
  "eslint": "8.57.1",
@@ -163,5 +164,6 @@
163
164
  "ts-essentials": "^9.3.1",
164
165
  "ts-jest": "29.4.11",
165
166
  "typescript": "6.0.3"
166
- }
167
+ },
168
+ "gitHead": "e0ca22aa55c3cc48aa71ca053e8df1bf20b96320"
167
169
  }