@atombender/hydrant-api
Advanced tools
Comparing version 0.0.29 to 0.0.31
@@ -17,26 +17,2 @@ 'use strict'; | ||
// A table row is a map of dimensions to raw values (eg., strings, | ||
// epoch integers, etc.). | ||
var TableRow = (function () { | ||
function TableRow() { | ||
var values = arguments[0] === undefined ? null : arguments[0]; | ||
_classCallCheck(this, TableRow); | ||
this.values = values ? _immutable2['default'].Map(values) : _immutable2['default'].Map(); | ||
} | ||
_createClass(TableRow, [{ | ||
key: 'toString', | ||
value: function toString() { | ||
return 'TableRow values={this.values.toString()}'; | ||
} | ||
}]); | ||
return TableRow; | ||
})(); | ||
exports.TableRow = TableRow; | ||
// A table result set is a very basic set of result rows (pairs of dimensions and | ||
@@ -43,0 +19,0 @@ // raw values) that is the raw output of a search. |
{ | ||
"name": "@atombender/hydrant-api", | ||
"version": "0.0.29", | ||
"version": "0.0.31", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
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
123266
3223