From f0b2d44b0e2e2300b9a2e60d2be29c366b690df5 Mon Sep 17 00:00:00 2001 From: James Xin Date: Fri, 20 Sep 2024 17:52:59 -0700 Subject: [PATCH] Fix node exports Signed-off-by: James Xin --- node/npm/glide/index.ts | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/node/npm/glide/index.ts b/node/npm/glide/index.ts index 7d307b3c0c..61b6b6103a 100644 --- a/node/npm/glide/index.ts +++ b/node/npm/glide/index.ts @@ -185,19 +185,18 @@ function initialize() { SignedEncoding, UnsignedEncoding, UpdateByScore, - createLeakedArray, - createLeakedAttribute, - createLeakedBigint, - createLeakedDouble, - createLeakedMap, - createLeakedString, - parseInfoResponse, Script, ObjectType, ClusterScanCursor, BaseClientConfiguration, GlideClusterClientConfiguration, LevelOptions, + ReturnTypeRecord, + ReturnTypeMap, + WritePromiseOptions, + ClusterResponse, + ReturnTypeAttribute, + PubSubSubscriptions, } = nativeBinding; module.exports = { @@ -304,19 +303,18 @@ function initialize() { SignedEncoding, UnsignedEncoding, UpdateByScore, - createLeakedArray, - createLeakedAttribute, - createLeakedBigint, - createLeakedDouble, - createLeakedMap, - createLeakedString, - parseInfoResponse, Script, ObjectType, ClusterScanCursor, BaseClientConfiguration, GlideClusterClientConfiguration, LevelOptions, + ReturnTypeRecord, + ReturnTypeMap, + WritePromiseOptions, + ClusterResponse, + ReturnTypeAttribute, + PubSubSubscriptions, }; globalObject = Object.assign(global, nativeBinding);