@0xcert/ethereum-erc20-contracts
Advanced tools
Comparing version 0.0.0-alpha8 to 0.0.0-alpha9
{ | ||
"files": { | ||
"packages/0xcert-ethereum-erc20-contracts/README.md": "2a7e42a331e6ff588f7630463a89503289377d2b", | ||
"packages/0xcert-ethereum-erc20-contracts/nodemon.json": "82b893373db9861f1df4b55d8ea68a5d37b118de", | ||
"packages/0xcert-ethereum-erc20-contracts/package.json": "17137faa21d0113154a26ce60f53efddab9d72a8", | ||
"packages/0xcert-ethereum-erc20-contracts/src/contracts/erc20.sol": "af0467cb834d98d2d6a8e6b0a3774774b7341fbb", | ||
"packages/0xcert-ethereum-erc20-contracts/src/contracts/mocks/token-mock.sol": "00f827cf177765756db01b7338f72eac9a57a763", | ||
"packages/0xcert-ethereum-erc20-contracts/src/contracts/token.sol": "792e4f38d76276222f6669d53d85816db420fddd", | ||
"packages/0xcert-ethereum-erc20-contracts/src/tests/token.test.ts": "203ba9e46ff979832f199911ca07a3aefa34f3f7", | ||
"packages/0xcert-ethereum-erc20-contracts/tsconfig.json": "782c985f592bdbcb53a736d17cc96f19ea654f92", | ||
"common/config/rush/npm-shrinkwrap.json": "8f19ba9dbdefd16dc6af9aff055b174191c3e0b8" | ||
}, | ||
"files": {}, | ||
"arguments": "npx specron compile && npx specron test " | ||
} |
{ | ||
"name": "@0xcert/ethereum-erc20-contracts", | ||
"version": "0.0.0-alpha8", | ||
"version": "0.0.0-alpha9", | ||
"description": "Smart contract implementation of the ERC-20 standard on the Ethereum blockchain.", | ||
@@ -64,3 +64,3 @@ "scripts": { | ||
"devDependencies": { | ||
"@0xcert/ethereum-utils-contracts": "0.0.0-alpha8", | ||
"@0xcert/ethereum-utils-contracts": "0.0.0-alpha9", | ||
"@specron/cli": "^0.5.1", | ||
@@ -67,0 +67,0 @@ "@specron/spec": "^0.5.1", |
Sorry, the diff of this file is not supported yet
1078145
32231