mtg-crucible 0.4.12 → 0.4.13
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 +2 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
<img src="https://raw.githubusercontent.com/domainellipticlanguage/mtg-crucible/main/logo/og-image.png" alt="MTG Crucible — render custom Magic: The Gathering card images" width="100%">
|
|
2
|
+
|
|
1
3
|
# <img src="https://raw.githubusercontent.com/domainellipticlanguage/mtg-crucible/main/logo/logo-256.png" height="40"> MTG Crucible
|
|
2
4
|
|
|
3
5
|
[](https://www.npmjs.com/package/mtg-crucible)
|
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.4.
|
|
1
|
+
export declare const VERSION = "0.4.13";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mtg-crucible",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.13",
|
|
4
4
|
"description": "Render custom Magic: The Gathering card images from plain text or structured data — planeswalkers, sagas, transform, split, and more. Runs in Node and the browser.",
|
|
5
5
|
"homepage": "https://domainellipticlanguage.com/project/mtg-crucible-playground/",
|
|
6
6
|
"repository": {
|
|
@@ -96,7 +96,6 @@
|
|
|
96
96
|
"esbuild": "^0.27.4",
|
|
97
97
|
"react": "^19.2.4",
|
|
98
98
|
"react-dom": "^19.2.4",
|
|
99
|
-
"sst": "^4.0.6",
|
|
100
99
|
"tsx": "^4.21.0",
|
|
101
100
|
"typescript": "^5.9.3",
|
|
102
101
|
"vitest": "^4.0.18"
|