Skip to content

Commit

Permalink
core/sdk: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
shanefontaine committed Nov 18, 2023
1 parent 92ae1ee commit 5a4a8a4
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"author": "",
"license": "MIT",
"dependencies": {
"@hop-protocol/core": "0.0.1-beta.199",
"@hop-protocol/sdk": "0.0.1-beta.566",
"@hop-protocol/core": "0.0.1-beta.200",
"@hop-protocol/sdk": "0.0.1-beta.567",
"cors": "^2.8.5",
"express": "^4.18.1",
"express-rate-limit": "^6.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hop-protocol/core",
"version": "0.0.1-beta.199",
"version": "0.0.1-beta.200",
"description": "Hop Protocol networks config",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '0.0.1-beta.199'
export default '0.0.1-beta.200'
4 changes: 2 additions & 2 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@ethersproject/abi": "^5.7.0",
"@gnosis.pm/safe-apps-react-sdk": "^4.6.2",
"@gnosis.pm/safe-apps-sdk": "^7.8.0",
"@hop-protocol/core": "0.0.1-beta.199",
"@hop-protocol/sdk": "0.0.1-beta.566",
"@hop-protocol/core": "0.0.1-beta.200",
"@hop-protocol/sdk": "0.0.1-beta.567",
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
"@material-ui/lab": "4.0.0-alpha.60",
Expand Down
4 changes: 2 additions & 2 deletions packages/hop-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@ethereumjs/tx": "^5.0.0",
"@ethersproject/hdnode": "5.0.9",
"@fxportal/maticjs-fxportal": "1.1.1",
"@hop-protocol/core": "0.0.1-beta.199",
"@hop-protocol/sdk": "0.0.1-beta.566",
"@hop-protocol/core": "0.0.1-beta.200",
"@hop-protocol/sdk": "0.0.1-beta.567",
"@maticnetwork/maticjs": "^3.6.0",
"@maticnetwork/maticjs-ethers": "1.0.3",
"@slack/web-api": "6.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-api-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@hop-protocol/sdk": "0.0.1-beta.566",
"@hop-protocol/sdk": "0.0.1-beta.567",
"express": "^4.18.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@hop-protocol/sdk": "0.0.1-beta.566",
"@hop-protocol/sdk": "0.0.1-beta.567",
"@mui/lab": "^5.0.0-alpha.84",
"@mui/material": "^5.7.0",
"@testing-library/jest-dom": "^5.16.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hop-protocol/sdk",
"version": "0.0.1-beta.566",
"version": "0.0.1-beta.567",
"description": "The Hop Protocol JavaScript SDK",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
"license": "MIT",
"dependencies": {
"@eth-optimism/contracts": "0.5.2",
"@hop-protocol/core": "0.0.1-beta.199",
"@hop-protocol/core": "0.0.1-beta.200",
"@maticnetwork/maticjs": "3.4.0-beta.0",
"dotenv": "8.6.0",
"ethereum-block-by-date": "^1.4.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '0.0.1-beta.566'
export default '0.0.1-beta.567'
4 changes: 2 additions & 2 deletions packages/stats-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"license": "MIT",
"dependencies": {
"@aws-sdk/client-s3": "3.316.0",
"@hop-protocol/core": "0.0.1-beta.199",
"@hop-protocol/sdk": "0.0.1-beta.566",
"@hop-protocol/core": "0.0.1-beta.200",
"@hop-protocol/sdk": "0.0.1-beta.567",
"@pinata/sdk": "1.1.26",
"@types/isomorphic-fetch": "^0.0.36",
"comment-json": "4.2.2",
Expand Down

0 comments on commit 5a4a8a4

Please sign in to comment.