@turbopuffer/turbopuffer
Advanced tools
Comparing version 0.5.12 to 0.5.13
@@ -23,3 +23,4 @@ /** | ||
export type RankBySingleField = [string, "BM25", string]; | ||
export type RankBy = RankBySingleField | ["Sum", RankBySingleField[]]; | ||
export type OrderByAttribute = [string, "asc" | "desc"]; | ||
export type RankBy = RankBySingleField | ["Sum", RankBySingleField[]] | OrderByAttribute; | ||
export interface Vector { | ||
@@ -26,0 +27,0 @@ id: Id; |
{ | ||
"name": "@turbopuffer/turbopuffer", | ||
"version": "0.5.12", | ||
"version": "0.5.13", | ||
"description": "Official Typescript API client library for turbopuffer.com", | ||
@@ -28,7 +28,3 @@ "scripts": { | ||
], | ||
"files": [ | ||
"dist", | ||
"README.md", | ||
"LICENSE" | ||
], | ||
"files": ["dist", "README.md", "LICENSE"], | ||
"main": "./dist/turbopuffer.js", | ||
@@ -35,0 +31,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
50612
730