liquidjs-lib
Advanced tools
Comparing version 6.0.2-liquid.17 to 6.0.2-liquid.18
{ | ||
"name": "liquidjs-lib", | ||
"version": "6.0.2-liquid.17", | ||
"version": "6.0.2-liquid.18", | ||
"description": "Client-side Liquid JavaScript library", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -8,4 +8,4 @@ import * as address from './address'; | ||
import * as bip341 from './bip341'; | ||
export * as confidential from './confidential'; | ||
export { address, crypto, networks, payments, script, issuance, bip341 }; | ||
import * as confidential from './confidential'; | ||
export { address, confidential, crypto, networks, payments, script, issuance, bip341, }; | ||
export { OPS as opcodes } from './ops'; | ||
@@ -12,0 +12,0 @@ export { Input as TxInput, Output as TxOutput, Transaction, } from './transaction'; |
@@ -62,4 +62,4 @@ 'use strict'; | ||
exports.crypto = | ||
exports.confidential = | ||
exports.address = | ||
exports.confidential = | ||
void 0; | ||
@@ -80,3 +80,4 @@ const address = __importStar(require('./address')); | ||
exports.bip341 = bip341; | ||
exports.confidential = __importStar(require('./confidential')); | ||
const confidential = __importStar(require('./confidential')); | ||
exports.confidential = confidential; | ||
var ops_1 = require('./ops'); | ||
@@ -83,0 +84,0 @@ Object.defineProperty(exports, 'opcodes', { |
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
507174
14673