@valkey/valkey-glide 1.3.5-rc3 → 1.3.5-rc5

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.
Files changed (1) hide show
  1. package/package.json +9 -10
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "main": "build-ts/index.js",
5
5
  "module": "build-ts/index.js",
6
6
  "types": "build-ts/index.d.ts",
7
- "version": "1.3.5-rc3",
7
+ "version": "1.3.5-rc5",
8
8
  "exports": {
9
9
  ".": {
10
10
  "import": {
@@ -32,7 +32,7 @@
32
32
  "license": "Apache-2.0",
33
33
  "dependencies": {
34
34
  "long": "5",
35
- "protobufjs-minimal": "6.11.5"
35
+ "protobufjs-minimal": "~6.11.5"
36
36
  },
37
37
  "keywords": [
38
38
  "valkey",
@@ -116,8 +116,7 @@
116
116
  "access": "public"
117
117
  },
118
118
  "engines": {
119
- "node": ">=16",
120
- "npm": ">=11"
119
+ "node": ">=16"
121
120
  },
122
121
  "napi": {
123
122
  "name": "valkey-glide",
@@ -134,11 +133,11 @@
134
133
  }
135
134
  },
136
135
  "optionalDependencies": {
137
- "@valkey/valkey-glide-darwin-x64": "1.3.5-rc3",
138
- "@valkey/valkey-glide-darwin-arm64": "1.3.5-rc3",
139
- "@valkey/valkey-glide-linux-x64-gnu": "1.3.5-rc3",
140
- "@valkey/valkey-glide-linux-arm64-gnu": "1.3.5-rc3",
141
- "@valkey/valkey-glide-linux-x64-musl": "1.3.5-rc3",
142
- "@valkey/valkey-glide-linux-arm64-musl": "1.3.5-rc3"
136
+ "@valkey/valkey-glide-darwin-x64": "1.3.5-rc5",
137
+ "@valkey/valkey-glide-darwin-arm64": "1.3.5-rc5",
138
+ "@valkey/valkey-glide-linux-x64-gnu": "1.3.5-rc5",
139
+ "@valkey/valkey-glide-linux-arm64-gnu": "1.3.5-rc5",
140
+ "@valkey/valkey-glide-linux-x64-musl": "1.3.5-rc5",
141
+ "@valkey/valkey-glide-linux-arm64-musl": "1.3.5-rc5"
143
142
  }
144
143
  }