@xyo-network/archivist-repository
Advanced tools
Comparing version 0.15.1 to 0.20.0
{ | ||
"name": "@xyo-network/archivist-repository", | ||
"version": "0.15.1", | ||
"version": "0.20.0", | ||
"description": "A data-layer abstraction for archivist responsibilities", | ||
@@ -10,6 +10,6 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@xyo-network/bound-witness": "^0.17.1", | ||
"@xyo-network/hashing": "^0.17.1", | ||
"@xyo-network/origin-block-repository": "^0.17.1", | ||
"@xyo-network/signing": "^0.17.1" | ||
"@xyo-network/bound-witness": "^0.20.0", | ||
"@xyo-network/hashing": "^0.20.0", | ||
"@xyo-network/origin-block-repository": "^0.20.0", | ||
"@xyo-network/signing": "^0.20.0" | ||
}, | ||
@@ -22,6 +22,6 @@ "devDependencies": { | ||
"ts-node": "^7.0.1", | ||
"tslint": "^5.11.0", | ||
"typescript": "^3.1.6" | ||
"tslint": "^5.12.1", | ||
"typescript": "^3.2.2" | ||
}, | ||
"gitHead": "fecaf151dc2616864d31f5d89a3cb3a7ff9c44d5" | ||
"gitHead": "642da62976e94532b7019c93d381b30fbf9ae037" | ||
} |
@@ -24,3 +24,8 @@ { | ||
"include": ["src/**/*"], | ||
"references": [] | ||
"references": [ | ||
{"path": "../bound-witness"}, | ||
{"path": "../hashing"}, | ||
{"path": "../origin-block-repository"}, | ||
{"path": "../signing"} | ||
] | ||
} |
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
9674
205
+ Added@xyo-network/base@0.20.0(transitive)
+ Added@xyo-network/bound-witness@0.20.0(transitive)
+ Added@xyo-network/buffer-utils@0.20.0(transitive)
+ Added@xyo-network/errors@0.20.0(transitive)
+ Added@xyo-network/hashing@0.20.0(transitive)
+ Added@xyo-network/origin-block-repository@0.20.0(transitive)
+ Added@xyo-network/serialization@0.20.0(transitive)
+ Added@xyo-network/serialization-schema@0.20.0(transitive)
+ Added@xyo-network/signing@0.20.0(transitive)
+ Added@xyo-network/storage@0.20.0(transitive)
- Removed@xyo-network/base@0.17.1(transitive)
- Removed@xyo-network/bound-witness@0.17.1(transitive)
- Removed@xyo-network/buffer-utils@0.17.1(transitive)
- Removed@xyo-network/errors@0.17.1(transitive)
- Removed@xyo-network/hashing@0.17.1(transitive)
- Removed@xyo-network/origin-block-repository@0.17.1(transitive)
- Removed@xyo-network/serialization@0.17.1(transitive)
- Removed@xyo-network/serialization-schema@0.17.1(transitive)
- Removed@xyo-network/signing@0.17.1(transitive)
- Removed@xyo-network/storage@0.17.1(transitive)
Updated@xyo-network/hashing@^0.20.0
Updated@xyo-network/signing@^0.20.0