Skip to content

Commit

Permalink
Update npm chainlink contracts package to v1.1.0.
Browse files Browse the repository at this point in the history
Bump HHSK patch version as well.
  • Loading branch information
zeuslawyer committed Apr 15, 2024
1 parent ee1d771 commit 7b74f67
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "functions-hardhat-starter-kit",
"license": "MIT",
"version": "0.2.0",
"version": "0.2.1",
"description": "Tooling for interacting with Chainlink Functions",
"scripts": {
"prepare": "husky install",
Expand All @@ -18,9 +18,9 @@
"format:fix": "prettier --write ."
},
"dependencies": {
"@chainlink/contracts": "^1.0.0",
"@chainlink/contracts": "^1.1.0-beta.0",
"@chainlink/env-enc": "^1.0.5",
"@chainlink/functions-toolkit": "^0.2.7",
"@chainlink/functions-toolkit": "^0.2.8",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/providers": "^5.7.1",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.3",
Expand Down

0 comments on commit 7b74f67

Please sign in to comment.