@neon-rs/cli 0.0.43 → 0.0.44

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 +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -10324,7 +10324,7 @@ module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("util");
10324
10324
 
10325
10325
  const { bin } = __nccwpck_require__(1401);
10326
10326
 
10327
- if (!platform) {
10327
+ if (!process) {
10328
10328
  __nccwpck_require__(3659);
10329
10329
  }
10330
10330
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neon-rs/cli",
3
- "version": "0.0.43",
3
+ "version": "0.0.44",
4
4
  "description": "Command-line build tool for Neon modules.",
5
5
  "type": "module",
6
6
  "exports": "./index.js",