@xyo-network/heuristics-common
Advanced tools
Comparing version 0.7.0 to 0.8.0
@@ -26,3 +26,7 @@ import { XyoSerializableNumber } from '@xyo-network/heuristics'; | ||
getData(): XyoSerializableNumber[]; | ||
getReadableValue(): { | ||
latitude: number; | ||
longitude: number; | ||
}; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
@@ -8,3 +8,3 @@ "use strict"; | ||
* @Last modified by: ryanxyo | ||
* @Last modified time: Wednesday, 12th December 2018 12:20:20 pm | ||
* @Last modified time: Wednesday, 12th December 2018 1:48:16 pm | ||
* @License: All Rights Reserved | ||
@@ -34,2 +34,8 @@ * @Copyright: Copyright XY | The Findables Company | ||
} | ||
getReadableValue() { | ||
return { | ||
latitude: this.latitude, | ||
longitude: this.longitude | ||
}; | ||
} | ||
} | ||
@@ -36,0 +42,0 @@ exports.XyoGps = XyoGps; |
{ | ||
"name": "@xyo-network/heuristics-common", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"description": "A number of common heuristics used in the XYO protocol", | ||
@@ -10,5 +10,5 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@xyo-network/heuristics": "^0.7.0", | ||
"@xyo-network/serialization": "^0.7.0", | ||
"@xyo-network/serialization-schema": "^0.7.0" | ||
"@xyo-network/heuristics": "^0.8.0", | ||
"@xyo-network/serialization": "^0.8.0", | ||
"@xyo-network/serialization-schema": "^0.8.0" | ||
}, | ||
@@ -24,3 +24,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "95077b5c60fd3a2fe5252422f38346c47739271a" | ||
"gitHead": "7367c87d96afe3ecec362c40290e4e719b5415df" | ||
} |
@@ -7,3 +7,3 @@ /* | ||
* @Last modified by: ryanxyo | ||
* @Last modified time: Wednesday, 12th December 2018 12:20:20 pm | ||
* @Last modified time: Wednesday, 12th December 2018 1:48:16 pm | ||
* @License: All Rights Reserved | ||
@@ -37,2 +37,9 @@ * @Copyright: Copyright XY | The Findables Company | ||
} | ||
public getReadableValue() { | ||
return { | ||
latitude: this.latitude, | ||
longitude: this.longitude | ||
} | ||
} | ||
} | ||
@@ -39,0 +46,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
9954
165
+ Added@xyo-network/base@0.8.0(transitive)
+ Added@xyo-network/buffer-utils@0.8.0(transitive)
+ Added@xyo-network/errors@0.8.0(transitive)
+ Added@xyo-network/heuristics@0.8.3(transitive)
+ Added@xyo-network/serialization@0.8.3(transitive)
+ Added@xyo-network/serialization-schema@0.8.3(transitive)
- Removed@xyo-network/base@0.7.0(transitive)
- Removed@xyo-network/buffer-utils@0.7.0(transitive)
- Removed@xyo-network/errors@0.7.0(transitive)
- Removed@xyo-network/heuristics@0.7.0(transitive)
- Removed@xyo-network/serialization@0.7.0(transitive)
- Removed@xyo-network/serialization-schema@0.7.0(transitive)