wreq-js 2.2.2 → 2.3.1
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 +1 -1
- package/dist/wreq-js.cjs +2057 -2605
- package/dist/wreq-js.cjs.map +1 -1
- package/dist/wreq-js.d.ts +830 -725
- package/dist/wreq-js.js +2040 -2569
- package/dist/wreq-js.js.map +1 -1
- package/package.json +12 -14
- package/rust/wreq-js.darwin-arm64.node +0 -0
- package/rust/wreq-js.darwin-x64.node +0 -0
- package/rust/wreq-js.linux-arm64-gnu.node +0 -0
- package/rust/wreq-js.linux-arm64-musl.node +0 -0
- package/rust/wreq-js.linux-x64-gnu.node +0 -0
- package/rust/wreq-js.linux-x64-musl.node +0 -0
- package/rust/wreq-js.win32-x64-msvc.node +0 -0
- package/dist/wreq-js.d.cts +0 -1041
package/README.md
CHANGED
|
@@ -55,7 +55,7 @@ bun add wreq-js
|
|
|
55
55
|
|
|
56
56
|
Current configured native target matrix in `package.json` includes:
|
|
57
57
|
1. macOS (Intel and Apple Silicon)
|
|
58
|
-
2. Linux (x64 glibc and musl, arm64 glibc)
|
|
58
|
+
2. Linux (x64 glibc and musl, arm64 glibc and musl)
|
|
59
59
|
3. Windows (x64)
|
|
60
60
|
|
|
61
61
|
If a matching prebuilt artifact is unavailable for your environment, installation may build from source (requires a Rust toolchain).
|