@valkey/valkey-glide 1.3.5-rc5 → 1.3.5-rc6
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*eslint-disable block-scoped-var, id-length, no-control-regex, no-magic-numbers, no-prototype-builtins, no-redeclare, no-shadow, no-var, sort-vars*/
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
|
-
var $protobuf = require("protobufjs/minimal");
|
|
4
|
+
var $protobuf = require("protobufjs/minimal.js");
|
|
5
5
|
|
|
6
6
|
// Common aliases
|
|
7
7
|
var $Reader = $protobuf.Reader, $Writer = $protobuf.Writer, $util = $protobuf.util;
|
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-rc6",
|
|
8
8
|
"exports": {
|
|
9
9
|
".": {
|
|
10
10
|
"import": {
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"build:rust-client": "cd rust-client && npm run build:${BUILD_MODE:-dev}",
|
|
67
67
|
"build:ts": "tsc",
|
|
68
68
|
"build:ts:release": "tsc --stripInternal",
|
|
69
|
-
"build-protobuf": "mkdir -p build-ts && pbjs -t static-module -w commonjs --no-verify --no-convert -o build-ts/ProtobufMessage.js ../glide-core/src/protobuf/*.proto && pbts -o build-ts/ProtobufMessage.d.ts build-ts/ProtobufMessage.js && replace 'this\\.encode\\(message, writer\\)\\.ldelim' 'this.encode(message, writer && writer.len ? writer.fork() : writer).ldelim' build-ts/ProtobufMessage.js",
|
|
69
|
+
"build-protobuf": "mkdir -p build-ts && pbjs -t static-module -w commonjs --dependency protobufjs/minimal.js --no-verify --no-convert -o build-ts/ProtobufMessage.js ../glide-core/src/protobuf/*.proto && pbts -o build-ts/ProtobufMessage.d.ts build-ts/ProtobufMessage.js && replace 'this\\.encode\\(message, writer\\)\\.ldelim' 'this.encode(message, writer && writer.len ? writer.fork() : writer).ldelim' build-ts/ProtobufMessage.js",
|
|
70
70
|
"test": "npm run build-test-utils && jest --verbose --testPathIgnorePatterns='ServerModules'",
|
|
71
71
|
"test:debug": "npm run build-test-utils && jest --runInBand",
|
|
72
72
|
"test:minimum": "npm run build-test-utils && jest --verbose --runInBand --testNamePattern='^(.(?!(GlideJson|GlideFt|pubsub|kill)))*$'",
|
|
@@ -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-rc6",
|
|
137
|
+
"@valkey/valkey-glide-darwin-arm64": "1.3.5-rc6",
|
|
138
|
+
"@valkey/valkey-glide-linux-x64-gnu": "1.3.5-rc6",
|
|
139
|
+
"@valkey/valkey-glide-linux-arm64-gnu": "1.3.5-rc6",
|
|
140
|
+
"@valkey/valkey-glide-linux-x64-musl": "1.3.5-rc6",
|
|
141
|
+
"@valkey/valkey-glide-linux-arm64-musl": "1.3.5-rc6"
|
|
142
142
|
}
|
|
143
143
|
}
|