rowpipe 2.10.1 → 2.10.2
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/README.md +4 -5
- package/package.json +1 -1
- package/dist/rowpipe +0 -4
package/README.md
CHANGED
|
@@ -56,15 +56,14 @@ brew install litepacks/rowpipe/rowpipe
|
|
|
56
56
|
|
|
57
57
|
#### 📦 Debian / Ubuntu (`apt` / `.deb`)
|
|
58
58
|
```bash
|
|
59
|
-
curl -sLO https://github.com/litepacks/rowpipe/releases/latest/download/rowpipe_2.10.
|
|
60
|
-
sudo apt install -y ./rowpipe_2.10.
|
|
59
|
+
curl -sLO https://github.com/litepacks/rowpipe/releases/latest/download/rowpipe_2.10.1_amd64.deb
|
|
60
|
+
sudo apt install -y ./rowpipe_2.10.1_amd64.deb
|
|
61
61
|
```
|
|
62
62
|
|
|
63
63
|
#### 🪟 Windows & GitHub Releases
|
|
64
|
-
Pre-compiled standalone binaries for **macOS (Apple Silicon
|
|
64
|
+
Pre-compiled standalone binaries for **macOS (Apple Silicon)**, **Linux (x64)**, and **Windows (x64)** are available on the [GitHub Releases](https://github.com/litepacks/rowpipe/releases) page:
|
|
65
65
|
* `rowpipe-darwin-arm64.tar.gz` (macOS Apple Silicon M1/M2/M3/M4)
|
|
66
|
-
* `rowpipe-
|
|
67
|
-
* `rowpipe-linux-x64.tar.gz` / `rowpipe_2.10.0_amd64.deb` (Linux)
|
|
66
|
+
* `rowpipe-linux-x64.tar.gz` / `rowpipe_2.10.1_amd64.deb` (Linux)
|
|
68
67
|
* `rowpipe-win32-x64.zip` (Windows)
|
|
69
68
|
|
|
70
69
|
---
|
package/package.json
CHANGED
package/dist/rowpipe
DELETED