atriusmaps-node-sdk 3.3.925 → 3.3.927

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.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var version = "3.3.925";
5
+ var version = "3.3.927";
6
6
  var pkg = {
7
7
  version: version};
8
8
 
@@ -139,7 +139,10 @@ function handleHeadless(app) {
139
139
  );
140
140
  app.bus.on(
141
141
  "clientAPI/getFlightStatus",
142
- async ({ term, type = "all" }) => app.bus.get("flightStatus/query", { term, type })
142
+ async ({ term, type = "all" }) => app.bus.get(
143
+ "flightStatus/query",
144
+ { term, type }
145
+ )
143
146
  );
144
147
  }
145
148
 
@@ -1 +1 @@
1
- var a="3.3.925",e={version:a};export{e as default,a as version};
1
+ var a="3.3.927",e={version:a};export{e as default,a as version};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atriusmaps-node-sdk",
3
- "version": "3.3.925",
3
+ "version": "3.3.927",
4
4
  "description": "This project provides an API to Atrius Personal Wayfinder maps within a Node environment. See the README.md for more information",
5
5
  "keywords": [
6
6
  "map",