epubcheck-standalone-cli 5.3.0-build1 → 5.3.0-build2
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "epubcheck-standalone-cli",
|
|
3
|
-
"version": "5.3.0-
|
|
3
|
+
"version": "5.3.0-build2",
|
|
4
4
|
"description": "The official EPUBCheck command line with no Java to install: same flags, console output, JSON, XML, and XMP reports, and exit codes as the official tool, byte-identical, run straight from npx.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"generate:locale-messages": "node scripts/generate-locale-messages.ts"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"epubcheck-standalone": "5.3.0-
|
|
30
|
+
"epubcheck-standalone": "5.3.0-build2"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/node": "24.13.3",
|