@datastax/astra-db-ts
Advanced tools
Comparing version 0.0.26 to 0.0.27
@@ -70,3 +70,3 @@ export type SortOption = Record<string, 1 | -1> | { | ||
vector?: { | ||
dimensions: number; | ||
dimension: number; | ||
metric?: "cosine" | "euclidean" | "dot_product"; | ||
@@ -73,0 +73,0 @@ }; |
export declare const LIB_NAME = "@datastax/astra-db-ts"; | ||
export declare const LIB_VERSION = "0.0.26"; | ||
export declare const LIB_VERSION = "0.0.27"; |
@@ -5,3 +5,3 @@ "use strict"; | ||
exports.LIB_NAME = "@datastax/astra-db-ts"; | ||
exports.LIB_VERSION = "0.0.26"; | ||
exports.LIB_VERSION = "0.0.27"; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@datastax/astra-db-ts", | ||
"version": "0.0.26", | ||
"version": "0.0.27", | ||
"description": "Astra DB TS Client", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
@@ -125,3 +125,3 @@ // Copyright DataStax, Inc. | ||
vector?: { | ||
dimensions: number; | ||
dimension: number; | ||
metric?: "cosine" | "euclidean" | "dot_product"; | ||
@@ -128,0 +128,0 @@ } = undefined; |
export const LIB_NAME = "@datastax/astra-db-ts"; | ||
export const LIB_VERSION = "0.0.26"; | ||
export const LIB_VERSION = "0.0.27"; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 8 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
577160
112
9525
30
2