Skip to content

Commit 3913d78

Browse files
author
Jani Anttonen
committed
Revert the contracts dir publishing
1 parent 7ab578c commit 3913d78

File tree

2 files changed

+18
-20
lines changed

2 files changed

+18
-20
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "@vanilladefi/trade-contracts",
3-
"version": "1.1.13",
3+
"version": "1.1.14",
44
"description": "Smart contracts for vanilladefi.com",
55
"main": "./typechain/vanilla_v1.1/index.ts",
66
"scripts": {
7+
"prepare": "npm run compile:sol",
78
"postinstall": "npm run compile:sol && npm run generate:typechain-wo-test",
89
"test": "npm run generate:test-types && npx hardhat test",
910
"format:js": "eslint --fix test/ utils/ hardhat/ deploy/",
@@ -33,10 +34,7 @@
3334
"url": "https://github.com/vanilladefi/contracts"
3435
},
3536
"files": [
36-
"contracts/**/*",
37-
"hardhat/**/*",
38-
"network.config.ts",
39-
"hardhat.*.ts"
37+
"artifacts/**/*"
4038
],
4139
"devDependencies": {
4240
"@ethereum-waffle/chai": "^3.4.0",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1522,24 +1522,24 @@
15221522
form-data "^3.0.0"
15231523

15241524
"@types/node@*", "@types/node@>=12.12.47", "@types/node@>=13.7.0":
1525-
version "17.0.1"
1526-
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.1.tgz#88d501e84b6185f6489ecee4ba9e8fcec7f29bb2"
1527-
integrity sha512-NXKvBVUzIbs6ylBwmOwHFkZS2EXCcjnqr8ZCRNaXBkHAf+3mn/rPcJxwrzuc6movh8fxQAsUUfYklJ/EG+hZqQ==
1525+
version "17.0.2"
1526+
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.2.tgz#a4c07d47ff737e8ee7e586fe636ff0e1ddff070a"
1527+
integrity sha512-JepeIUPFDARgIs0zD/SKPgFsJEAF0X5/qO80llx59gOxFTboS9Amv3S+QfB7lqBId5sFXJ99BN0J6zFRvL9dDA==
15281528

15291529
"@types/node@^10.12.18", "@types/node@^10.3.2":
15301530
version "10.17.60"
15311531
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.60.tgz#35f3d6213daed95da7f0f73e75bcc6980e90597b"
15321532
integrity sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw==
15331533

15341534
"@types/node@^12.12.6", "@types/node@^12.6.1":
1535-
version "12.20.37"
1536-
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.37.tgz#abb38afa9d6e8a2f627a8cb52290b3c80fbe61ed"
1537-
integrity sha512-i1KGxqcvJaLQali+WuypQnXwcplhtNtjs66eNsZpp2P2FL/trJJxx/VWsM0YCL2iMoIJrbXje48lvIQAQ4p2ZA==
1535+
version "12.20.38"
1536+
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.38.tgz#74801983c0558a7a31a4ead18bce2edded2b0e2f"
1537+
integrity sha512-NxmtBRGipjx1B225OeMdI+CQmLbYqvvmYbukDTJGDgzIDgPQ1EcjGmYxGhOk5hTBqeB558S6RgHSpq2iiqifAQ==
15381538

15391539
"@types/node@^14.17.9":
1540-
version "14.18.1"
1541-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.1.tgz#459886b51f52aa923dc06b9ea81cb8b1d733e9d3"
1542-
integrity sha512-fTFWOFrgAkj737w1o0HLTIgisgYHnsZfeiqhG1Ltrf/iJjudEbUwetQAsfrtVE49JGwvpEzQR+EbMkIqG4227g==
1540+
version "14.18.2"
1541+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.2.tgz#00fe4d1686d5f6cf3a2f2e9a0eef42594d06abfc"
1542+
integrity sha512-fqtSN5xn/bBzDxMT77C1rJg6CsH/R49E7qsGuvdPJa20HtV5zSTuLJPNfnlyVH3wauKnkHdLggTVkOW/xP9oQg==
15431543

15441544
"@types/npm@^2.0.29":
15451545
version "2.0.32"
@@ -4170,9 +4170,9 @@ [email protected]:
41704170
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
41714171

41724172
electron-to-chromium@^1.3.47:
4173-
version "1.4.24"
4174-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.24.tgz#9cf8a92d5729c480ee47ff0aa5555f57467ae2fa"
4175-
integrity sha512-erwx5r69B/WFfFuF2jcNN0817BfDBdC4765kQ6WltOMuwsimlQo3JTEq0Cle+wpHralwdeX3OfAtw/mHxPK0Wg==
4173+
version "1.4.25"
4174+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.25.tgz#ce95e6678f8c6893ae892c7e95a5000e83f1957f"
4175+
integrity sha512-bTwub9Y/76EiNmfaiJih+hAy6xn7Ns95S4KvI2NuKNOz8TEEKKQUu44xuy0PYMudjM9zdjKRS1bitsUvHTfuUg==
41764176

41774177
41784178
version "6.3.3"
@@ -9948,9 +9948,9 @@ solc@^0.6.3:
99489948
tmp "0.0.33"
99499949

99509950
solc@^0.8.4:
9951-
version "0.8.10"
9952-
resolved "https://registry.yarnpkg.com/solc/-/solc-0.8.10.tgz#3f761794677a36cdd8054f4ec57d84bab8455358"
9953-
integrity sha512-I/Mcn6J5bEtJqveNLplQm9IRrhemm6v+qkw5S2+wM4x9HItJ1sYdrqVTN3j4DMhFDM3ZbvM0QywVzpPx666PHw==
9951+
version "0.8.11"
9952+
resolved "https://registry.yarnpkg.com/solc/-/solc-0.8.11.tgz#0df47161fa85c36949f14773d4aa4eedf8942a4d"
9953+
integrity sha512-CdK4pk6VZowmXv7l4lftbr/QUWsHEr+xcdcGHJVgynD08gRwFT4zAFCb3b/eR0FUVVszcHulpGJwEoKRKKrnKw==
99549954
dependencies:
99559955
command-exists "^1.2.8"
99569956
commander "^8.1.0"

0 commit comments

Comments
 (0)