Comparing version 0.0.1-beta.1 to 0.0.1-beta.2
@@ -9,4 +9,4 @@ All notable changes to this project will be documented in this file. | ||
## [1.0.0] - 2000-00-00 | ||
## [0.0.1-beta.1] - 2020-02-27 | ||
### Added | ||
- first version |
@@ -8,3 +8,3 @@ "use strict"; | ||
var _apiReach = _interopRequireDefault(require("api-reach")); | ||
var _dist = _interopRequireDefault(require("api-reach/dist")); | ||
@@ -22,3 +22,3 @@ var _mapValues = _interopRequireWildcard(require("bottom-line-utils/mapValues")); | ||
constructor(apiKey) { | ||
this._api = new _apiReach.default({ | ||
this._api = new _dist.default({ | ||
base: "https://api.abuseipdb.com/api/v2/", | ||
@@ -25,0 +25,0 @@ headers: { |
{ | ||
"name": "abuseipdb", | ||
"version": "0.0.1-beta.1", | ||
"version": "0.0.1-beta.2", | ||
"main": "src/index.js", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/dzek69/abuseipdb.git", |
@@ -1,2 +0,2 @@ | ||
import ApiClient from "api-reach"; | ||
import ApiClient from "api-reach/dist"; | ||
import mapValues, { REMOVE } from "bottom-line-utils/mapValues"; | ||
@@ -3,0 +3,0 @@ |
@@ -10,2 +10,1 @@ ES Modules: | ||
``` | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
63622