Skip to content

Commit

Permalink
tasks: bump v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
facuspagnuolo committed Oct 19, 2023
1 parent aec66a9 commit 3289b43
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/tasks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mimic-fi/v3-tasks",
"version": "0.1.0",
"version": "0.2.0",
"license": "GPL-3.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@mimic-fi/v3-authorizer": "0.1.1",
"@mimic-fi/v3-connectors": "0.1.0",
"@mimic-fi/v3-connectors": "0.1.1",
"@mimic-fi/v3-helpers": "0.1.0",
"@mimic-fi/v3-price-oracle": "0.1.0",
"@mimic-fi/v3-smart-vault": "0.1.0",
Expand Down
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -935,6 +935,18 @@
hardhat "^2.14.1"
mocha "^6.2.3"

"@mimic-fi/[email protected]":
version "0.1.0"
resolved "https://registry.yarnpkg.com/@mimic-fi/v3-tasks/-/v3-tasks-0.1.0.tgz#ecd3dd570ec4423758f24e3c34e96d6a452473a9"
integrity sha512-Rvj+nUG0SiGjzLm2jXqiK8IoGK/n3OHwvdMxWTU7QHu41Va90VZJbG+V5Rb/+bQMRQ0FWbFG+sge/iZekjRlQw==
dependencies:
"@mimic-fi/v3-authorizer" "0.1.0"
"@mimic-fi/v3-connectors" "0.1.0"
"@mimic-fi/v3-helpers" "0.1.0"
"@mimic-fi/v3-price-oracle" "0.1.0"
"@mimic-fi/v3-smart-vault" "0.1.0"
"@openzeppelin/contracts" "4.7.0"

"@noble/[email protected]", "@noble/hashes@~1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.2.0.tgz#a3150eeb09cc7ab207ebf6d7b9ad311a9bdbed12"
Expand Down

0 comments on commit 3289b43

Please sign in to comment.