@ifings/api-client
Advanced tools
Comparing version 0.5.10 to 0.5.11
@@ -17,3 +17,3 @@ "use strict"; | ||
var config = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {}; | ||
return methods(instance, "/v3/hardware/sensors/".concat(sensorId, "/datastream")).put(datastreamId, data, config); | ||
return methods(instance, "/v3/hardware/sensors/".concat(sensorId, "/datastreams")).put(datastreamId, data, config); | ||
} | ||
@@ -20,0 +20,0 @@ } |
{ | ||
"name": "@ifings/api-client", | ||
"description": "iFings API client", | ||
"version": "0.5.10", | ||
"version": "0.5.11", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44196