@medplum/agent 3.0.6 → 3.0.7
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
|
@@ -40826,7 +40826,7 @@ var xt = class extends Ie {
|
|
|
40826
40826
|
if (n?.expandProfile) {
|
|
40827
40827
|
let a = this.fhirUrl("StructureDefinition", "$expand-profile");
|
|
40828
40828
|
a.search = new URLSearchParams({ url: t }).toString();
|
|
40829
|
-
let c2 = await this.
|
|
40829
|
+
let c2 = await this.post(a.toString(), {});
|
|
40830
40830
|
return yr(c2).map((u2) => (tr(u2, u2.url), u2.url));
|
|
40831
40831
|
} else {
|
|
40832
40832
|
let a = await this.searchOne("StructureDefinition", { url: t, _sort: "-_lastUpdated" });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medplum/agent",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.7",
|
|
4
4
|
"description": "Medplum Agent",
|
|
5
5
|
"homepage": "https://www.medplum.com/",
|
|
6
6
|
"bugs": {
|
|
@@ -23,15 +23,15 @@
|
|
|
23
23
|
"test": "jest"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@medplum/core": "3.0.
|
|
27
|
-
"@medplum/hl7": "3.0.
|
|
26
|
+
"@medplum/core": "3.0.7",
|
|
27
|
+
"@medplum/hl7": "3.0.7",
|
|
28
28
|
"dcmjs-dimse": "0.1.26",
|
|
29
29
|
"node-windows": "1.0.0-beta.8",
|
|
30
30
|
"ws": "8.16.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@medplum/fhirtypes": "3.0.
|
|
34
|
-
"@medplum/mock": "3.0.
|
|
33
|
+
"@medplum/fhirtypes": "3.0.7",
|
|
34
|
+
"@medplum/mock": "3.0.7",
|
|
35
35
|
"@types/async-eventemitter": "0.2.4",
|
|
36
36
|
"@types/node-windows": "0.1.6",
|
|
37
37
|
"@types/ws": "8.5.10",
|