@neon-rs/cli 0.0.173 → 0.0.174
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.
- package/index.js +4 -4
- package/package.json +8 -8
package/index.js
CHANGED
|
@@ -8,7 +8,7 @@ import { createRequire as __WEBPACK_EXTERNAL_createRequire } from "module";
|
|
|
8
8
|
var __webpack_unused_export__;
|
|
9
9
|
|
|
10
10
|
__webpack_unused_export__ = ({ value: true });
|
|
11
|
-
|
|
11
|
+
__webpack_unused_export__ = exports.sj = __webpack_unused_export__ = __webpack_unused_export__ = __webpack_unused_export__ = __webpack_unused_export__ = void 0;
|
|
12
12
|
function currentTarget() {
|
|
13
13
|
let os = null;
|
|
14
14
|
switch (process.platform) {
|
|
@@ -225,11 +225,11 @@ function proxy(options) {
|
|
|
225
225
|
};
|
|
226
226
|
return new Proxy({}, handler);
|
|
227
227
|
}
|
|
228
|
-
|
|
228
|
+
exports.sj = proxy;
|
|
229
229
|
function __UNSTABLE_proxy(options) {
|
|
230
230
|
return proxy(options);
|
|
231
231
|
}
|
|
232
|
-
|
|
232
|
+
__webpack_unused_export__ = __UNSTABLE_proxy;
|
|
233
233
|
|
|
234
234
|
|
|
235
235
|
/***/ }),
|
|
@@ -16628,7 +16628,7 @@ module.exports = {
|
|
|
16628
16628
|
/***/ 6459:
|
|
16629
16629
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
16630
16630
|
|
|
16631
|
-
module.exports = (__nccwpck_require__(8938)/* .
|
|
16631
|
+
module.exports = (__nccwpck_require__(8938)/* .proxy */ .sj)({
|
|
16632
16632
|
'darwin-x64': () => __nccwpck_require__(2990),
|
|
16633
16633
|
'win32-x64-msvc': () => __nccwpck_require__(1324),
|
|
16634
16634
|
'win32-arm64-msvc': () => __nccwpck_require__(7894),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neon-rs/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.174",
|
|
4
4
|
"description": "Command-line build tool for Neon modules.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": "./index.js",
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
},
|
|
28
28
|
"homepage": "https://github.com/dherman/neon-rs#readme",
|
|
29
29
|
"optionalDependencies": {
|
|
30
|
-
"@cargo-messages/android-arm-eabi": "0.0.
|
|
31
|
-
"@cargo-messages/darwin-arm64": "0.0.
|
|
32
|
-
"@cargo-messages/darwin-x64": "0.0.
|
|
33
|
-
"@cargo-messages/linux-arm-gnueabihf": "0.0.
|
|
34
|
-
"@cargo-messages/linux-x64-gnu": "0.0.
|
|
35
|
-
"@cargo-messages/win32-arm64-msvc": "0.0.
|
|
36
|
-
"@cargo-messages/win32-x64-msvc": "0.0.
|
|
30
|
+
"@cargo-messages/android-arm-eabi": "0.0.174",
|
|
31
|
+
"@cargo-messages/darwin-arm64": "0.0.174",
|
|
32
|
+
"@cargo-messages/darwin-x64": "0.0.174",
|
|
33
|
+
"@cargo-messages/linux-arm-gnueabihf": "0.0.174",
|
|
34
|
+
"@cargo-messages/linux-x64-gnu": "0.0.174",
|
|
35
|
+
"@cargo-messages/win32-arm64-msvc": "0.0.174",
|
|
36
|
+
"@cargo-messages/win32-x64-msvc": "0.0.174"
|
|
37
37
|
}
|
|
38
38
|
}
|