@edgeiq/edgeiq-api-js 1.1.5 → 1.1.6

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/constants.js CHANGED
@@ -112,7 +112,7 @@ exports.Endpoints = {
112
112
  device: "" + exports.BaseEndpoints.device,
113
113
  deviceLocationObservation: "" + exports.BaseEndpoints.deviceLocationObservation,
114
114
  downstreamSystem: "" + exports.BaseEndpoints.downstreamSystem,
115
- escrowDevice: "" + exports.BaseEndpoints.user,
115
+ escrowDevice: "" + exports.BaseEndpoints.escrowDevice,
116
116
  gatewayCommand: "" + exports.BaseEndpoints.gatewayCommand,
117
117
  ingestor: "" + exports.BaseEndpoints.ingestor,
118
118
  integration: "" + exports.BaseEndpoints.integration,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edgeiq/edgeiq-api-js",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "author": "EdgeIQ",
5
5
  "license": "ISC",
6
6
  "description": "This project presents EdgeIQ API SDK.",