Commit 0a708824 authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub

Version Packages (#454)

Co-authored-by: default avatargithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent 5362d386
---
"@eth-optimism/contracts": patch
"@eth-optimism/core-utils": patch
"@eth-optimism/hardhat-ovm": patch
"@eth-optimism/smock": patch
---
adds build files which were not published before to npm
......@@ -16,9 +16,9 @@
"clean": "rimraf cache artifacts artifacts-ovm cache-ovm"
},
"devDependencies": {
"@eth-optimism/contracts": "^0.2.2",
"@eth-optimism/core-utils": "^0.2.0",
"@eth-optimism/hardhat-ovm": "^0.0.1",
"@eth-optimism/contracts": "^0.2.3",
"@eth-optimism/core-utils": "^0.2.1",
"@eth-optimism/hardhat-ovm": "^0.0.2",
"@ethersproject/providers": "^5.0.24",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"chai": "^4.3.3",
......
# Changelog
## 0.2.3
### Patch Changes
- 5362d38: adds build files which were not published before to npm
- Updated dependencies [5362d38]
- @eth-optimism/core-utils@0.2.1
## 0.2.2
### Patch Changes
......
{
"name": "@eth-optimism/contracts",
"version": "0.2.2",
"version": "0.2.3",
"main": "dist/index",
"files": [
"dist/**/*.js",
......@@ -38,7 +38,7 @@
"serve": "./bin/serve_dump.sh"
},
"dependencies": {
"@eth-optimism/core-utils": "^0.2.0",
"@eth-optimism/core-utils": "^0.2.1",
"@eth-optimism/solc": "^0.6.12-alpha.1",
"@ethersproject/abstract-provider": "^5.0.8",
"@ethersproject/contracts": "^5.0.5",
......@@ -48,8 +48,8 @@
"glob": "^7.1.6"
},
"devDependencies": {
"@eth-optimism/hardhat-ovm": "^0.0.1",
"@eth-optimism/smock": "^1.0.0",
"@eth-optimism/hardhat-ovm": "^0.0.2",
"@eth-optimism/smock": "^1.0.1",
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@typechain/ethers-v5": "1.0.0",
......
# @eth-optimism/core-utils
## 0.2.1
### Patch Changes
- 5362d38: adds build files which were not published before to npm
## 0.2.0
### Minor Changes
- 6cbc54d: allow injecting L2 transaction and block context via core-utils (this removes the need to import the now deprecated @eth-optimism/provider package)
{
"name": "@eth-optimism/core-utils",
"version": "0.2.0",
"version": "0.2.1",
"main": "dist/index",
"files": [
"dist/*"
......
# @eth-optimism/hardhat-ovm
## 0.0.2
### Patch Changes
- 5362d38: adds build files which were not published before to npm
{
"name": "@eth-optimism/hardhat-ovm",
"version": "0.0.1",
"version": "0.0.2",
"main": "dist/index",
"types": "dist/index",
"files": [
......
# @eth-optimism/smock
## 1.0.1
### Patch Changes
- 5362d38: adds build files which were not published before to npm
- Updated dependencies [5362d38]
- @eth-optimism/core-utils@0.2.1
## 1.0.0
### Patch Changes
- Updated dependencies [6cbc54d]
......
......@@ -3,7 +3,7 @@
"files": [
"dist/src/*"
],
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/src/index",
"types": "dist/src/index",
"license": "MIT",
......@@ -22,7 +22,7 @@
"hardhat": "^2"
},
"dependencies": {
"@eth-optimism/core-utils": "^0.2.0",
"@eth-optimism/core-utils": "^0.2.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