@medplum/agent 4.5.0 → 4.5.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.
@@ -69435,7 +69435,7 @@ var Ht = class {
69435
69435
  return this.masterSubEmitter || (this.masterSubEmitter = new tt(...Array.from(this.criteriaEntries.keys()))), this.masterSubEmitter;
69436
69436
  }
69437
69437
  };
69438
- var tn = "4.5.0-686bc335c";
69438
+ var tn = "4.5.1-e9483fa11";
69439
69439
  var Ta = A.FHIR_JSON + ", */*; q=0.1";
69440
69440
  var Sa = "https://api.medplum.com/";
69441
69441
  var ba = 1e3;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/agent",
3
- "version": "4.5.0",
3
+ "version": "4.5.1",
4
4
  "description": "Medplum Agent",
5
5
  "homepage": "https://www.medplum.com/",
6
6
  "bugs": {
@@ -25,8 +25,8 @@
25
25
  "test": "jest --runInBand"
26
26
  },
27
27
  "dependencies": {
28
- "@medplum/core": "4.5.0",
29
- "@medplum/hl7": "4.5.0",
28
+ "@medplum/core": "4.5.1",
29
+ "@medplum/hl7": "4.5.1",
30
30
  "dcmjs-dimse": "0.3.1",
31
31
  "iconv-lite": "0.7.0",
32
32
  "semver": "7.7.3",
@@ -35,8 +35,8 @@
35
35
  "ws": "8.18.3"
36
36
  },
37
37
  "devDependencies": {
38
- "@medplum/fhirtypes": "4.5.0",
39
- "@medplum/mock": "4.5.0",
38
+ "@medplum/fhirtypes": "4.5.1",
39
+ "@medplum/mock": "4.5.1",
40
40
  "@types/async-eventemitter": "0.2.4",
41
41
  "@types/ws": "8.18.1",
42
42
  "mock-socket": "9.3.1",