We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4adc76e + d02e2a0 commit 595baf5Copy full SHA for 595baf5
1 file changed
package.json
@@ -1,12 +1,13 @@
1
{
2
"name": "@1inch/solidity-utils",
3
- "version": "6.9.8",
+ "version": "6.9.9",
4
"main": "dist/src/index.js",
5
"types": "dist/src/index.d.ts",
6
"exports": {
7
".": "./dist/src/index.js",
8
"./hardhat-setup": "./dist/hardhat-setup/index.js",
9
- "./docgen": "./dist/docgen/index.js"
+ "./docgen": "./dist/docgen/index.js",
10
+ "./contracts/*": "./contracts/*"
11
},
12
"repository": {
13
"type": "git",
0 commit comments