@keystonehq/bc-ur-registry
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -86,2 +86,3 @@ import './patchCBOR'; | ||
export * from './extended/KeyDerivation'; | ||
export * from './extended/DerivationSchema'; | ||
export * from './CryptoOutput'; | ||
@@ -88,0 +89,0 @@ export * from './CryptoCoinInfo'; |
@@ -84,2 +84,3 @@ "use strict"; | ||
(0, tslib_1.__exportStar)(require("./extended/KeyDerivation"), exports); | ||
(0, tslib_1.__exportStar)(require("./extended/DerivationSchema"), exports); | ||
(0, tslib_1.__exportStar)(require("./CryptoOutput"), exports); | ||
@@ -86,0 +87,0 @@ (0, tslib_1.__exportStar)(require("./CryptoCoinInfo"), exports); |
{ | ||
"name": "@keystonehq/bc-ur-registry", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "A JS implementation of Uniform Resources(UR) Registry specification from Blockchain Commons", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -105,2 +105,3 @@ import './patchCBOR'; | ||
export * from './extended/KeyDerivation' | ||
export * from './extended/DerivationSchema' | ||
export * from './CryptoOutput' | ||
@@ -107,0 +108,0 @@ export * from './CryptoCoinInfo' |
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
254312
4355