@latticexyz/std-contracts
Advanced tools
Comparing version 0.11.1 to 0.12.0
{ | ||
"name": "@latticexyz/std-contracts", | ||
"license": "MIT", | ||
"version": "0.11.1", | ||
"version": "0.12.0", | ||
"description": "MUD Contracts Standard Library", | ||
@@ -15,4 +15,4 @@ "types": "./types/ethers-contracts/", | ||
"git:install": "bash git-install.sh", | ||
"test": "~/.foundry/bin/forge test", | ||
"build": "rimraf out && ~/.foundry/bin/forge build && yarn dist && yarn types", | ||
"test": "forge test", | ||
"build": "rimraf out && forge build && yarn dist && yarn types", | ||
"dist": "rimraf abi && mkdir abi && cat exports.txt | cut -d: -f7 | sort -n | uniq | xargs -n 1 sh -c 'cp out/\"$@\".sol/*.json abi/' sh && rimraf abi/*.metadata.json", | ||
@@ -28,3 +28,3 @@ "removebytecode": "for i in abi/*; do jq 'del(.bytecode) | del(.deployedBytecode) | del(.ast)' \"$i\" > \"$i\".tmp && mv \"$i\".tmp \"$i\"; done", | ||
"devDependencies": { | ||
"@latticexyz/solecs": "^0.11.1", | ||
"@latticexyz/solecs": "^0.12.0", | ||
"@rari-capital/solmate": "https://github.com/Rari-Capital/solmate.git#b6ae78e6ff490f8fec7695c7b65d06e5614f1b65", | ||
@@ -43,3 +43,3 @@ "@typechain/ethers-v5": "^9.0.0", | ||
}, | ||
"gitHead": "43b26a1c0311605a3f91e630e57487a8e4faa58f" | ||
"gitHead": "218f56893d268b0c5157a3e4c603b859e287a343" | ||
} |
187532
36