account-key-value-store-contract
Advanced tools
Comparing version 1.0.1 to 1.0.3
{ | ||
"name": "account-key-value-store-contract", | ||
"version": "1.0.1", | ||
"version": "1.0.3", | ||
"description": "Key-value contract.", | ||
@@ -8,17 +8,21 @@ "repository": "appliedblockchain/account-key-value-store-contract", | ||
"scripts": { | ||
"test": "mocha", | ||
"lint": "eslint .", | ||
"test": "flow check && eslint . && jest", | ||
"publish:artefacts": "contract-artefacts-publisher" | ||
}, | ||
"devDependencies": { | ||
"@appliedblockchain/cobalt": "^0.8.0", | ||
"@appliedblockchain/cobalt": "1.0.0", | ||
"@appliedblockchain/contract-artefacts-publisher": "0.0.2", | ||
"@appliedblockchain/eslint-config": "^2.3.0", | ||
"code": "^5.2.0", | ||
"eslint": "^5.1.0", | ||
"mocha": "^5.1.1" | ||
"@appliedblockchain/eslint-config": "2.6.0", | ||
"eslint": "5.16.0", | ||
"flow-bin": "0.101.0", | ||
"ganache-core": "2.5.6", | ||
"jest": "24.8.0", | ||
"web3": "1.0.0-beta.33" | ||
}, | ||
"eslintConfig": { | ||
"extends": "@appliedblockchain" | ||
} | ||
}, | ||
"eslintIgnore": [ | ||
"flow-typed/*" | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
44863
7
1190
8
1