@medplum/agent 3.2.13 → 3.2.14
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 +2 -2
- package/package.json +5 -5
package/dist/cjs/index.cjs
CHANGED
|
@@ -44347,7 +44347,7 @@ var Mt = class {
|
|
|
44347
44347
|
return this.masterSubEmitter || (this.masterSubEmitter = new $e(...Array.from(this.criteriaEntries.keys()))), this.masterSubEmitter;
|
|
44348
44348
|
}
|
|
44349
44349
|
};
|
|
44350
|
-
var Wd = "3.2.
|
|
44350
|
+
var Wd = "3.2.14-2f87100e5";
|
|
44351
44351
|
var Ys = D.FHIR_JSON + ", */*; q=0.1";
|
|
44352
44352
|
var Zs = "https://api.medplum.com/";
|
|
44353
44353
|
var Xs = 1e3;
|
|
@@ -45022,7 +45022,7 @@ var _t = class extends H {
|
|
|
45022
45022
|
if (t.key === null) window.location.reload();
|
|
45023
45023
|
else if (t.key === "activeLogin") {
|
|
45024
45024
|
let n = t.oldValue ? JSON.parse(t.oldValue) : void 0, i = t.newValue ? JSON.parse(t.newValue) : void 0;
|
|
45025
|
-
n?.profile.
|
|
45025
|
+
n?.profile.reference !== i?.profile.reference && window.location.reload();
|
|
45026
45026
|
}
|
|
45027
45027
|
});
|
|
45028
45028
|
} catch {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medplum/agent",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.14",
|
|
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": "3.2.
|
|
28
|
-
"@medplum/hl7": "3.2.
|
|
27
|
+
"@medplum/core": "3.2.14",
|
|
28
|
+
"@medplum/hl7": "3.2.14",
|
|
29
29
|
"dcmjs-dimse": "0.1.28",
|
|
30
30
|
"iconv-lite": "0.6.3",
|
|
31
31
|
"ws": "8.18.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@medplum/fhirtypes": "3.2.
|
|
35
|
-
"@medplum/mock": "3.2.
|
|
34
|
+
"@medplum/fhirtypes": "3.2.14",
|
|
35
|
+
"@medplum/mock": "3.2.14",
|
|
36
36
|
"@types/async-eventemitter": "0.2.4",
|
|
37
37
|
"@types/ws": "8.5.12",
|
|
38
38
|
"mock-socket": "9.3.1",
|