@xyo-network/signing
Advanced tools
Comparing version 0.55.6-alpha.0 to 0.55.8-alpha.0
@@ -12,5 +12,5 @@ /// <reference types="node" /> | ||
getReadableValue(): string; | ||
getData(): (IXyoSignature | IXyoPublicKey)[]; | ||
getData(): (IXyoPublicKey | IXyoSignature)[]; | ||
signData(data: Buffer): Promise<IXyoSignature>; | ||
} | ||
//# sourceMappingURL=xyo-stub-signer.d.ts.map |
{ | ||
"name": "@xyo-network/signing", | ||
"version": "0.55.6-alpha.0", | ||
"version": "0.55.8-alpha.0", | ||
"description": "Signing Types and Services for the XYO Network", | ||
@@ -10,4 +10,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@xyo-network/serialization": "^0.55.6-alpha.0", | ||
"@xyo-network/serialization-schema": "^0.55.6-alpha.0" | ||
"@xyo-network/serialization": "^0.55.8-alpha.0", | ||
"@xyo-network/serialization-schema": "^0.55.8-alpha.0" | ||
}, | ||
@@ -21,5 +21,5 @@ "devDependencies": { | ||
"tslint": "^5.12.1", | ||
"typescript": "^3.2.2" | ||
"typescript": "^3.4.4" | ||
}, | ||
"gitHead": "e75c364eb6fc7be583feb2c92757f5039d555292" | ||
"gitHead": "276868c46de4a29d5163cf7cbadf2a11c5aec959" | ||
} |
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
381332
+ Added@xyo-network/base@0.55.8-alpha.0(transitive)
+ Added@xyo-network/errors@0.55.8-alpha.0(transitive)
+ Added@xyo-network/serialization@0.55.8-alpha.0(transitive)
+ Added@xyo-network/serialization-schema@0.55.8-alpha.0(transitive)
- Removed@xyo-network/base@0.55.6-alpha.0(transitive)
- Removed@xyo-network/errors@0.55.6-alpha.0(transitive)
- Removed@xyo-network/serialization@0.55.6-alpha.0(transitive)
- Removed@xyo-network/serialization-schema@0.55.6-alpha.0(transitive)