Comparing version 1.0.0 to 1.1.0
@@ -0,5 +1,6 @@ | ||
const {chanNumber} = require('./lib'); | ||
const {decodeChanId} = require('./lib'); | ||
const {rawChanId} = require('./lib'); | ||
module.exports = {decodeChanId, rawChanId}; | ||
module.exports = {chanNumber, decodeChanId, rawChanId}; | ||
@@ -21,2 +21,5 @@ const BN = require('bn.js'); | ||
@throws | ||
<Error> | ||
@returns | ||
@@ -23,0 +26,0 @@ { |
@@ -0,5 +1,6 @@ | ||
const chanNumber = require('./chan_number'); | ||
const decodeChanId = require('./decode_chan_id'); | ||
const rawChanId = require('./raw_chan_id'); | ||
module.exports = {decodeChanId, rawChanId}; | ||
module.exports = {chanNumber, decodeChanId, rawChanId}; | ||
@@ -31,3 +31,3 @@ { | ||
}, | ||
"version": "1.0.0" | ||
"version": "1.1.0" | ||
} |
# BOLT07 | ||
[![npm version](https://badge.fury.io/js/bolt07.svg)](https://badge.fury.io/js/bolt07) | ||
Utilities for working with Lightning Network BOLT 07 | ||
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
8699
14
216
7