Skip to content

Commit 9c064d1

Browse files
author
Tyler Levine
committed
chore(release): publish modules
- @bitgo/[email protected] - [email protected] - @bitgo/[email protected] - @bitgo/[email protected]
1 parent 44a4843 commit 9c064d1

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

modules/account-lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/account-lib",
3-
"version": "2.14.1-rc.0",
3+
"version": "2.14.1-rc.1",
44
"description": "BitGo's account library functions",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -34,7 +34,7 @@
3434
"dependencies": {
3535
"@bitgo/blake2b": "^3.0.0",
3636
"@bitgo/bls": "^0.1.0",
37-
"@bitgo/statics": "^6.12.0-rc.0",
37+
"@bitgo/statics": "^6.12.0-rc.1",
3838
"@bitgo/utxo-lib": "^1.9.6-rc.0",
3939
"@celo/contractkit": "0.4.11",
4040
"@ethereumjs/common": "^2.3.0",

modules/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitgo",
3-
"version": "11.18.1-rc.0",
3+
"version": "12.0.0-rc.0",
44
"description": "BitGo Javascript SDK",
55
"main": "./dist/src/index.js",
66
"types": "./dist/types/src/index.d.ts",
@@ -44,8 +44,8 @@
4444
"gen-docs": "typedoc"
4545
},
4646
"dependencies": {
47-
"@bitgo/account-lib": "^2.14.1-rc.0",
48-
"@bitgo/statics": "^6.12.0-rc.0",
47+
"@bitgo/account-lib": "^2.14.1-rc.1",
48+
"@bitgo/statics": "^6.12.0-rc.1",
4949
"@bitgo/unspents": "^0.6.0",
5050
"@bitgo/utxo-lib": "^1.9.6-rc.0",
5151
"@types/bluebird": "^3.5.25",

modules/express/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/express/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/express",
3-
"version": "9.9.10-rc.0",
3+
"version": "9.9.10-rc.1",
44
"private": true,
55
"description": "Local signing server and proxy for the BitGo platform",
66
"main": "./dist/src/index.js",
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"argparse": "^1.0.10",
41-
"bitgo": "^11.18.1-rc.0",
41+
"bitgo": "^12.0.0-rc.0",
4242
"bluebird": "^3.5.3",
4343
"body-parser": "^1.19.0",
4444
"debug": "^3.1.0",

modules/statics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/statics",
3-
"version": "6.12.0-rc.0",
3+
"version": "6.12.0-rc.1",
44
"description": "dependency-free static configuration for the bitgo platform",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",

0 commit comments

Comments
 (0)