@burstjs/util
Advanced tools
Comparing version 0.1.2 to 0.1.3
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
# unreleased | ||
- now available as standalone bundle (iife) | ||
- patched `sumNQTStringToNumber` to be accessible | ||
## 0.1.2 | ||
@@ -5,0 +10,0 @@ - added `sumNQTStringToNumber` |
@@ -11,2 +11,3 @@ export * from './constructBurstAddress'; | ||
export * from './splitBurstAddress'; | ||
export * from './sumNQTStringToNumber'; | ||
export declare const burstAddressPattern: { | ||
@@ -13,0 +14,0 @@ '_': { |
@@ -16,2 +16,3 @@ "use strict"; | ||
__export(require("./splitBurstAddress")); | ||
__export(require("./sumNQTStringToNumber")); | ||
exports.burstAddressPattern = { | ||
@@ -18,0 +19,0 @@ '_': { pattern: new RegExp('\[a-zA-Z0-9\]') } |
{ | ||
"name": "@burstjs/util", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Useful utilities and tools for building Burstcoin applications", | ||
@@ -40,3 +40,5 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/jest": "^24.0.12" | ||
"@types/jest": "^24.0.12", | ||
"bili": "^4.8.0", | ||
"rollup-plugin-typescript2": "^0.21.1" | ||
}, | ||
@@ -46,2 +48,3 @@ "scripts": { | ||
"tsc": "tsc", | ||
"bundle": "bili", | ||
"doc": "./node_modules/.bin/esdoc", | ||
@@ -58,3 +61,3 @@ "readme": "jsdoc2md --files ./src/*.ts --template ./README.md.hbs --configure ../../jsdoc2md.json > ./README.md" | ||
}, | ||
"gitHead": "9faca336766edb3bb7339aa9bd6822551a1db497" | ||
"gitHead": "e129c3f0d0384d8635258f0219d78159dd3bf2e5" | ||
} |
@@ -12,2 +12,3 @@ /** @module util */ | ||
export * from './splitBurstAddress'; | ||
export * from './sumNQTStringToNumber'; | ||
@@ -14,0 +15,0 @@ /** |
Sorry, the diff of this file is not supported yet
185074
238
1150
3