@medplum/agent 3.2.18 → 3.2.19

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.
@@ -30117,7 +30117,7 @@ var require_package = __commonJS({
30117
30117
  module2.exports = {
30118
30118
  name: "winston",
30119
30119
  description: "A logger for just about everything.",
30120
- version: "3.15.0",
30120
+ version: "3.16.0",
30121
30121
  author: "Charlie Robbins <charlie.robbins@gmail.com>",
30122
30122
  maintainers: [
30123
30123
  "David Hyde <dabh@alumni.stanford.edu>"
@@ -38172,9 +38172,9 @@ var require_stream_duplex = __commonJS({
38172
38172
  }
38173
38173
  });
38174
38174
 
38175
- // ../../node_modules/safe-buffer/index.js
38175
+ // ../../node_modules/string_decoder/node_modules/safe-buffer/index.js
38176
38176
  var require_safe_buffer = __commonJS({
38177
- "../../node_modules/safe-buffer/index.js"(exports2, module2) {
38177
+ "../../node_modules/string_decoder/node_modules/safe-buffer/index.js"(exports2, module2) {
38178
38178
  "use strict";
38179
38179
  var buffer = require("buffer");
38180
38180
  var Buffer2 = buffer.Buffer;
@@ -43887,6 +43887,7 @@ var require_logger = __commonJS({
43887
43887
  });
43888
43888
  if (meta.message) info.message = `${info.message} ${meta.message}`;
43889
43889
  if (meta.stack) info.stack = meta.stack;
43890
+ if (meta.cause) info.cause = meta.cause;
43890
43891
  this.write(info);
43891
43892
  return this;
43892
43893
  }
@@ -48284,7 +48285,7 @@ var _t = class {
48284
48285
  return this.masterSubEmitter || (this.masterSubEmitter = new Ge(...Array.from(this.criteriaEntries.keys()))), this.masterSubEmitter;
48285
48286
  }
48286
48287
  };
48287
- var Xd = "3.2.18-8ca5b55b2";
48288
+ var Xd = "3.2.19-69c2e49e5";
48288
48289
  var ta = D.FHIR_JSON + ", */*; q=0.1";
48289
48290
  var ra = "https://api.medplum.com/";
48290
48291
  var na = 1e3;
@@ -48819,6 +48820,7 @@ var Nt = class extends H {
48819
48820
  return this.request("GET", t, o, i);
48820
48821
  }
48821
48822
  async executeAutoBatch() {
48823
+ if (this.autoBatchQueue === void 0) return;
48822
48824
  let t = [...this.autoBatchQueue];
48823
48825
  if (this.autoBatchQueue.length = 0, this.autoBatchTimerId = void 0, t.length === 1) {
48824
48826
  let o = t[0];
@@ -49950,7 +49952,7 @@ var App = class _App {
49950
49952
  for (let i = 0; i < channels.length; i++) {
49951
49953
  const channel = channels[i];
49952
49954
  const endpoint = endpoints[i];
49953
- if (endpoint.address === "") {
49955
+ if (!endpoint.address) {
49954
49956
  throw new Error(`Invalid empty endpoint address for channel '${channel.name}'`);
49955
49957
  }
49956
49958
  let parsedEndpoint;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/agent",
3
- "version": "3.2.18",
3
+ "version": "3.2.19",
4
4
  "description": "Medplum Agent",
5
5
  "homepage": "https://www.medplum.com/",
6
6
  "bugs": {
@@ -24,17 +24,17 @@
24
24
  "test": "jest"
25
25
  },
26
26
  "dependencies": {
27
- "@medplum/core": "3.2.18",
28
- "@medplum/hl7": "3.2.18",
27
+ "@medplum/core": "3.2.19",
28
+ "@medplum/hl7": "3.2.19",
29
29
  "dcmjs-dimse": "0.1.30",
30
30
  "iconv-lite": "0.6.3",
31
31
  "ws": "8.18.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@medplum/fhirtypes": "3.2.18",
35
- "@medplum/mock": "3.2.18",
34
+ "@medplum/fhirtypes": "3.2.19",
35
+ "@medplum/mock": "3.2.19",
36
36
  "@types/async-eventemitter": "0.2.4",
37
- "@types/ws": "8.5.12",
37
+ "@types/ws": "8.5.13",
38
38
  "mock-socket": "9.3.1",
39
39
  "postject": "1.0.0-alpha.6"
40
40
  },