@cyberalien/redundancy
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -15,4 +15,3 @@ /** | ||
*/ | ||
import { Redundancy as RedundancyClass, FilterCallback } from './redundancy'; | ||
import { FilterCallback } from './redundancy'; | ||
export { FilterCallback as RedundancyFilterCallback }; | ||
export declare type Redundancy = typeof RedundancyClass; |
{ | ||
"name": "@cyberalien/redundancy", | ||
"description": "Reusable redundancy library for API queries", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"author": "Vjacheslav Trushkin", | ||
@@ -28,11 +28,11 @@ "license": "(Apache-2.0 OR GPL-2.0)", | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^12.12.14", | ||
"@typescript-eslint/eslint-plugin": "^2.11.0", | ||
"@typescript-eslint/parser": "^2.11.0", | ||
"@types/node": "^12.12.22", | ||
"@typescript-eslint/eslint-plugin": "^2.13.0", | ||
"@typescript-eslint/parser": "^2.13.0", | ||
"chai": "^4.2.0", | ||
"eslint": "^6.7.2", | ||
"eslint": "^6.8.0", | ||
"mocha": "^6.2.2", | ||
"typescript": "^3.7.2" | ||
"typescript": "^3.7.4" | ||
}, | ||
"dependencies": {} | ||
} |
49391
659