Commit 2040dc5f authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

Merge pull request #2757 from ethereum-optimism/changeset-release/master

Version Packages
parents c6e58a5c d050a155
---
'@eth-optimism/teleportr': patch
---
Fix panic
---
'@eth-optimism/common-ts': patch
---
Log server messages to logger instead of stdout
---
'@eth-optimism/common-ts': patch
---
Include default options in metadata metric
# @eth-optimism/common-ts # @eth-optimism/common-ts
## 0.3.1
### Patch Changes
- 9ba869a7: Log server messages to logger instead of stdout
- 050859fd: Include default options in metadata metric
## 0.3.0 ## 0.3.0
### Minor Changes ### Minor Changes
......
{ {
"name": "@eth-optimism/common-ts", "name": "@eth-optimism/common-ts",
"version": "0.3.0", "version": "0.3.1",
"description": "[Optimism] Advanced typescript tooling used by various services", "description": "[Optimism] Advanced typescript tooling used by various services",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
......
# data transport layer # data transport layer
## 0.5.35
### Patch Changes
- Updated dependencies [9ba869a7]
- Updated dependencies [050859fd]
- @eth-optimism/common-ts@0.3.1
## 0.5.34 ## 0.5.34
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/data-transport-layer", "name": "@eth-optimism/data-transport-layer",
"version": "0.5.34", "version": "0.5.35",
"description": "[Optimism] Service for shuttling data from L1 into L2", "description": "[Optimism] Service for shuttling data from L1 into L2",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git" "url": "https://github.com/ethereum-optimism/optimism.git"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "0.3.0", "@eth-optimism/common-ts": "0.3.1",
"@eth-optimism/contracts": "0.5.27", "@eth-optimism/contracts": "0.5.27",
"@eth-optimism/core-utils": "0.8.6", "@eth-optimism/core-utils": "0.8.6",
"@ethersproject/providers": "^5.6.8", "@ethersproject/providers": "^5.6.8",
......
# @eth-optimism/drippie-mon # @eth-optimism/drippie-mon
## 0.3.1
### Patch Changes
- Updated dependencies [9ba869a7]
- Updated dependencies [050859fd]
- @eth-optimism/common-ts@0.3.1
## 0.3.0 ## 0.3.0
### Minor Changes ### Minor Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/drippie-mon", "name": "@eth-optimism/drippie-mon",
"version": "0.3.0", "version": "0.3.1",
"description": "[Optimism] Service for monitoring Drippie instances", "description": "[Optimism] Service for monitoring Drippie instances",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git" "url": "https://github.com/ethereum-optimism/optimism.git"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "0.3.0", "@eth-optimism/common-ts": "0.3.1",
"@eth-optimism/contracts-periphery": "0.1.2", "@eth-optimism/contracts-periphery": "0.1.2",
"@eth-optimism/core-utils": "0.8.6", "@eth-optimism/core-utils": "0.8.6",
"@eth-optimism/sdk": "1.1.8", "@eth-optimism/sdk": "1.1.8",
......
# @eth-optimism/message-relayer # @eth-optimism/message-relayer
## 0.5.1
### Patch Changes
- Updated dependencies [9ba869a7]
- Updated dependencies [050859fd]
- @eth-optimism/common-ts@0.3.1
## 0.5.0 ## 0.5.0
### Minor Changes ### Minor Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/message-relayer", "name": "@eth-optimism/message-relayer",
"version": "0.5.0", "version": "0.5.1",
"description": "[Optimism] Service for automatically relaying L2 to L1 transactions", "description": "[Optimism] Service for automatically relaying L2 to L1 transactions",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git" "url": "https://github.com/ethereum-optimism/optimism.git"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "0.3.0", "@eth-optimism/common-ts": "0.3.1",
"@eth-optimism/core-utils": "0.8.6", "@eth-optimism/core-utils": "0.8.6",
"@eth-optimism/sdk": "1.1.8", "@eth-optimism/sdk": "1.1.8",
"ethers": "^5.6.8" "ethers": "^5.6.8"
......
# @eth-optimism/replica-healthcheck # @eth-optimism/replica-healthcheck
## 1.1.1
### Patch Changes
- Updated dependencies [9ba869a7]
- Updated dependencies [050859fd]
- @eth-optimism/common-ts@0.3.1
## 1.1.0 ## 1.1.0
### Minor Changes ### Minor Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/replica-healthcheck", "name": "@eth-optimism/replica-healthcheck",
"version": "1.1.0", "version": "1.1.1",
"description": "[Optimism] Service for monitoring the health of replica nodes", "description": "[Optimism] Service for monitoring the health of replica nodes",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git" "url": "https://github.com/ethereum-optimism/optimism.git"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "0.3.0", "@eth-optimism/common-ts": "0.3.1",
"@eth-optimism/core-utils": "0.8.6", "@eth-optimism/core-utils": "0.8.6",
"@ethersproject/abstract-provider": "^5.6.1" "@ethersproject/abstract-provider": "^5.6.1"
}, },
......
# @eth-optimism/teleportr # @eth-optimism/teleportr
## 0.0.10
### Patch Changes
- ed3a39fb: Fix panic
## 0.0.9 ## 0.0.9
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/teleportr", "name": "@eth-optimism/teleportr",
"version": "0.0.9", "version": "0.0.10",
"private": true, "private": true,
"devDependencies": {} "devDependencies": {}
} }
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