@flesh-and-blood/cards 3.6.142 → 3.6.144
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/index.js +850 -850
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flesh-and-blood/cards",
|
|
3
3
|
"description": "TypeScript representations of Flesh and Blood cards",
|
|
4
|
-
"version": "3.6.
|
|
4
|
+
"version": "3.6.144",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"sideEffects": false,
|
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
"test": "jest",
|
|
14
14
|
"update:dependencies": "ncu -u latest-cards && npm i",
|
|
15
15
|
"update:snapshots": "npm test -- -u",
|
|
16
|
-
"new": "ts-node tests/new-cards.ts",
|
|
16
|
+
"new": "ts-node tests/new-and-removed-cards.ts",
|
|
17
17
|
"tts": "ts-node tts/index.ts",
|
|
18
18
|
"sitemap": "ts-node sitemap/index.ts",
|
|
19
19
|
"full": "npm run transform && npm run build && npm test && npm run new && npm run tts && npm run sitemap",
|
|
20
20
|
"prepublish": "npm run full"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@flesh-and-blood/types": "^3.6.
|
|
23
|
+
"@flesh-and-blood/types": "^3.6.144"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/jest": "^29.5.11",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"esbuild-jest": "^0.5.0",
|
|
32
32
|
"fast-xml-parser": "4.3.2",
|
|
33
33
|
"jest": "^29.7.0",
|
|
34
|
-
"latest-cards": "npm:@flesh-and-blood/cards@^3.6.
|
|
34
|
+
"latest-cards": "npm:@flesh-and-blood/cards@^3.6.143",
|
|
35
35
|
"papaparse": "^5.3.2",
|
|
36
36
|
"ts-node": "^10.9.2",
|
|
37
37
|
"typescript": "^5.3.3",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"FAB",
|
|
59
59
|
"FABTCG"
|
|
60
60
|
],
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "6e63cadb3ccbccc26de95189dbe4bf2858844339"
|
|
62
62
|
}
|