@xyo-network/hashing
Advanced tools
Comparing version 0.9.1 to 0.10.0
@@ -24,2 +24,3 @@ /// <reference types="node" /> | ||
export declare const sha256HashDeserializer: XyoSha256HashDeserializer; | ||
export {} from './xyo-hashing-test-utils'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -8,3 +8,3 @@ "use strict"; | ||
* @Last modified by: ryanxyo | ||
* @Last modified time: Wednesday, 12th December 2018 12:19:49 pm | ||
* @Last modified time: Friday, 14th December 2018 12:14:33 pm | ||
* @License: All Rights Reserved | ||
@@ -11,0 +11,0 @@ * @Copyright: Copyright XY | The Findables Company |
{ | ||
"name": "@xyo-network/hashing", | ||
"version": "0.9.1", | ||
"version": "0.10.0", | ||
"description": "Hashing Types and Services for the Xyo Network", | ||
@@ -10,6 +10,6 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@xyo-network/base": "^0.9.0", | ||
"@xyo-network/errors": "^0.9.0", | ||
"@xyo-network/serialization": "^0.9.0", | ||
"@xyo-network/serialization-schema": "^0.9.1" | ||
"@xyo-network/base": "^0.10.0", | ||
"@xyo-network/errors": "^0.10.0", | ||
"@xyo-network/serialization": "^0.10.0", | ||
"@xyo-network/serialization-schema": "^0.10.0" | ||
}, | ||
@@ -25,3 +25,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "9b5c8fc3e8d804e589947149e4c5112694e198e9" | ||
"gitHead": "599931020ccd642efbc6e4b1fabd243d87a490bf" | ||
} |
@@ -7,3 +7,3 @@ /* | ||
* @Last modified by: ryanxyo | ||
* @Last modified time: Wednesday, 12th December 2018 12:19:49 pm | ||
* @Last modified time: Friday, 14th December 2018 12:14:33 pm | ||
* @License: All Rights Reserved | ||
@@ -79,1 +79,3 @@ * @Copyright: Copyright XY | The Findables Company | ||
export const sha256HashDeserializer = new XyoSha256HashDeserializer() | ||
export {} from './xyo-hashing-test-utils' |
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
40278
39
731
+ Added@xyo-network/base@0.10.0(transitive)
+ Added@xyo-network/errors@0.10.0(transitive)
+ Added@xyo-network/serialization@0.10.0(transitive)
+ Added@xyo-network/serialization-schema@0.10.0(transitive)
- Removed@xyo-network/base@0.9.0(transitive)
- Removed@xyo-network/errors@0.9.0(transitive)
- Removed@xyo-network/serialization@0.9.0(transitive)
- Removed@xyo-network/serialization-schema@0.9.1(transitive)
Updated@xyo-network/base@^0.10.0
Updated@xyo-network/errors@^0.10.0