@flesh-and-blood/types 4.0.45 → 4.0.48
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/README.md +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ It has no runtime dependencies.
|
|
|
10
10
|
npm i @flesh-and-blood/types
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
Published as **dual ESM + CJS
|
|
13
|
+
Published as **dual ESM + CJS**: works in bundlers, native Node ESM, and CommonJS.
|
|
14
14
|
|
|
15
15
|
## Usage
|
|
16
16
|
|
|
@@ -28,7 +28,7 @@ import type { Card } from "@flesh-and-blood/types/interfaces";
|
|
|
28
28
|
|
|
29
29
|
## What's included
|
|
30
30
|
|
|
31
|
-
The exported TypeScript types are the source of truth for exact values and fields
|
|
31
|
+
The exported TypeScript types are the source of truth for exact values and fields; the lists below are
|
|
32
32
|
an overview.
|
|
33
33
|
|
|
34
34
|
### Enums
|
|
@@ -42,7 +42,7 @@ an overview.
|
|
|
42
42
|
`Card` (the main card shape), `DoubleSidedCard`, `Printing`, `LegalOverride`, `ReleaseInfo`,
|
|
43
43
|
`SilverAgeChapter`.
|
|
44
44
|
|
|
45
|
-
### Helpers
|
|
45
|
+
### Helpers: `@flesh-and-blood/types/helpers`
|
|
46
46
|
|
|
47
47
|
- **Printing pickers:** `getPrint`, `getDefaultPrinting`, `getSpecialPrinting`, `getBoomerPrinting`,
|
|
48
48
|
`getMaxRarityPrinting`
|
|
@@ -50,7 +50,7 @@ an overview.
|
|
|
50
50
|
`getCardFromGEMCardIdentifier`, `getIsArenaCard`, `getIsDeckCard`, `getIsCardTokenForDeck`,
|
|
51
51
|
`getCanCardBeTokenForDeck`, `getCanAddToDeck`, `getShouldRotateCardImage`
|
|
52
52
|
|
|
53
|
-
### Set data
|
|
53
|
+
### Set data: `@flesh-and-blood/types/sets`
|
|
54
54
|
|
|
55
55
|
`releases`, `fullSetIdentifiers`, `setIdentifierToSetMappings`, `setToSetIdentifierMappings`,
|
|
56
56
|
`silverAgeChapters`, plus `getIsBooster`, `getIsReprint`, `getIsDraftable`, `getIsPreconstructed`.
|
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": "4.0.
|
|
4
|
+
"version": "4.0.48",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"main": "dist/index.cjs",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"FAB",
|
|
73
73
|
"FABTCG"
|
|
74
74
|
],
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "c9f5d793e1af2ff0978ca7793ef52b92d1b51b83"
|
|
76
76
|
}
|