@flesh-and-blood/types 3.1.20 → 3.1.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/sets.d.ts +3 -2
- package/package.json +2 -2
package/dist/sets.d.ts
CHANGED
|
@@ -30,7 +30,7 @@ export declare const supplementalSetIdentifiers: {
|
|
|
30
30
|
[key: string]: Release;
|
|
31
31
|
};
|
|
32
32
|
export declare const promoSetIdentifiers: string[];
|
|
33
|
-
export
|
|
33
|
+
export interface ReleaseInfo {
|
|
34
34
|
cards: number;
|
|
35
35
|
classes: Class[];
|
|
36
36
|
format?: Format;
|
|
@@ -42,7 +42,8 @@ export declare const releases: {
|
|
|
42
42
|
releaseType: ReleaseType;
|
|
43
43
|
setIdentifiers: string[];
|
|
44
44
|
talents: Talent[];
|
|
45
|
-
}
|
|
45
|
+
}
|
|
46
|
+
export declare const releases: ReleaseInfo[];
|
|
46
47
|
export declare const fullSetIdentifiers: {
|
|
47
48
|
[key: string]: Release;
|
|
48
49
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flesh-and-blood/types",
|
|
3
3
|
"description": "TypeScript representations of Flesh and Blood card types",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.21",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"sideEffects": false,
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"FAB",
|
|
48
48
|
"FABTCG"
|
|
49
49
|
],
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "954797cec84fcabe5d7aec11fde5b2906c14a557"
|
|
51
51
|
}
|