@valkey/valkey-glide-linux-arm64-musl 1.3.5-rc13 → 1.3.5-rc2

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 CHANGED
@@ -27,30 +27,23 @@ Refer to the [Supported Engine Versions table](https://github.com/valkey-io/valk
27
27
 
28
28
  The release of Valkey GLIDE was tested on the following platforms:
29
29
 
30
- ### Linux GNU
30
+ Linux:
31
31
 
32
- Linux with **glibc 2.17** or higher.
32
+ - Ubuntu 22.04.5 (x86_64/amd64 and arm64/aarch64)
33
+ - Amazon Linux 2023 (AL2023) (x86_64/amd64 and arm64/aarch64)
33
34
 
34
- ### MacOS (Darwin)
35
+ macOS:
35
36
 
36
- MacOS Apple Silicon/aarch_64 and x86_64/amd64.
37
+ - macOS 14.7 (Apple silicon/aarch_64)
38
+ - macOS 13.7 (x86_64/amd64)
37
39
 
38
- - Full tests are running on MacOS 15.0 arm64/aarch64
39
- - Minimal tests are running on: MacOS 13.5 x86*64/amd64*(We do not recommend using MacOS Intel for production, It is supported for development purposes)\_
40
-
41
- ### Alpine
42
-
43
- All alpine versions that are using *musl libc* 1.2.3 (All Alpine non deprecated alpine versions) or higher should be supported.
44
- Tests are running on:
40
+ Alpine:
45
41
 
46
42
  - node:alpine (x86_64/amd64 and arm64/aarch64)
47
43
 
48
44
  ## NodeJS supported version
49
45
 
50
46
  Node.js 16 or higher.
51
- **For npm users on linux it is recommended to use npm >=11 since it support optional download base on libc, yarn users should not be concerned**
52
-
53
- - Note: The library is dependent on the [protobufjs library](https://protobufjs.github.io/protobuf.js/#installation), which add a size to the package. The package is using the protobufjs/minimal version, hence, if size matter, bundlers should be able to strip the unused code. It should reduce the size of the dependency from 19kb gzipped to 6.5kb gzipped.
54
47
 
55
48
  ### Building & Testing
56
49
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@valkey/valkey-glide-linux-arm64-musl",
3
3
  "description": "Native bindings for valkey-glide on linux-arm64-musl",
4
- "version": "1.3.5-rc13",
4
+ "version": "1.3.5-rc2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/valkey-io/valkey-glide.git"
Binary file