@medplum/agent 4.1.1 → 4.1.2

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.
@@ -33175,7 +33175,7 @@ var Wt = class {
33175
33175
  return this.masterSubEmitter || (this.masterSubEmitter = new Ze(...Array.from(this.criteriaEntries.keys()))), this.masterSubEmitter;
33176
33176
  }
33177
33177
  };
33178
- var Kr = "4.1.1-9084a85f3";
33178
+ var Kr = "4.1.2-7f5a095ee";
33179
33179
  var ua = w.FHIR_JSON + ", */*; q=0.1";
33180
33180
  var la = "https://api.medplum.com/";
33181
33181
  var pa = 1e3;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/agent",
3
- "version": "4.1.1",
3
+ "version": "4.1.2",
4
4
  "description": "Medplum Agent",
5
5
  "homepage": "https://www.medplum.com/",
6
6
  "bugs": {
@@ -24,15 +24,15 @@
24
24
  "test": "jest"
25
25
  },
26
26
  "dependencies": {
27
- "@medplum/core": "4.1.1",
28
- "@medplum/hl7": "4.1.1",
27
+ "@medplum/core": "4.1.2",
28
+ "@medplum/hl7": "4.1.2",
29
29
  "dcmjs-dimse": "0.2.5",
30
30
  "iconv-lite": "0.6.3",
31
31
  "ws": "8.18.1"
32
32
  },
33
33
  "devDependencies": {
34
- "@medplum/fhirtypes": "4.1.1",
35
- "@medplum/mock": "4.1.1",
34
+ "@medplum/fhirtypes": "4.1.2",
35
+ "@medplum/mock": "4.1.2",
36
36
  "@types/async-eventemitter": "0.2.4",
37
37
  "@types/ws": "8.18.1",
38
38
  "mock-socket": "9.3.1",