@neon-rs/cli 0.0.114 → 0.0.115

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
@@ -10226,7 +10226,7 @@ exports.Vo = lazy;
10226
10226
  /***/ 2353:
10227
10227
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
10228
10228
 
10229
- module.exports = require(__nccwpck_require__.ab + "index.node")
10229
+ module.exports = eval("require")("@cargo-messages/linux-x64-gnu")
10230
10230
 
10231
10231
  /***/ }),
10232
10232
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neon-rs/cli",
3
- "version": "0.0.114",
3
+ "version": "0.0.115",
4
4
  "description": "Command-line build tool for Neon modules.",
5
5
  "type": "module",
6
6
  "exports": "./index.js",