@medplum/agent 3.2.11 → 3.2.12

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.
@@ -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.11-2a9ee14b4";
44350
+ var Wd = "3.2.12-823a87ef5";
44351
44351
  var Ys = D.FHIR_JSON + ", */*; q=0.1";
44352
44352
  var Zs = "https://api.medplum.com/";
44353
44353
  var Xs = 1e3;
@@ -44915,7 +44915,7 @@ var _t = class extends H {
44915
44915
  async startPkce() {
44916
44916
  let t = Vr();
44917
44917
  sessionStorage.setItem("pkceState", t);
44918
- let n = Vr();
44918
+ let n = Vr().slice(0, 128);
44919
44919
  sessionStorage.setItem("codeVerifier", n);
44920
44920
  let i = await oi(n), o = Ln(i).replaceAll("+", "-").replaceAll("/", "_").replaceAll("=", "");
44921
44921
  return sessionStorage.setItem("codeChallenge", o), { codeChallengeMethod: "S256", codeChallenge: o };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/agent",
3
- "version": "3.2.11",
3
+ "version": "3.2.12",
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.11",
28
- "@medplum/hl7": "3.2.11",
27
+ "@medplum/core": "3.2.12",
28
+ "@medplum/hl7": "3.2.12",
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.11",
35
- "@medplum/mock": "3.2.11",
34
+ "@medplum/fhirtypes": "3.2.12",
35
+ "@medplum/mock": "3.2.12",
36
36
  "@types/async-eventemitter": "0.2.4",
37
37
  "@types/ws": "8.5.12",
38
38
  "mock-socket": "9.3.1",