@bastani/atomic-natives-linux-arm64-musl 0.9.18 → 0.9.19-alpha.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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bastani/atomic-natives-linux-arm64-musl",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.19-alpha.2",
|
|
4
4
|
"cpu": [
|
|
5
5
|
"arm64"
|
|
6
6
|
],
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"homepage": "https://github.com/bastani-inc/atomic",
|
|
20
20
|
"license": "MIT",
|
|
21
21
|
"engines": {
|
|
22
|
-
"bun": ">=1.4.
|
|
22
|
+
"bun": ">=1.4.2",
|
|
23
23
|
"node": ">= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0"
|
|
24
24
|
},
|
|
25
25
|
"repository": {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
This payload includes a PostgreSQL distribution and its bundled runtime libraries.
|
|
2
2
|
|
|
3
|
-
The Linux Alpine payloads are redistributed from io.zonky.test.postgres and include ICU, OpenSSL, libxml2, libxslt, LZ4, Zstandard, libstdc++, and libgcc components subject to their respective upstream licenses. The Windows payload is redistributed verbatim from @embedded-postgres/windows-x64, includes ICU, OpenSSL, libxml2, libxslt, LZ4, Zstandard, libcurl, libiconv, libintl, and wxWidgets runtime libraries, and
|
|
3
|
+
The Linux Alpine payloads are redistributed from io.zonky.test.postgres and include ICU, OpenSSL, libxml2, libxslt, LZ4, Zstandard, libstdc++, and libgcc components subject to their respective upstream licenses. The glibc Linux and macOS payloads are redistributed from @embedded-postgres and include their bundled libraries and licenses. The Windows payload is redistributed verbatim from @embedded-postgres/windows-x64, includes ICU, OpenSSL, libxml2, libxslt, LZ4, Zstandard, libcurl, libiconv, libintl, and wxWidgets runtime libraries, and uses Windows 11 ARM64 x64 emulation only on ARM64. See runtime-provenance.json for the exact source artifact. This additive notice does not replace the exact upstream license files included with the payload.
|