@neat.is/core 0.4.29-dev.20260715 → 0.4.30-dev.20260716

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/neatd.cjs CHANGED
@@ -12330,7 +12330,7 @@ async function main() {
12330
12330
  process.exit(1);
12331
12331
  }
12332
12332
  var entry = process.argv[1] ?? "";
12333
- if (/[\\/]neatd\.(?:cjs|js)$/.test(entry) || entry.endsWith("/neatd")) {
12333
+ if (/[\\/](?:neatd\.(?:cjs|js)|neatd)$/.test(entry)) {
12334
12334
  main().catch((err) => {
12335
12335
  console.error(err);
12336
12336
  process.exit(1);