@xyo-network/serialization
Advanced tools
Comparing version 0.8.0 to 0.8.2
@@ -11,5 +11,5 @@ /// <reference types="node" /> | ||
getReadableName(): string; | ||
getReadableValue(): void; | ||
getReadableValue(): any; | ||
getData(): Buffer | IXyoSerializableObject | IXyoSerializableObject[]; | ||
} | ||
//# sourceMappingURL=on-the-fly-serializable.d.ts.map |
@@ -9,3 +9,3 @@ "use strict"; | ||
* @Last modified by: ryanxyo | ||
* @Last modified time: Wednesday, 12th December 2018 1:22:02 pm | ||
* @Last modified time: Wednesday, 12th December 2018 2:29:13 pm | ||
* @License: All Rights Reserved | ||
@@ -25,6 +25,6 @@ * @Copyright: Copyright XY | The Findables Company | ||
getReadableName() { | ||
throw this.readableName; | ||
return this.readableName; | ||
} | ||
getReadableValue() { | ||
throw this.readableValue; | ||
return this.readableValue; | ||
} | ||
@@ -31,0 +31,0 @@ getData() { |
{ | ||
"name": "@xyo-network/serialization", | ||
"version": "0.8.0", | ||
"version": "0.8.2", | ||
"description": "Serialization services in the xyo network", | ||
@@ -24,3 +24,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "7367c87d96afe3ecec362c40290e4e719b5415df" | ||
"gitHead": "fb8de340613295011fa36168e9dd22df3e5c19b0" | ||
} |
@@ -7,3 +7,3 @@ /* | ||
* @Last modified by: ryanxyo | ||
* @Last modified time: Wednesday, 12th December 2018 1:22:02 pm | ||
* @Last modified time: Wednesday, 12th December 2018 2:29:13 pm | ||
* @License: All Rights Reserved | ||
@@ -29,6 +29,6 @@ * @Copyright: Copyright XY | The Findables Company | ||
public getReadableName(): string { | ||
throw this.readableName | ||
return this.readableName | ||
} | ||
public getReadableValue() { | ||
throw this.readableValue | ||
return this.readableValue | ||
} | ||
@@ -35,0 +35,0 @@ |
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
138571