@infino-ai/infino 0.5.2 → 0.5.4
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/infino/index.d.ts +1 -1
- package/infino/index.js +1 -1
- package/package.json +7 -7
package/infino/index.d.ts
CHANGED
|
@@ -259,7 +259,7 @@ export declare class Connection {
|
|
|
259
259
|
* // local
|
|
260
260
|
* const db = connect("./data");
|
|
261
261
|
* // Infino Cloud
|
|
262
|
-
* const cloud = connect("https://api.platform.infino.
|
|
262
|
+
* const cloud = connect("https://api.platform.infino.ws/my-app", { apiKey: "inf_…" });
|
|
263
263
|
* ```
|
|
264
264
|
*/
|
|
265
265
|
export declare function connect(uri: string, options?: ConnectOptions): Connection;
|
package/infino/index.js
CHANGED
|
@@ -368,7 +368,7 @@ exports.Connection = Connection;
|
|
|
368
368
|
* // local
|
|
369
369
|
* const db = connect("./data");
|
|
370
370
|
* // Infino Cloud
|
|
371
|
-
* const cloud = connect("https://api.platform.infino.
|
|
371
|
+
* const cloud = connect("https://api.platform.infino.ws/my-app", { apiKey: "inf_…" });
|
|
372
372
|
* ```
|
|
373
373
|
*/
|
|
374
374
|
function connect(uri, options) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infino-ai/infino",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.4",
|
|
4
4
|
"description": "Fast search on object storage — SQL, full-text, and vector search.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"publishConfig": {
|
|
@@ -82,12 +82,12 @@
|
|
|
82
82
|
"apache-arrow": "^17"
|
|
83
83
|
},
|
|
84
84
|
"optionalDependencies": {
|
|
85
|
-
"infx-darwin-x64": "0.5.
|
|
86
|
-
"infx-darwin-arm64": "0.5.
|
|
87
|
-
"infx-linux-x64-gnu": "0.5.
|
|
88
|
-
"infx-linux-arm64-gnu": "0.5.
|
|
89
|
-
"infx-linux-x64-musl": "0.5.
|
|
90
|
-
"infx-linux-arm64-musl": "0.5.
|
|
85
|
+
"infx-darwin-x64": "0.5.4",
|
|
86
|
+
"infx-darwin-arm64": "0.5.4",
|
|
87
|
+
"infx-linux-x64-gnu": "0.5.4",
|
|
88
|
+
"infx-linux-arm64-gnu": "0.5.4",
|
|
89
|
+
"infx-linux-x64-musl": "0.5.4",
|
|
90
|
+
"infx-linux-arm64-musl": "0.5.4"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
93
|
"@napi-rs/cli": "^2.18.0",
|