@bigtest/effection
Advanced tools
Comparing version 0.1.0-17892aa to 0.1.0-1948d41
@@ -6,2 +6,1 @@ export { once } from './events'; | ||
export { ensure } from './ensure'; | ||
export { main } from './node'; |
@@ -13,4 +13,2 @@ "use strict"; | ||
exports.ensure = ensure_1.ensure; | ||
var node_1 = require("./node"); | ||
exports.main = node_1.main; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@bigtest/effection", | ||
"version": "0.1.0-17892aa", | ||
"version": "0.1.0-1948d41", | ||
"description": "Collection of handly utilities for working with effection. May find a different home later", | ||
@@ -22,14 +22,9 @@ "main": "dist/index.js", | ||
"@types/mocha": "^7.0.1", | ||
"@typescript-eslint/eslint-plugin": "^2.3.2", | ||
"@typescript-eslint/parser": "^2.3.2", | ||
"eslint": "^6.6.0", | ||
"eslint-plugin-prefer-let": "^1.0.1", | ||
"@types/node": "^12.7.11", | ||
"expect": "^24.9.0", | ||
"mocha": "^6.2.2", | ||
"ts-node": "*", | ||
"typescript": "^3.7.0" | ||
"ts-node": "*" | ||
}, | ||
"dependencies": { | ||
"@types/node": "^12.7.11", | ||
"effection": "^0.5.1" | ||
"effection": "^0.5.2" | ||
}, | ||
@@ -36,0 +31,0 @@ "volta": { |
Sorry, the diff of this file is not supported yet
1
5
12440
20
185
- Removed@types/node@^12.7.11
- Removed@types/node@12.20.55(transitive)
Updatedeffection@^0.5.2