@valkey/valkey-glide-darwin-arm64 1.3.5-rc1 → 1.3.5-rc10

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,23 +27,36 @@ 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:
30
+ ### Linux GNU
31
31
 
32
- - Ubuntu 22.04.5 (x86_64/amd64 and arm64/aarch64)
33
- - Amazon Linux 2023 (AL2023) (x86_64/amd64 and arm64/aarch64)
32
+ Tests are actively running on **Ubuntu 24**, but the package is being build for any linux using **glibc 2.17** or higher.
33
+ Manual tests have been done on:
34
34
 
35
- macOS:
35
+ - Fedora 39
36
+ - Ubuntu 22.04
37
+ - Amazon Linux 2
38
+ - Debian 12.
36
39
 
37
- - macOS 14.7 (Apple silicon/aarch_64)
38
- - macOS 13.7 (x86_64/amd64)
40
+ ### MacOS (Darwin)
39
41
 
40
- Alpine:
42
+ MacOS Apple Silicon/aarch_64 and x86_64/amd64.
43
+
44
+ - Full tests are running on MacOS 15.0 arm64/aarch64
45
+ - 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)\_
46
+
47
+ ### Alpine
48
+
49
+ All alpine versions that are using _musl libc_ 1.2.3 (All Alpine non deprecated alpine versions) or higher should be supported.
50
+ Tests are running on:
41
51
 
42
52
  - node:alpine (x86_64/amd64 and arm64/aarch64)
43
53
 
44
54
  ## NodeJS supported version
45
55
 
46
56
  Node.js 16 or higher.
57
+ **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**
58
+
59
+ - 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.
47
60
 
48
61
  ### Building & Testing
49
62
 
@@ -59,7 +72,7 @@ npm i @valkey/valkey-glide
59
72
 
60
73
  ## Basic Examples
61
74
 
62
- #### Standalone Mode:
75
+ #### Standalone Mode
63
76
 
64
77
  ```typescript
65
78
  import { GlideClient, GlideClusterClient, Logger } from "@valkey/valkey-glide";
@@ -86,7 +99,7 @@ const get_response = await client.get("foo");
86
99
  console.log(`Get response is = ${get_response}`);
87
100
  ```
88
101
 
89
- #### Cluster Mode:
102
+ #### Cluster Mode
90
103
 
91
104
  ```typescript
92
105
  import { GlideClient, GlideClusterClient, Logger } from "@valkey/valkey-glide";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@valkey/valkey-glide-darwin-arm64",
3
- "version": "1.3.5-rc1",
3
+ "version": "1.3.5-rc10",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/valkey-io/valkey-glide.git"
Binary file