@medplum/fhirtypes 3.3.0 → 4.0.1

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.
package/dist/Project.d.ts CHANGED
@@ -137,7 +137,7 @@ export interface Project {
137
137
  * A list of optional features that are enabled for the project.
138
138
  */
139
139
  features?: ('aws-comprehend' | 'aws-textract' | 'bots' | 'cron' | 'email' | 'google-auth-required' |
140
- 'graphql-introspection' | 'terminology' | 'websocket-subscriptions' | 'reference-lookups' | 'transaction-bundles')[];
140
+ 'graphql-introspection' | 'websocket-subscriptions' | 'transaction-bundles')[];
141
141
 
142
142
  /**
143
143
  * The default access policy for patients using open registration.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/fhirtypes",
3
- "version": "3.3.0",
3
+ "version": "4.0.1",
4
4
  "description": "Medplum FHIR Type Definitions",
5
5
  "keywords": [
6
6
  "medplum",
@@ -40,6 +40,6 @@
40
40
  "test": ""
41
41
  },
42
42
  "engines": {
43
- "node": ">=18.0.0"
43
+ "node": ">=20.0.0"
44
44
  }
45
45
  }