@appliedblockchain/event-recorder
Advanced tools
Comparing version 1.0.0 to 1.0.1
// @flow | ||
const isMatch = require('lodash/isMatch') | ||
const isNil = require('lodash/isNil') | ||
const isFunction = require('lodash/isFunction') | ||
const Debug = require('debug') | ||
/*:: | ||
@@ -10,5 +15,2 @@ | ||
const { isMatch, isNil, isFunction } = require('lodash') | ||
const Debug = require('debug') | ||
const debug = new Debug('event-recorder') | ||
@@ -15,0 +17,0 @@ |
{ | ||
"name": "@appliedblockchain/event-recorder", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Event recorder simplifies evented/async tests.", | ||
"main": "index.js", | ||
"scripts": { | ||
"lint": "eslint .", | ||
"flow:check": "flow check", | ||
"test": "jest" | ||
"test": "eslint . && flow check && jest" | ||
}, | ||
@@ -15,11 +13,11 @@ "keywords": [], | ||
"devDependencies": { | ||
"@appliedblockchain/eslint-config": "^2.3.0", | ||
"eslint": "^5.5.0", | ||
"eslint-plugin-flowtype": "^2.50.0", | ||
"flow-bin": "^0.80.0", | ||
"jest": "^23.5.0" | ||
"@appliedblockchain/eslint-config": "2.6.0", | ||
"eslint": "6.1.0", | ||
"eslint-plugin-flowtype": "3.12.2", | ||
"flow-bin": "0.104.0", | ||
"jest": "24.8.0" | ||
}, | ||
"dependencies": { | ||
"debug": "^3.1.0", | ||
"lodash": "^4.17.10" | ||
"debug": "4.1.1", | ||
"lodash": "4.17.15" | ||
}, | ||
@@ -26,0 +24,0 @@ "eslintConfig": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
195254
5
5430
+ Addeddebug@4.1.1(transitive)
+ Addedlodash@4.17.15(transitive)
- Removeddebug@3.2.7(transitive)
- Removedlodash@4.17.21(transitive)
Updateddebug@4.1.1
Updatedlodash@4.17.15