diff --git a/index.js b/index.js index e11ca25..2a79dfd 100755 --- a/index.js +++ b/index.js @@ -13,7 +13,7 @@ const repl = require("repl") const SLP = require("./lib/SLP") const clone = require("git-clone") -program.version("3.2.0", "-v, --version") +program.version("3.2.1", "-v, --version") program .command("new ") diff --git a/package-lock.json b/package-lock.json index 7dbacbe..8e56dc8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "slp-sdk", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -392,9 +392,9 @@ } }, "@types/lodash": { - "version": "4.14.122", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.122.tgz", - "integrity": "sha512-9IdED8wU93ty8gP06ninox+42SBSJHp2IAamsSYMUY76mshRTeUsid/gtbl8ovnOwy8im41ib4cxTiIYMXGKew==" + "version": "4.14.123", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.123.tgz", + "integrity": "sha512-pQvPkc4Nltyx7G1Ww45OjVqUsJP4UsZm+GWJpigXgkikZqJgRm4c48g027o6tdgubWHwFRF15iFd+Y4Pmqv6+Q==" }, "@types/minimatch": { "version": "3.0.3", @@ -13975,14 +13975,14 @@ } }, "slpjs": { - "version": "0.15.3", - "resolved": "https://registry.npmjs.org/slpjs/-/slpjs-0.15.3.tgz", - "integrity": "sha512-f316881VG688zlTCUzymcGhrSk4ziAu502NQCaVJRxkUcyFTqoNTxcPO3qEuxqnV/Bwk+gHgqMNpKiofT/9SHA==", + "version": "0.15.5", + "resolved": "https://registry.npmjs.org/slpjs/-/slpjs-0.15.5.tgz", + "integrity": "sha512-nKu9fVTnACYJJt3NI2jesfTmeamuhiSsNsE/KT7IEvLBB8WAqL5/ZcLEdV0EX5nwNgPYwEvzyFG3QL4oJG90pQ==", "requires": { "@types/lodash": "^4.14.120", "axios": "^0.18.0", "bchaddrjs-slp": "git://github.com/simpleledger/bchaddrjs.git#master", - "bignumber.js": "^8.0.2", + "bignumber.js": "^8.1.1", "bitcore-lib-cash": "^0.19.0", "lodash": "^4.17.11" }, diff --git a/package.json b/package.json index e360cef..4c30493 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slp-sdk", - "version": "3.2.0", + "version": "3.2.1", "description": "SLP SDK powered by BITBOX", "main": "lib/SLP", "scripts": { @@ -40,7 +40,7 @@ "mkdirp": "^0.5.1", "node-emoji": "^1.8.1", "repl.history": "^0.1.4", - "slpjs": "0.15.3", + "slpjs": "0.15.5", "touch": "^3.1.0" }, "devDependencies": {