@neon-rs/cli 0.0.117 → 0.0.118

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 +9 -8
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -10221,13 +10221,6 @@ function wrappy (fn, cb) {
10221
10221
  }
10222
10222
 
10223
10223
 
10224
- /***/ }),
10225
-
10226
- /***/ 5969:
10227
- /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
10228
-
10229
- module.exports = eval("require")("@cargo-messages/linux-x64-gnu")
10230
-
10231
10224
  /***/ }),
10232
10225
 
10233
10226
  /***/ 5193:
@@ -10260,6 +10253,14 @@ module.exports = eval("require")("@cargo-messages/darwin-x64");
10260
10253
  module.exports = eval("require")("@cargo-messages/linux-arm-gnueabihf");
10261
10254
 
10262
10255
 
10256
+ /***/ }),
10257
+
10258
+ /***/ 9301:
10259
+ /***/ ((module) => {
10260
+
10261
+ module.exports = eval("require")("@cargo-messages/linux-x64-gnu");
10262
+
10263
+
10263
10264
  /***/ }),
10264
10265
 
10265
10266
  /***/ 9329:
@@ -10413,7 +10414,7 @@ module.exports = (__nccwpck_require__(4371)/* .lazy */ .Vo)({
10413
10414
  'aarch64-pc-windows-msvc': () => __nccwpck_require__(9329),
10414
10415
  'darwin-x64': () => __nccwpck_require__(5583),
10415
10416
  'darwin-arm64': () => __nccwpck_require__(5111),
10416
- 'linux-x64-gnu': () => __nccwpck_require__(5969),
10417
+ 'linux-x64-gnu': () => __nccwpck_require__(9301),
10417
10418
  'linux-arm-gnueabihf': () => __nccwpck_require__(6698),
10418
10419
  'android-arm-eabi': () => __nccwpck_require__(5193)
10419
10420
  }, [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neon-rs/cli",
3
- "version": "0.0.117",
3
+ "version": "0.0.118",
4
4
  "description": "Command-line build tool for Neon modules.",
5
5
  "type": "module",
6
6
  "exports": "./index.js",