Comparing version 6.1.0-beta.1159 to 6.1.0-beta.1166
@@ -1,2 +0,2 @@ | ||
import { BitlyConfig, BitlyUrlQueryParams, BitlyResponseData } from "."; | ||
import { BitlyConfig, BitlyUrlQueryParams, BitlyResponseData } from "./types"; | ||
/** | ||
@@ -3,0 +3,0 @@ * |
/// <reference types="node" /> | ||
import { UrlWithStringQuery } from "url"; | ||
import { BitlyConfig, BitlyUrlQueryParams, BitlyResponse } from "."; | ||
import { BitlyConfig, BitlyUrlQueryParams, BitlyResponse } from "./types"; | ||
/** | ||
@@ -5,0 +5,0 @@ * Generates a valid URL for a GET request to the Bit.ly API |
@@ -12,3 +12,3 @@ { | ||
"homepage": "https://github.com/tanepiper/node-bitly", | ||
"version": "6.1.0-beta.1159", | ||
"version": "6.1.0-beta.1166", | ||
"author": { | ||
@@ -79,3 +79,3 @@ "name": "Tane Piper", | ||
"main": "dist/bitly.js", | ||
"types": "dist/index.d.ts" | ||
"types": "index.d.ts" | ||
} |
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
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
620949
42
1739