eos-detective
Advanced tools
Comparing version 0.5.6 to 0.6.0
@@ -32,3 +32,3 @@ import { JsonRpc, Api } from "eosjs"; | ||
* | ||
* @default "https://api.eosdetective.semiofficial.io/v0/" | ||
* @default "https://graph-api.eosdetective.io/v0/" | ||
*/ | ||
@@ -35,0 +35,0 @@ endpoint?: string; |
@@ -28,3 +28,3 @@ "use strict"; | ||
this.private_key = ""; | ||
this.endpoint = "https://api.eosdetective.semiofficial.io/v0/"; | ||
this.endpoint = "https://graph-api.eosdetective.io/v0/"; | ||
this.endpoint_eosio = "https://api.eosn.io"; | ||
@@ -31,0 +31,0 @@ this.actor = ""; |
{ | ||
"name": "eos-detective", | ||
"version": "0.5.6", | ||
"version": "0.6.0", | ||
"description": "EOS Detective", | ||
@@ -23,15 +23,15 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@types/jest": "*", | ||
"husky": "*", | ||
"@types/jest": "^24.0.14", | ||
"husky": "^2.4.1", | ||
"jest": "*", | ||
"nyc": "*", | ||
"nyc": "^14.1.1", | ||
"ts-jest": "*", | ||
"ts-node": "*", | ||
"tslint": "*", | ||
"ts-node": "^8.2.0", | ||
"tslint": "^5.17.0", | ||
"tslint-config-prettier": "1.x", | ||
"typedoc": "*", | ||
"typescript": "*" | ||
"typescript": "^3.5.1" | ||
}, | ||
"dependencies": { | ||
"axios": "0.18.x", | ||
"axios": "^0.18.1", | ||
"dotenv": "*", | ||
@@ -38,0 +38,0 @@ "eosjs": "20.0.0-beta3", |
@@ -79,3 +79,3 @@ # EOS Detective | ||
DETECTIVE_TOKEN="<API TOKEN>" | ||
DETECTIVE_ENDPOINT="https://api.eosdetective.semiofficial.io/v0/" | ||
DETECTIVE_ENDPOINT="https://graph-api.eosdetective.io/v0/" | ||
DETECTIVE_CONTRACT="eosdetective" | ||
@@ -82,0 +82,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65922
Updatedaxios@^0.18.1