@lifefinder/vsm-mqtt-client-open-source 0.0.53 → 0.0.54

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/solvers/none.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifefinder/vsm-mqtt-client-open-source",
3
- "version": "0.0.53",
3
+ "version": "0.0.54",
4
4
  "description": "MQTT client for vsm sensors",
5
5
  "main": "vsm-mqtt-client.js",
6
6
  "author": "Lars Mats",
package/solvers/none.js CHANGED
@@ -24,7 +24,7 @@ SOFTWARE.
24
24
  This is a solver which has no implementation, e.g. you do not get positioning
25
25
  */
26
26
 
27
- const loraCloudLoadAlmanac = require('./combain-loracloud').loadAlmanac;
27
+ const loraCloudLoadAlmanac = require('./combain-loracloud').api.loadAlmanac;
28
28
 
29
29
  module.exports.api = {
30
30
  initialize : async (args) => { return undefined; },