@medplum/agent 4.0.2 → 4.0.3
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/cjs/index.cjs +1 -1
- package/package.json +5 -5
package/dist/cjs/index.cjs
CHANGED
|
@@ -43461,7 +43461,7 @@ var Mt = class {
|
|
|
43461
43461
|
return this.masterSubEmitter || (this.masterSubEmitter = new Ge(...Array.from(this.criteriaEntries.keys()))), this.masterSubEmitter;
|
|
43462
43462
|
}
|
|
43463
43463
|
};
|
|
43464
|
-
var Hr = "4.0.
|
|
43464
|
+
var Hr = "4.0.3-33a206c52";
|
|
43465
43465
|
var aa = A.FHIR_JSON + ", */*; q=0.1";
|
|
43466
43466
|
var ca = "https://api.medplum.com/";
|
|
43467
43467
|
var ua = 1e3;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medplum/agent",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.3",
|
|
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.0.
|
|
28
|
-
"@medplum/hl7": "4.0.
|
|
27
|
+
"@medplum/core": "4.0.3",
|
|
28
|
+
"@medplum/hl7": "4.0.3",
|
|
29
29
|
"dcmjs-dimse": "0.2.0",
|
|
30
30
|
"iconv-lite": "0.6.3",
|
|
31
31
|
"ws": "8.18.1"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@medplum/fhirtypes": "4.0.
|
|
35
|
-
"@medplum/mock": "4.0.
|
|
34
|
+
"@medplum/fhirtypes": "4.0.3",
|
|
35
|
+
"@medplum/mock": "4.0.3",
|
|
36
36
|
"@types/async-eventemitter": "0.2.4",
|
|
37
37
|
"@types/ws": "8.5.14",
|
|
38
38
|
"mock-socket": "9.3.1",
|