Compare commits

...

2 Commits

Author SHA1 Message Date
f62615814d v2.0.2 2021-05-28 11:36:55 +02:00
eec10c548a Fixed name
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-05-28 11:36:20 +02:00
2 changed files with 2 additions and 2 deletions

2
interfaces.d.ts vendored
View File

@ -256,7 +256,7 @@ export interface Card<SetType extends SetResume = SetResume> extends CardResume
/**
* Define the rotation mark on cards >= Sword & Shield
*/
rotationMark?: string
regulationMark?: string
}
export type StringEndpointList = Array<string>

View File

@ -1,6 +1,6 @@
{
"name": "@tcgdex/sdk",
"version": "2.0.1",
"version": "2.0.2",
"main": "./tcgdex.js",
"types": "./main.d.ts",
"repository": "https://github.com/tcgdex/javascript-sdk.git",