Commit 9583c33f authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub

Version Packages (#1167)

Co-authored-by: default avatargithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent 21fbcadb
---
'@eth-optimism/core-utils': patch
---
Adds a pollInterval delay to watcher.ts
---
'@eth-optimism/data-transport-layer': patch
---
Correctly bind the event handlers to the correct `this` in the missing event error path
# @eth-optimism/core-utils # @eth-optimism/core-utils
## 0.4.7
### Patch Changes
- 224b04c0: Adds a pollInterval delay to watcher.ts
## 0.4.6 ## 0.4.6
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/core-utils", "name": "@eth-optimism/core-utils",
"version": "0.4.6", "version": "0.4.7",
"main": "dist/index", "main": "dist/index",
"files": [ "files": [
"dist/*" "dist/*"
......
# data transport layer # data transport layer
## 0.4.1
### Patch Changes
- 67eedaf6: Correctly bind the event handlers to the correct `this` in the missing event error path
- Updated dependencies [224b04c0]
- @eth-optimism/core-utils@0.4.7
## 0.4.0 ## 0.4.0
### Minor Changes ### Minor Changes
......
{ {
"name": "@eth-optimism/data-transport-layer", "name": "@eth-optimism/data-transport-layer",
"version": "0.4.0", "version": "0.4.1",
"private": true, "private": true,
"main": "dist/index", "main": "dist/index",
"files": [ "files": [
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "^0.1.4", "@eth-optimism/common-ts": "^0.1.4",
"@eth-optimism/contracts": "^0.4.0", "@eth-optimism/contracts": "^0.4.0",
"@eth-optimism/core-utils": "^0.4.6", "@eth-optimism/core-utils": "^0.4.7",
"@ethersproject/providers": "^5.0.21", "@ethersproject/providers": "^5.0.21",
"@ethersproject/transactions": "^5.0.21", "@ethersproject/transactions": "^5.0.21",
"@sentry/node": "^6.3.1", "@sentry/node": "^6.3.1",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment