@atombender/hydrant-api
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -57,4 +57,4 @@ 'use strict'; | ||
raw.timeRange = { | ||
start: (0, _moment2['default'])(query.time.start).unix(), | ||
end: (0, _moment2['default'])(query.time.end).unix() | ||
start: (0, _moment2['default'])(query.timeRange.start).unix(), | ||
end: (0, _moment2['default'])(query.timeRange.end).unix() | ||
}; | ||
@@ -61,0 +61,0 @@ } |
{ | ||
"name": "@atombender/hydrant-api", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Hydrant API classes.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -31,4 +31,4 @@ 'use strict'; | ||
raw.timeRange = { | ||
start: moment(query.time.start).unix(), | ||
end: moment(query.time.end).unix() | ||
start: moment(query.timeRange.start).unix(), | ||
end: moment(query.timeRange.end).unix() | ||
}; | ||
@@ -35,0 +35,0 @@ } |
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
63342