@neon-rs/cli 0.1.42 → 0.1.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 +8 -8
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import { createRequire as __WEBPACK_EXTERNAL_createRequire } from "module";
3
3
  /******/ var __webpack_modules__ = ({
4
4
 
5
- /***/ 3355:
5
+ /***/ 4079:
6
6
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
7
7
 
8
8
  module.exports = require(__nccwpck_require__.ab + "index.node")
@@ -45747,18 +45747,18 @@ module.exports = eval("require")("@cargo-messages/darwin-arm64");
45747
45747
 
45748
45748
  /***/ }),
45749
45749
 
45750
- /***/ 2990:
45750
+ /***/ 5379:
45751
45751
  /***/ ((module) => {
45752
45752
 
45753
- module.exports = eval("require")("@cargo-messages/darwin-x64");
45753
+ module.exports = eval("require")("@cargo-messages/linux-arm-gnueabihf");
45754
45754
 
45755
45755
 
45756
45756
  /***/ }),
45757
45757
 
45758
- /***/ 5379:
45758
+ /***/ 1316:
45759
45759
  /***/ ((module) => {
45760
45760
 
45761
- module.exports = eval("require")("@cargo-messages/linux-arm-gnueabihf");
45761
+ module.exports = eval("require")("@cargo-messages/linux-x64-gnu");
45762
45762
 
45763
45763
 
45764
45764
  /***/ }),
@@ -60529,12 +60529,12 @@ module.exports = {
60529
60529
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
60530
60530
 
60531
60531
  module.exports = (__nccwpck_require__(8372)/* .proxy */ .sj)({
60532
- 'darwin-x64': () => __nccwpck_require__(2990),
60532
+ 'darwin-x64': () => __nccwpck_require__(4079),
60533
60533
  'win32-x64-msvc': () => __nccwpck_require__(1324),
60534
60534
  'win32-arm64-msvc': () => __nccwpck_require__(7894),
60535
- 'darwin-x64': () => __nccwpck_require__(2990),
60535
+ 'darwin-x64': () => __nccwpck_require__(4079),
60536
60536
  'darwin-arm64': () => __nccwpck_require__(4404),
60537
- 'linux-x64-gnu': () => __nccwpck_require__(3355),
60537
+ 'linux-x64-gnu': () => __nccwpck_require__(1316),
60538
60538
  'linux-arm-gnueabihf': () => __nccwpck_require__(5379),
60539
60539
  'android-arm-eabi': () => __nccwpck_require__(1738)
60540
60540
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neon-rs/cli",
3
- "version": "0.1.42",
3
+ "version": "0.1.44",
4
4
  "description": "Command-line build tool for Neon modules.",
5
5
  "type": "module",
6
6
  "exports": "./index.js",