Skip to content

Commit 2f2c086

Browse files
committed
bump vresion
1 parent bcfe097 commit 2f2c086

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitsharesjs",
3-
"version": "6.0.0-rc1",
3+
"version": "6.0.0",
44
"description": "Pure JavaScript BitShares library for node.js and browsers.",
55
"browser": {
66
"ws": false,
@@ -58,7 +58,7 @@
5858
"jsnext:main": "./es/index.js",
5959
"dependencies": {
6060
"bigi": "^1.4.2",
61-
"bitsharesjs-ws": "^6.0.0-rc1",
61+
"bitsharesjs-ws": "^6.0.0",
6262
"bs58": "^4.0.1",
6363
"bytebuffer": "^5.0.1",
6464
"create-hash": "^1.2.0",

pushRelease.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
npm login
2-
npm pack
3-
npm publish bitsharesjs-$1.tgz
1+
yarn login
2+
yarn pack
3+
yarn publish bitsharesjs-$1.tgz

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1538,10 +1538,10 @@ binary-extensions@^2.0.0:
15381538
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d"
15391539
integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==
15401540

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

0 commit comments

Comments
 (0)