@neon-rs/cli 0.1.52 → 0.1.55
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 +0 -15
- package/package.json +8 -8
package/index.js
CHANGED
|
@@ -40414,21 +40414,6 @@ class Dist {
|
|
|
40414
40414
|
throw new Error(`No artifacts were generated for crate ${this._crateName}`);
|
|
40415
40415
|
}
|
|
40416
40416
|
return file;
|
|
40417
|
-
// const messages: CargoMessages = new CargoMessages({
|
|
40418
|
-
// mount: this._mount || undefined,
|
|
40419
|
-
// manifestPath: this._manifestPath || undefined,
|
|
40420
|
-
// file: this._log || undefined,
|
|
40421
|
-
// verbose: this._verbose
|
|
40422
|
-
// });
|
|
40423
|
-
// const artifact = messages.findArtifact(this._crateName);
|
|
40424
|
-
// if (!artifact) {
|
|
40425
|
-
// throw new Error(`No artifacts were generated for crate ${this._crateName}`);
|
|
40426
|
-
// }
|
|
40427
|
-
// const file = artifact.findFileByCrateType('cdylib');
|
|
40428
|
-
// if (!file) {
|
|
40429
|
-
// throw new Error(`No cdylib artifact found for crate ${this._crateName}`);
|
|
40430
|
-
// }
|
|
40431
|
-
// return file;
|
|
40432
40417
|
}
|
|
40433
40418
|
log(msg) {
|
|
40434
40419
|
if (this._verbose) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neon-rs/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.55",
|
|
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.1.
|
|
31
|
-
"@cargo-messages/darwin-arm64": "0.1.
|
|
32
|
-
"@cargo-messages/darwin-x64": "0.1.
|
|
33
|
-
"@cargo-messages/linux-arm-gnueabihf": "0.1.
|
|
34
|
-
"@cargo-messages/linux-x64-gnu": "0.1.
|
|
35
|
-
"@cargo-messages/win32-arm64-msvc": "0.1.
|
|
36
|
-
"@cargo-messages/win32-x64-msvc": "0.1.
|
|
30
|
+
"@cargo-messages/android-arm-eabi": "0.1.54",
|
|
31
|
+
"@cargo-messages/darwin-arm64": "0.1.54",
|
|
32
|
+
"@cargo-messages/darwin-x64": "0.1.54",
|
|
33
|
+
"@cargo-messages/linux-arm-gnueabihf": "0.1.54",
|
|
34
|
+
"@cargo-messages/linux-x64-gnu": "0.1.54",
|
|
35
|
+
"@cargo-messages/win32-arm64-msvc": "0.1.54",
|
|
36
|
+
"@cargo-messages/win32-x64-msvc": "0.1.54"
|
|
37
37
|
}
|
|
38
38
|
}
|