Skip to content

Commit 34bb754

Browse files
committed
chore(release): publish modules
- bitgo@9.0.0-rc.1 - @bitgo/express@9.0.0-rc.1
1 parent ede2009 commit 34bb754

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

modules/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitgo",
3-
"version": "9.0.0-rc.0",
3+
"version": "9.0.0-rc.1",
44
"description": "BitGo Javascript SDK",
55
"main": "./dist/src/index.js",
66
"types": "./dist/types/src/index.d.ts",

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.0.0-rc.0",
3+
"version": "9.0.0-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": "^9.0.0-rc.0",
41+
"bitgo": "^9.0.0-rc.1",
4242
"bluebird": "^3.5.3",
4343
"body-parser": "^1.19.0",
4444
"debug": "^3.1.0",

0 commit comments

Comments
 (0)