Commit 536e02b5 authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub

Version Packages (#789)

Co-authored-by: default avatargithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent e4a86984
---
'@eth-optimism/batch-submitter': patch
'@eth-optimism/common-ts': patch
'@eth-optimism/contracts': patch
'@eth-optimism/core-utils': patch
'@eth-optimism/data-transport-layer': patch
'@eth-optimism/hardhat-ovm': patch
'@eth-optimism/smock': patch
---
Removed various unused dependencies
---
'@eth-optimism/core-utils': patch
'@eth-optimism/data-transport-layer': patch
---
Add an additional enum for EthSign transactions as they now are batch submitted with 2 different enum values
---
'@eth-optimism/common-ts': patch
'@eth-optimism/data-transport-layer': patch
---
add environment and network to dtl, move metric init to app from base-service
---
'@eth-optimism/contracts': patch
---
Heavily reduces npm package size by excluding unnecessary files.
# Changelog
## 0.2.5
### Patch Changes
- 1d40586: Removed various unused dependencies
- Updated dependencies [1d40586]
- Updated dependencies [ce7fa52]
- Updated dependencies [575bcf6]
- Updated dependencies [6dc1877]
- @eth-optimism/common-ts@0.1.1
- @eth-optimism/contracts@0.2.10
- @eth-optimism/core-utils@0.4.1
## 0.2.4
### Patch Changes
......
{
"name": "@eth-optimism/batch-submitter",
"version": "0.2.4",
"version": "0.2.5",
"private": true,
"description": "[Optimism] Batch submission for sequencer & aggregators",
"main": "dist/index",
......@@ -31,9 +31,9 @@
"url": "https://github.com/ethereum-optimism/optimism-monorepo.git"
},
"dependencies": {
"@eth-optimism/common-ts": "^0.1.0",
"@eth-optimism/contracts": "^0.2.9",
"@eth-optimism/core-utils": "^0.4.0",
"@eth-optimism/common-ts": "^0.1.1",
"@eth-optimism/contracts": "^0.2.10",
"@eth-optimism/core-utils": "^0.4.1",
"@eth-optimism/ynatm": "^0.2.2",
"@ethersproject/abstract-provider": "^5.0.5",
"@ethersproject/providers": "^5.0.14",
......@@ -44,7 +44,7 @@
"prom-client": "^13.1.0"
},
"devDependencies": {
"@eth-optimism/smock": "^1.1.2",
"@eth-optimism/smock": "^1.1.3",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@types/chai": "^4.1.7",
......
# @eth-optimism/common-ts
## 0.1.1
### Patch Changes
- 1d40586: Removed various unused dependencies
- 575bcf6: add environment and network to dtl, move metric init to app from base-service
## 0.1.0
### Minor Changes
- 28dc442: move metrics, logger, and base-service to new common-ts package
{
"name": "@eth-optimism/common-ts",
"version": "0.1.0",
"version": "0.1.1",
"main": "dist/index",
"files": [
"dist/*"
......
# Changelog
## 0.2.10
### Patch Changes
- 1d40586: Removed various unused dependencies
- 6dc1877: Heavily reduces npm package size by excluding unnecessary files.
- Updated dependencies [1d40586]
- Updated dependencies [ce7fa52]
- @eth-optimism/core-utils@0.4.1
## 0.2.9
### Patch Changes
......
{
"name": "@eth-optimism/contracts",
"version": "0.2.9",
"version": "0.2.10",
"main": "dist/index",
"files": [
"dist/**/*.js",
......@@ -45,7 +45,7 @@
"generate-markdown": "node scripts/generate-markdown.js"
},
"dependencies": {
"@eth-optimism/core-utils": "^0.4.0",
"@eth-optimism/core-utils": "^0.4.1",
"@ethersproject/abstract-provider": "^5.0.8",
"@ethersproject/contracts": "^5.0.5",
"@openzeppelin/contracts": "^3.3.0",
......@@ -57,8 +57,8 @@
},
"devDependencies": {
"@codechecks/client": "0.1.10-beta",
"@eth-optimism/hardhat-ovm": "^0.1.1",
"@eth-optimism/smock": "^1.1.2",
"@eth-optimism/hardhat-ovm": "^0.1.2",
"@eth-optimism/smock": "^1.1.3",
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@typechain/ethers-v5": "1.0.0",
......
# @eth-optimism/core-utils
## 0.4.1
### Patch Changes
- 1d40586: Removed various unused dependencies
- ce7fa52: Add an additional enum for EthSign transactions as they now are batch submitted with 2 different enum values
## 0.4.0
### Minor Changes
......
{
"name": "@eth-optimism/core-utils",
"version": "0.4.0",
"version": "0.4.1",
"main": "dist/index",
"files": [
"dist/*"
......
# data transport layer
## 0.2.5
### Patch Changes
- 1d40586: Removed various unused dependencies
- ce7fa52: Add an additional enum for EthSign transactions as they now are batch submitted with 2 different enum values
- 575bcf6: add environment and network to dtl, move metric init to app from base-service
- Updated dependencies [1d40586]
- Updated dependencies [ce7fa52]
- Updated dependencies [575bcf6]
- Updated dependencies [6dc1877]
- @eth-optimism/common-ts@0.1.1
- @eth-optimism/contracts@0.2.10
- @eth-optimism/core-utils@0.4.1
## 0.2.4
### Patch Changes
......
{
"name": "@eth-optimism/data-transport-layer",
"version": "0.2.4",
"version": "0.2.5",
"private": true,
"main": "dist/index",
"files": [
......@@ -19,9 +19,9 @@
"build": "tsc -p tsconfig.build.json"
},
"dependencies": {
"@eth-optimism/common-ts": "^0.1.0",
"@eth-optimism/contracts": "^0.2.9",
"@eth-optimism/core-utils": "^0.4.0",
"@eth-optimism/common-ts": "^0.1.1",
"@eth-optimism/contracts": "^0.2.10",
"@eth-optimism/core-utils": "^0.4.1",
"@ethersproject/providers": "^5.0.21",
"@sentry/node": "^6.3.1",
"@sentry/tracing": "^6.3.1",
......
# @eth-optimism/hardhat-ovm
## 0.1.2
### Patch Changes
- 1d40586: Removed various unused dependencies
## 0.1.1
### Patch Changes
......
{
"name": "@eth-optimism/hardhat-ovm",
"version": "0.1.1",
"version": "0.1.2",
"main": "dist/index",
"types": "dist/index",
"files": [
......
# @eth-optimism/smock
## 1.1.3
### Patch Changes
- 1d40586: Removed various unused dependencies
- Updated dependencies [1d40586]
- Updated dependencies [ce7fa52]
- @eth-optimism/core-utils@0.4.1
## 1.1.2
### Patch Changes
......
......@@ -3,7 +3,7 @@
"files": [
"dist/src/*"
],
"version": "1.1.2",
"version": "1.1.3",
"main": "dist/src/index",
"types": "dist/src/index",
"license": "MIT",
......@@ -22,7 +22,7 @@
"hardhat": "^2.2.1"
},
"dependencies": {
"@eth-optimism/core-utils": "^0.4.0",
"@eth-optimism/core-utils": "^0.4.1",
"@ethersproject/abi": "^5.0.13",
"@ethersproject/abstract-provider": "^5.0.10",
"bn.js": "^5.2.0"
......
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