@cordfuse/nux-qr-tool 1.3.0 → 1.3.1

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.
@@ -6150,7 +6150,7 @@ async function main() {
6150
6150
  writeFileSync(outPath, decorated);
6151
6151
  console.log(outPath);
6152
6152
  }
6153
- var isMain = process.argv[1] === fileURLToPath(import.meta.url) || process.argv[1]?.endsWith("qr-generator.js");
6153
+ var isMain = process.argv[1] === fileURLToPath(import.meta.url) || process.argv[1]?.endsWith("qr-generator.js") || process.argv[1]?.endsWith("nux-qr-tool");
6154
6154
  if (isMain)
6155
6155
  main().catch((err) => {
6156
6156
  console.error(err.message);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cordfuse/nux-qr-tool",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "NUX MightyAmp QR preset encoder — generates decorated QR PNG cards from preset JSON",
5
5
  "type": "module",
6
6
  "bin": {