@neon-rs/cli 0.0.39 → 0.0.40

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.
Files changed (2) hide show
  1. package/index.js +2 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -10316,6 +10316,8 @@ module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("util");
10316
10316
 
10317
10317
  const { bin } = __nccwpck_require__(1401);
10318
10318
 
10319
+ if (false) {}
10320
+
10319
10321
  const {
10320
10322
  fromStdin,
10321
10323
  fromFile,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neon-rs/cli",
3
- "version": "0.0.39",
3
+ "version": "0.0.40",
4
4
  "description": "Command-line build tool for Neon modules.",
5
5
  "type": "module",
6
6
  "exports": "./index.js",