Comparing version 0.1.8 to 0.1.11
@@ -1,2 +0,2 @@ | ||
import { EpicwarMapParseResponse } from './epicwar.get-map.response'; | ||
export declare function epicwarGetMap(mapId: string | number, download?: boolean): Promise<EpicwarMapParseResponse>; | ||
import { GetMapDTO } from 'warcraft3gg-dto'; | ||
export declare function epicwarGetMap(mapId: string | number, download?: boolean): Promise<GetMapDTO>; |
@@ -1,2 +0,2 @@ | ||
import { EpicwarMapParseDetailsResponse } from '../../epicwar.get-map.response'; | ||
export declare function getMapDetails(cells: HTMLCollectionOf<Element>): EpicwarMapParseDetailsResponse | null; | ||
import { GetMapDetailsDTO } from 'warcraft3gg-dto'; | ||
export declare function getMapDetails(cells: HTMLCollectionOf<Element>): GetMapDetailsDTO | null; |
@@ -1,2 +0,2 @@ | ||
import { EpicwarMapParseMapFileResponse } from '../../epicwar.get-map.response'; | ||
export declare function getFile(url: string): Promise<EpicwarMapParseMapFileResponse>; | ||
import { GetMapFileDTO } from 'warcraft3gg-dto'; | ||
export declare function getFile(url: string): Promise<GetMapFileDTO>; |
{ | ||
"name": "epicwar", | ||
"version": "0.1.8", | ||
"version": "0.1.11", | ||
"description": "Epicwar.com maps download", | ||
@@ -14,3 +14,3 @@ "main": "dist/index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/Sansossio/epicwar-download-maps.git" | ||
"url": "git+https://github.com/Warcraft3-GG/epicwar-download-maps.git" | ||
}, | ||
@@ -25,5 +25,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/Sansossio/epicwar-download-maps/issues" | ||
"url": "https://github.com/Warcraft3-GG/epicwar-download-maps/issues" | ||
}, | ||
"homepage": "https://github.com/Sansossio/epicwar-download-maps#readme", | ||
"homepage": "https://github.com/Warcraft3-GG/epicwar-download-maps#readme", | ||
"devDependencies": { | ||
@@ -44,4 +44,5 @@ "@types/axios": "^0.14.0", | ||
"jsdom": "^16.2.2", | ||
"sha1": "^1.1.1" | ||
"sha1": "^1.1.1", | ||
"warcraft3gg-dto": "0.0.4" | ||
} | ||
} |
@@ -19,3 +19,3 @@ # Epicwar | ||
``` | ||
[More examples](https://github.com/Sansossio/epicwar-download-maps/tree/master/examples) | ||
[More examples](https://github.com/Warcraft3-GG/epicwar-download-maps/tree/master/examples) | ||
@@ -27,1 +27,4 @@ ## Available methods | ||
- [x] `Get maps categories` | ||
## Warcraft3 GG | ||
This repository is part of [https://github.com/Warcraft3-GG](Warcraft3-GG) organization |
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
29
15014
4
32
366
+ Addedwarcraft3gg-dto@0.0.4
+ Addedwarcraft3gg-dto@0.0.4(transitive)