@valkey/valkey-glide-darwin-arm64 1.2.0-rc2 → 1.2.0-rc20
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/README.md +8 -4
- package/build-ts/index.d.ts +2 -0
- package/build-ts/index.js +2 -0
- package/build-ts/index.js.map +1 -1
- package/build-ts/src/BaseClient.d.ts +164 -11
- package/build-ts/src/BaseClient.js +129 -20
- package/build-ts/src/BaseClient.js.map +1 -1
- package/build-ts/src/GlideClient.d.ts +84 -2
- package/build-ts/src/GlideClient.js +50 -0
- package/build-ts/src/GlideClient.js.map +1 -1
- package/build-ts/src/GlideClusterClient.d.ts +265 -4
- package/build-ts/src/GlideClusterClient.js +50 -2
- package/build-ts/src/GlideClusterClient.js.map +1 -1
- package/build-ts/src/ProtobufMessage.js +281 -3
- package/build-ts/src/ProtobufMessage.js.map +1 -1
- package/build-ts/src/server-modules/GlideFt.d.ts +412 -0
- package/build-ts/src/server-modules/GlideFt.js +664 -0
- package/build-ts/src/server-modules/GlideFt.js.map +1 -0
- package/build-ts/src/server-modules/GlideFtOptions.d.ts +244 -0
- package/build-ts/src/server-modules/GlideFtOptions.js +6 -0
- package/build-ts/src/server-modules/GlideFtOptions.js.map +1 -0
- package/build-ts/src/server-modules/GlideJson.d.ts +746 -17
- package/build-ts/src/server-modules/GlideJson.js +886 -17
- package/build-ts/src/server-modules/GlideJson.js.map +1 -1
- package/index.ts +2 -0
- package/node_modules/glide-rs/glide-rs.darwin-arm64.node +0 -0
- package/node_modules/glide-rs/index.d.ts +1 -0
- package/node_modules/glide-rs/index.js +2 -0
- package/npm/glide/index.ts +48 -0
- package/npm/glide/package.json +2 -2
- package/package.json +18 -9
- package/.ort.yml +0 -9
- package/.prettierignore +0 -7
- package/DEVELOPER.md +0 -191
- package/THIRD_PARTY_LICENSES_NODE +0 -35625
- package/npm/glide/tsconfig.json +0 -30
- package/tsconfig.json +0 -31
package/npm/glide/tsconfig.json
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"target": "ESNext",
|
|
4
|
-
"module": "commonjs",
|
|
5
|
-
"allowJs": true,
|
|
6
|
-
"esModuleInterop": true,
|
|
7
|
-
"baseUrl": "./",
|
|
8
|
-
"forceConsistentCasingInFileNames": true,
|
|
9
|
-
"strict": true,
|
|
10
|
-
"skipLibCheck": true,
|
|
11
|
-
"moduleResolution": "node" /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */,
|
|
12
|
-
"allowSyntheticDefaultImports": true,
|
|
13
|
-
"declaration": true,
|
|
14
|
-
"inlineSourceMap": false,
|
|
15
|
-
"lib": ["esnext"],
|
|
16
|
-
"listEmittedFiles": false,
|
|
17
|
-
"listFiles": false,
|
|
18
|
-
"noFallthroughCasesInSwitch": true,
|
|
19
|
-
"pretty": true,
|
|
20
|
-
"resolveJsonModule": true,
|
|
21
|
-
"traceResolution": false,
|
|
22
|
-
"types": ["node", "jest"],
|
|
23
|
-
"outDir": "./build-ts" /* Specify an output folder for all emitted files */
|
|
24
|
-
},
|
|
25
|
-
"include": ["./*.ts", "src/*.ts", "src/*.js"],
|
|
26
|
-
"exclude": [
|
|
27
|
-
"node_modules",
|
|
28
|
-
"build-ts"
|
|
29
|
-
] /* Prevents TypeScript from compiling files in node_modules and build-ts */
|
|
30
|
-
}
|
package/tsconfig.json
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"target": "ES6" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */,
|
|
4
|
-
"module": "CommonJS" /* Specify what module code is generated. */,
|
|
5
|
-
"sourceMap": true /* Create source map files for emitted JavaScript files. */,
|
|
6
|
-
"declaration": true /* Generate .d.ts files from TypeScript and JavaScript files in your project. */,
|
|
7
|
-
"forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */,
|
|
8
|
-
"strict": true /* Enable all strict type-checking options. */,
|
|
9
|
-
"skipLibCheck": true /* Skip type checking all .d.ts files. */,
|
|
10
|
-
"allowJs": true /* Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files. */,
|
|
11
|
-
"allowSyntheticDefaultImports": true /* Allow 'import x from y' when a module doesn't have a default export. */,
|
|
12
|
-
"baseUrl": "./" /* Specify the base directory to resolve non-relative module names. */,
|
|
13
|
-
"esModuleInterop": true /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */,
|
|
14
|
-
"inlineSourceMap": false /* Include sourcemap files inside the emitted JavaScript. */,
|
|
15
|
-
"listEmittedFiles": false /* List emitted files. */,
|
|
16
|
-
"listFiles": false /* Print names of files part of the compilation */,
|
|
17
|
-
"moduleResolution": "node" /* Specify how TypeScript looks up a file from a given module specifier. */,
|
|
18
|
-
"noFallthroughCasesInSwitch": true /* Enable error reporting for fallthrough cases in switch statements. */,
|
|
19
|
-
"pretty": true,
|
|
20
|
-
"resolveJsonModule": true /* Enable importing .json files. */,
|
|
21
|
-
"rootDir": "./" /* Specify the root folder within your source files. */,
|
|
22
|
-
"traceResolution": false /* true to have TypeScript print information about its resolution process for each processed file */,
|
|
23
|
-
"lib": [
|
|
24
|
-
"esnext"
|
|
25
|
-
] /* Specify a set of bundled library declaration files that describe the target runtime environment. */,
|
|
26
|
-
"outDir": "./build-ts" /* Specify an output folder for all emitted files.*/
|
|
27
|
-
},
|
|
28
|
-
"compileOnSave": false,
|
|
29
|
-
"include": ["./*.ts", "src/*.ts", "src/*.js"],
|
|
30
|
-
"exclude": ["node_modules", "build-ts"]
|
|
31
|
-
}
|