@neon-rs/cli 0.0.149 → 0.0.150

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 -0
  2. package/package.json +8 -8
package/index.js CHANGED
@@ -15634,6 +15634,7 @@ class CargoReader {
15634
15634
  const rl = readline.createInterface({
15635
15635
  input: this._input
15636
15636
  });
15637
+
15637
15638
  for await (const line of rl) {
15638
15639
  const { kernel, kind } = addon.readline(this._kernel, line);
15639
15640
  switch (kind) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neon-rs/cli",
3
- "version": "0.0.149",
3
+ "version": "0.0.150",
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.149",
31
- "@cargo-messages/darwin-arm64": "0.0.149",
32
- "@cargo-messages/darwin-x64": "0.0.149",
33
- "@cargo-messages/linux-arm-gnueabihf": "0.0.149",
34
- "@cargo-messages/linux-x64-gnu": "0.0.149",
35
- "@cargo-messages/win32-arm64-msvc": "0.0.149",
36
- "@cargo-messages/win32-x64-msvc": "0.0.149"
30
+ "@cargo-messages/android-arm-eabi": "0.0.150",
31
+ "@cargo-messages/darwin-arm64": "0.0.150",
32
+ "@cargo-messages/darwin-x64": "0.0.150",
33
+ "@cargo-messages/linux-arm-gnueabihf": "0.0.150",
34
+ "@cargo-messages/linux-x64-gnu": "0.0.150",
35
+ "@cargo-messages/win32-arm64-msvc": "0.0.150",
36
+ "@cargo-messages/win32-x64-msvc": "0.0.150"
37
37
  }
38
38
  }