@markforster/heroquest-card-creator 0.5.3 → 0.5.5
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/bin/i18n-audit.js +6 -0
- package/out/404/index.html +27 -2
- package/out/404.html +27 -2
- package/out/_next/static/chunks/249-5c74a93fb7af7f6c.js +1 -0
- package/out/_next/static/chunks/358-960ba8f02b2494a3.js +1 -0
- package/out/_next/static/chunks/792.1227b94f86940218.js +1 -0
- package/out/_next/static/chunks/app/layout-f836dac406328011.js +1 -0
- package/out/_next/static/chunks/app/page-db4487a6c1142fcc.js +1 -0
- package/out/_next/static/chunks/{webpack-498a638590fe54e0.js → webpack-131d74db4cdb47d6.js} +1 -1
- package/out/_next/static/css/1874f9a174b17e3f.css +1 -0
- package/out/_next/static/css/2dfa822ec8c08542.css +1 -0
- package/out/_next/static/css/765f83971d263ca1.css +1 -0
- package/out/_next/static/media/blueprint.73c53722.png +0 -0
- package/out/_next/static/media/bordered-mask.82dc793a.png +0 -0
- package/out/_next/static/media/hero-back.af5738a7.png +0 -0
- package/out/_next/static/media/hero-stats.d60fddf4.png +0 -0
- package/out/_next/static/media/large-window.74b2288d.png +0 -0
- package/out/_next/static/media/monster-stats.74dd8fc2.png +0 -0
- package/out/_next/static/media/parchment.622421f4.png +0 -0
- package/out/_next/static/media/ribbon.c44f24fc.png +0 -0
- package/out/_next/static/media/small-large-artwork-border-alpha-mask.8d3a71ad.png +0 -0
- package/out/_next/static/media/small-large-artwork-border-blend-texture.dcd30133.png +0 -0
- package/out/_next/static/media/small-window.9557abcd.png +0 -0
- package/out/_next/static/media/white-paper.b80839b0.png +0 -0
- package/out/index.html +27 -2
- package/out/index.txt +8 -7
- package/out/robots.txt +1 -1
- package/out/sitemap.xml +2 -2
- package/package.json +3 -2
- package/out/_next/static/chunks/140-37b9051037068ddf.js +0 -1
- package/out/_next/static/chunks/481-e3fb4366e532e65b.js +0 -1
- package/out/_next/static/chunks/792.78b6ddda4e792193.js +0 -1
- package/out/_next/static/chunks/app/layout-280540b43bd5178c.js +0 -1
- package/out/_next/static/chunks/app/page-f43a45ca4edb2139.js +0 -1
- package/out/_next/static/css/83d0cd8babb21fe7.css +0 -1
- package/out/_next/static/css/f4ac97d6546ca0d3.css +0 -1
- package/out/_next/static/css/fc205991348f38b9.css +0 -1
- package/out/_next/static/media/blueprint.3b5b53f6.png +0 -0
- package/out/_next/static/media/bordered-mask.7fa8cc53.png +0 -0
- package/out/_next/static/media/hero-stats.4e17ceac.png +0 -0
- package/out/_next/static/media/large-window.ea8dd1b5.png +0 -0
- package/out/_next/static/media/monster-stats.e914ce2f.png +0 -0
- package/out/_next/static/media/parchment.09cbcdf5.png +0 -0
- package/out/_next/static/media/ribbon.1481d194.png +0 -0
- package/out/_next/static/media/small-large-artwork-border-alpha-mask.e9ccef3c.png +0 -0
- package/out/_next/static/media/small-large-artwork-border-blend-texture.e5ea5707.png +0 -0
- package/out/_next/static/media/small-window.3109823c.png +0 -0
- package/out/_next/static/media/white-paper.6aa299d7.png +0 -0
- /package/out/_next/static/{34OtE5nq8OFT2aKZt7TVa → P_kMzAnfZ0gmNEgFjpc2f}/_buildManifest.js +0 -0
- /package/out/_next/static/{34OtE5nq8OFT2aKZt7TVa → P_kMzAnfZ0gmNEgFjpc2f}/_ssgManifest.js +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markforster/heroquest-card-creator",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.5",
|
|
4
4
|
"description": "Browser-based tool to design HeroQuest-style cards with accurate layouts, asset library, and PNG export — runs locally.",
|
|
5
5
|
"author": "Mark Forster (markforster)",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"generate:embedded-assets": "node scripts/generate-embedded-assets.cjs",
|
|
51
51
|
"dev": "next dev -H 0.0.0.0 -p 3000",
|
|
52
52
|
"predev": "npm run generate:embedded-assets && node scripts/copy-zip-worker.cjs",
|
|
53
|
-
"prepack": "cp README.npm.md README.md && npm run build && npm run verify:out",
|
|
53
|
+
"prepack": "cp README.npm.md README.md && NEXT_PUBLIC_APP_DISTRIBUTION=npm npm run build && npm run verify:out",
|
|
54
54
|
"prebuild": "npm run generate:embedded-assets && node scripts/copy-zip-worker.cjs",
|
|
55
55
|
"build": "NODE_ENV=production npm run verify:env && NODE_ENV=production next build",
|
|
56
56
|
"build:download": "npm run build && node scripts/package-download.js",
|
|
@@ -64,6 +64,7 @@
|
|
|
64
64
|
"test:report": "jest --coverage --reporters=default --reporters=jest-html-reporter",
|
|
65
65
|
"typecheck": "tsc --noEmit",
|
|
66
66
|
"typecheck:watch": "tsc --noEmit --watch",
|
|
67
|
+
"i18n:audit": "node scripts/i18n-audit.cjs",
|
|
67
68
|
"format": "prettier --write .",
|
|
68
69
|
"format:check": "prettier --check .",
|
|
69
70
|
"serve:out": " npx serve ./out -l 3000",
|