Comparing version 0.2.0 to 0.2.1
@@ -6,4 +6,4 @@ declare class UrlBuilder { | ||
provider: string; | ||
getFastestProvider(path?: string): Promise<string>; | ||
findFastestProvider(): Promise<string>; | ||
getFastestProvider(timeout?: number, path?: string): Promise<string>; | ||
findFastestProvider(timeout?: number): Promise<string>; | ||
setProvider(name: string, factory: ((path: string) => string) | null): void; | ||
@@ -10,0 +10,0 @@ getFullUrl(path: string, provider?: string): string; |
{ | ||
"name": "npm2url", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Convert an NPM package import into a CDN URL.", | ||
@@ -5,0 +5,0 @@ "repository": "gera2ld/npm2url", |
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
8667
172