valkey-io / valkey-glide

An open source Valkey client library that supports Valkey and Redis open source 6.2, 7.0 and 7.2. Valkey GLIDE is designed for reliability, optimized performance, and high-availability, for Valkey and Redis OSS based applications. GLIDE is a multi language client library, written in Rust with programming language bindings, such as Java and Python
Apache License 2.0
279 stars 58 forks source link

Node: Add server-modules to npm release #2754

Closed acarbonetto closed 4 days ago

acarbonetto commented 4 days ago

npm RC release is missing the server-modules definition files: see: https://www.npmjs.com/package/@valkey/valkey-glide/v/1.2.0-rc16?activeTab=code

With this change, we have the following files in node/npm/glide/build-ts with a build:

index.d.ts  index.js    src

./src:
BaseClient.d.ts     Errors.d.ts     GlideClusterClient.d.ts ProtobufMessage.d.ts    server-modules
Commands.d.ts       GlideClient.d.ts    Logger.d.ts     Transaction.d.ts

./src/server-modules:
GlideFt.d.ts        GlideFtOptions.d.ts GlideJson.d.ts

Issue link

This Pull Request is linked to issue (URL): #2755

Checklist

Before submitting the PR make sure the following are checked: