@valkey/valkey-glide 1.3.5-rc10 → 1.3.5-rc11
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/build-ts/BaseClient.d.ts +2 -3
- package/package.json +7 -7
package/build-ts/BaseClient.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Buffer, Writer } from "protobufjs/minimal";
|
|
2
2
|
import { Script } from "../build-ts/native";
|
|
3
3
|
import { command_request, connection_request, response } from "../build-ts/ProtobufMessage";
|
|
4
|
-
import { AggregationType, BaseScanOptions,
|
|
4
|
+
import { AggregationType, BaseScanOptions, BitFieldGet, // eslint-disable-line @typescript-eslint/no-unused-vars
|
|
5
5
|
BitFieldSubCommands, // eslint-disable-line @typescript-eslint/no-unused-vars
|
|
6
|
-
BitOffsetOptions, BitwiseOperation, Boundary,
|
|
6
|
+
BitOffsetOptions, BitwiseOperation, Boundary, // eslint-disable-line @typescript-eslint/no-unused-vars
|
|
7
7
|
ExpireOptions, GeoAddOptions, // eslint-disable-line @typescript-eslint/no-unused-vars
|
|
8
8
|
GeoSearchResultOptions, GeoSearchShape, GeoSearchStoreResultOptions, GeoUnit, GeospatialData, HScanOptions, InsertPosition, KeyWeight, LPosOptions, ListDirection, // eslint-disable-line @typescript-eslint/no-unused-vars
|
|
9
9
|
RangeByIndex, RangeByLex, RangeByScore, RestoreOptions, ScoreFilter, SearchOrigin, SetOptions, SortOptions, StreamAddOptions, StreamClaimOptions, StreamGroupOptions, StreamPendingOptions, StreamReadGroupOptions, StreamReadOptions, StreamTrimOptions, TimeUnit, ZAddOptions, ZScanOptions } from "./Commands";
|
|
@@ -334,7 +334,6 @@ export interface PubSubMsg {
|
|
|
334
334
|
channel: GlideString;
|
|
335
335
|
pattern?: GlideString | null;
|
|
336
336
|
}
|
|
337
|
-
export type WritePromiseOptions = BaseOptions | (BaseOptions & (ClusterBatchOptions | BatchOptions));
|
|
338
337
|
/**
|
|
339
338
|
* Base client interface for GLIDE
|
|
340
339
|
*/
|
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-
|
|
7
|
+
"version": "1.3.5-rc11",
|
|
8
8
|
"exports": {
|
|
9
9
|
".": {
|
|
10
10
|
"import": {
|
|
@@ -133,11 +133,11 @@
|
|
|
133
133
|
}
|
|
134
134
|
},
|
|
135
135
|
"optionalDependencies": {
|
|
136
|
-
"@valkey/valkey-glide-darwin-x64": "1.3.5-
|
|
137
|
-
"@valkey/valkey-glide-darwin-arm64": "1.3.5-
|
|
138
|
-
"@valkey/valkey-glide-linux-x64-gnu": "1.3.5-
|
|
139
|
-
"@valkey/valkey-glide-linux-arm64-gnu": "1.3.5-
|
|
140
|
-
"@valkey/valkey-glide-linux-x64-musl": "1.3.5-
|
|
141
|
-
"@valkey/valkey-glide-linux-arm64-musl": "1.3.5-
|
|
136
|
+
"@valkey/valkey-glide-darwin-x64": "1.3.5-rc11",
|
|
137
|
+
"@valkey/valkey-glide-darwin-arm64": "1.3.5-rc11",
|
|
138
|
+
"@valkey/valkey-glide-linux-x64-gnu": "1.3.5-rc11",
|
|
139
|
+
"@valkey/valkey-glide-linux-arm64-gnu": "1.3.5-rc11",
|
|
140
|
+
"@valkey/valkey-glide-linux-x64-musl": "1.3.5-rc11",
|
|
141
|
+
"@valkey/valkey-glide-linux-arm64-musl": "1.3.5-rc11"
|
|
142
142
|
}
|
|
143
143
|
}
|