@xyo-network/origin-block-repository
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -8,3 +8,3 @@ "use strict"; | ||
* @Last modified by: ryanxyo | ||
* @Last modified time: Wednesday, 12th December 2018 10:54:30 am | ||
* @Last modified time: Wednesday, 12th December 2018 12:14:41 pm | ||
* @License: All Rights Reserved | ||
@@ -62,3 +62,3 @@ * @Copyright: Copyright XY | The Findables Company | ||
const blocks = result.items.map((keyPair) => { | ||
return this.serializationService.deserialize(keyPair.value).hydrate(this.serializationService); | ||
return this.serializationService.deserialize(keyPair.value).hydrate(); | ||
}); | ||
@@ -65,0 +65,0 @@ return { |
{ | ||
"name": "@xyo-network/origin-block-repository", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "An abstraction over a collection of origin blocks and subsequently accessing them", | ||
@@ -10,6 +10,6 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@xyo-network/bound-witness": "^0.6.0", | ||
"@xyo-network/hashing": "^0.6.0", | ||
"@xyo-network/serialization": "^0.6.0", | ||
"@xyo-network/storage": "^0.6.0" | ||
"@xyo-network/bound-witness": "^0.7.0", | ||
"@xyo-network/hashing": "^0.7.0", | ||
"@xyo-network/serialization": "^0.7.0", | ||
"@xyo-network/storage": "^0.7.0" | ||
}, | ||
@@ -25,3 +25,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "cbb5c5c20b4f081ebbd619dbdbd2ddace174db34" | ||
"gitHead": "95077b5c60fd3a2fe5252422f38346c47739271a" | ||
} |
@@ -7,3 +7,3 @@ /* | ||
* @Last modified by: ryanxyo | ||
* @Last modified time: Wednesday, 12th December 2018 10:54:30 am | ||
* @Last modified time: Wednesday, 12th December 2018 12:14:41 pm | ||
* @License: All Rights Reserved | ||
@@ -63,3 +63,3 @@ * @Copyright: Copyright XY | The Findables Company | ||
const blocks = result.items.map((keyPair) => { | ||
return this.serializationService.deserialize(keyPair.value).hydrate<IXyoBoundWitness>(this.serializationService) | ||
return this.serializationService.deserialize(keyPair.value).hydrate<IXyoBoundWitness>() | ||
}) | ||
@@ -66,0 +66,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
23766
+ Added@xyo-network/base@0.7.0(transitive)
+ Added@xyo-network/bound-witness@0.7.0(transitive)
+ Added@xyo-network/buffer-utils@0.7.0(transitive)
+ Added@xyo-network/errors@0.7.0(transitive)
+ Added@xyo-network/hashing@0.7.0(transitive)
+ Added@xyo-network/serialization@0.7.0(transitive)
+ Added@xyo-network/serialization-schema@0.7.0(transitive)
+ Added@xyo-network/signing@0.7.0(transitive)
+ Added@xyo-network/storage@0.7.0(transitive)
- Removed@xyo-network/base@0.6.0(transitive)
- Removed@xyo-network/bound-witness@0.6.0(transitive)
- Removed@xyo-network/buffer-utils@0.6.0(transitive)
- Removed@xyo-network/errors@0.6.0(transitive)
- Removed@xyo-network/hashing@0.6.0(transitive)
- Removed@xyo-network/serialization@0.6.0(transitive)
- Removed@xyo-network/serialization-schema@0.6.0(transitive)
- Removed@xyo-network/signing@0.6.0(transitive)
- Removed@xyo-network/storage@0.6.0(transitive)
Updated@xyo-network/hashing@^0.7.0
Updated@xyo-network/storage@^0.7.0