@keystonehq/bc-ur-registry
Advanced tools
Comparing version 0.5.0 to 0.5.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.extend = exports.PathComponent = exports.ScriptExpressions = exports.MultiKey = exports.CryptoPSBT = exports.CryptoOutput = exports.CryptoECKey = exports.CryptoCoinInfoNetwork = exports.CryptoCoinInfoType = exports.CryptoCoinInfo = exports.CryptoKeypath = exports.CryptoMultiAccounts = exports.CryptoHDKey = exports.CryptoAccount = exports.Bytes = exports.URRegistryDecoder = exports.DataItem = void 0; | ||
exports.Buffer = exports.extend = exports.PathComponent = exports.ScriptExpressions = exports.MultiKey = exports.CryptoPSBT = exports.CryptoOutput = exports.CryptoECKey = exports.CryptoCoinInfoNetwork = exports.CryptoCoinInfoType = exports.CryptoCoinInfo = exports.CryptoKeypath = exports.CryptoMultiAccounts = exports.CryptoHDKey = exports.CryptoAccount = exports.Bytes = exports.URRegistryDecoder = exports.DataItem = void 0; | ||
const tslib_1 = require("tslib"); | ||
require("./patchCBOR"); | ||
const buffer_1 = require("buffer/"); | ||
Object.defineProperty(exports, "Buffer", { enumerable: true, get: function () { return buffer_1.Buffer; } }); | ||
const CryptoHDKey_1 = require("./CryptoHDKey"); | ||
@@ -7,0 +9,0 @@ Object.defineProperty(exports, "CryptoHDKey", { enumerable: true, get: function () { return CryptoHDKey_1.CryptoHDKey; } }); |
{ | ||
"name": "@keystonehq/bc-ur-registry", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "A JS implementation of Uniform Resources(UR) Registry specification from Blockchain Commons", | ||
@@ -13,3 +13,3 @@ "publishConfig": { | ||
"main": "dist/index.js", | ||
"types": "src/index.ts", | ||
"types": "dist/index.d.ts", | ||
"directories": { | ||
@@ -38,2 +38,3 @@ "lib": "src", | ||
"bitcoinjs-lib": "^5.2.0", | ||
"buffer": "^6.0.3", | ||
"eslint": "~7.26.0", | ||
@@ -45,3 +46,5 @@ "eslint-config-prettier": "~8.3.0", | ||
"prettier": "~2.3.0", | ||
"process": "0.11.10", | ||
"rimraf": "~3.0.2", | ||
"stream-browserify": "^3.0.0", | ||
"ts-jest": "~26.5.6", | ||
@@ -51,4 +54,4 @@ "tsutils": "~3.21.0", | ||
"uuid": "^8.3.2", | ||
"webpack": "4.46.0", | ||
"webpack-cli": "4.3.1" | ||
"webpack": "5.74.0", | ||
"webpack-cli": "4.10.0" | ||
}, | ||
@@ -69,3 +72,4 @@ "babel": { | ||
"test:watch": "jest --watch", | ||
"build:purescript": "webpack --config webpack.config.js" | ||
"build:purescript": "webpack --config webpack.config.js", | ||
"build:release": "yarn run clean && yarn run build && yarn run build:purescript" | ||
}, | ||
@@ -72,0 +76,0 @@ "author": "Soralit <soralitria@gmail.com>", |
@@ -17,2 +17,12 @@ # BC-UR-Registry | ||
To set up the project for development or creating your own builds, run: | ||
```bash | ||
yarn install | ||
yarn run build | ||
# This creates a single file web-version: | ||
yarn run build:purescript | ||
``` | ||
## Usage Samples: | ||
@@ -292,2 +302,2 @@ | ||
//xpub661MyMwAqRbcGrSy23RC9y3S1QS1TUFmwj64mpx6k2vFwz1vcS7BcToj4NoTsu1pjZHJnHxTsrKu2UHaKhRqRbHHhbjAN2ytU8hUpYgkaYq | ||
``` | ||
``` |
import './patchCBOR'; | ||
import { Buffer } from 'buffer/'; | ||
import { CryptoHDKey } from './CryptoHDKey'; | ||
@@ -93,2 +93,3 @@ import { CryptoKeypath } from './CryptoKeypath'; | ||
extend, | ||
Buffer | ||
}; | ||
@@ -95,0 +96,0 @@ |
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
230589
96
3931
302
30