Skip to content

Commit

Permalink
bump vresion
Browse files Browse the repository at this point in the history
  • Loading branch information
sschiessl-bcp committed Feb 22, 2022
1 parent bcfe097 commit 2f2c086
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitsharesjs",
"version": "6.0.0-rc1",
"version": "6.0.0",
"description": "Pure JavaScript BitShares library for node.js and browsers.",
"browser": {
"ws": false,
Expand Down Expand Up @@ -58,7 +58,7 @@
"jsnext:main": "./es/index.js",
"dependencies": {
"bigi": "^1.4.2",
"bitsharesjs-ws": "^6.0.0-rc1",
"bitsharesjs-ws": "^6.0.0",
"bs58": "^4.0.1",
"bytebuffer": "^5.0.1",
"create-hash": "^1.2.0",
Expand Down
6 changes: 3 additions & 3 deletions pushRelease.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
npm login
npm pack
npm publish bitsharesjs-$1.tgz
yarn login
yarn pack
yarn publish bitsharesjs-$1.tgz
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1538,10 +1538,10 @@ binary-extensions@^2.0.0:
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d"
integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==

bitsharesjs-ws@^6.0.0-rc1:
version "6.0.0-rc1"
resolved "https://registry.yarnpkg.com/bitsharesjs-ws/-/bitsharesjs-ws-6.0.0-rc1.tgz#1ea2a312a15f2411563c81b4c9cb615269413bc2"
integrity sha512-0/FUxfKNew/LK/ZK/US7cTnWC0T7ThoydBXK5lL/Yk1pTxXuNbv0S1Snz2+XBX1Fp/RBZz4HLwmPQAjI5HFIUw==
bitsharesjs-ws@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/bitsharesjs-ws/-/bitsharesjs-ws-6.0.0.tgz#88f5f2014b355ea20ddfdcee6494a8db0596ad15"
integrity sha512-hIsFcGggV6jkgCKrVE7Pmm8AgJMbBc2pthOx1/9he436gfehtbMvjn7J5G3rWhPu0VONROI//LAX/qhhhIieaA==
dependencies:
isomorphic-ws "^4.0.1"
ws "^8.4.0"
Expand Down

0 comments on commit 2f2c086

Please sign in to comment.