@medplum/mock 5.0.13 → 5.0.15

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/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -48,4 +48,4 @@ Medplum is a healthcare platform that helps you quickly develop high-quality com
48
48
 
49
49
  ## License
50
50
 
51
- Apache 2.0. Copyright © Medplum 2025
51
+ [Apache 2.0](../../LICENSE.txt)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/mock",
3
- "version": "5.0.13",
3
+ "version": "5.0.15",
4
4
  "description": "Medplum Mock Client",
5
5
  "keywords": [
6
6
  "medplum",
@@ -56,10 +56,10 @@
56
56
  "test": "jest"
57
57
  },
58
58
  "dependencies": {
59
- "@medplum/core": "5.0.13",
60
- "@medplum/definitions": "5.0.13",
61
- "@medplum/fhir-router": "5.0.13",
62
- "@medplum/fhirtypes": "5.0.13",
59
+ "@medplum/core": "5.0.15",
60
+ "@medplum/definitions": "5.0.15",
61
+ "@medplum/fhir-router": "5.0.15",
62
+ "@medplum/fhirtypes": "5.0.15",
63
63
  "dataloader": "2.2.3",
64
64
  "jest-websocket-mock": "2.5.0",
65
65
  "rfc6902": "5.1.2"