@mneme-ai/sdk 2.60.0 → 2.62.0
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/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -82,7 +82,7 @@ export interface MnemeSdk {
|
|
|
82
82
|
*/
|
|
83
83
|
export declare function createMneme(opts?: MnemeInstanceOpts): MnemeSdk;
|
|
84
84
|
/** SDK metadata for telemetry / about. */
|
|
85
|
-
export declare const SDK_VERSION = "2.
|
|
85
|
+
export declare const SDK_VERSION = "2.62.0";
|
|
86
86
|
export declare const SDK_DESCRIPTION = "World-class premium in-process SDK for Mneme \u2014 30-80\u00D7 faster than CLI subprocess.";
|
|
87
87
|
/**
|
|
88
88
|
* v2.59.0 — Top-level standalone surfaces for LETHE / GAVEL / NIMBUS.
|
package/dist/index.js
CHANGED
|
@@ -78,11 +78,11 @@ export function createMneme(opts = {}) {
|
|
|
78
78
|
benchmark,
|
|
79
79
|
events: (kinds) => subscribeEvents(kinds),
|
|
80
80
|
opts: Object.freeze({ ...opts }),
|
|
81
|
-
version: "2.
|
|
81
|
+
version: "2.62.0",
|
|
82
82
|
};
|
|
83
83
|
}
|
|
84
84
|
/** SDK metadata for telemetry / about. */
|
|
85
|
-
export const SDK_VERSION = "2.
|
|
85
|
+
export const SDK_VERSION = "2.62.0";
|
|
86
86
|
export const SDK_DESCRIPTION = "World-class premium in-process SDK for Mneme — 30-80× faster than CLI subprocess.";
|
|
87
87
|
/**
|
|
88
88
|
* v2.59.0 — Top-level standalone surfaces for LETHE / GAVEL / NIMBUS.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mneme-ai/sdk",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.62.0",
|
|
4
4
|
"description": "World-class premium SDK for Mneme — in-process native API for AI vendor embedding. 30-80× faster than CLI subprocess.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"native"
|
|
62
62
|
],
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@mneme-ai/core": "2.
|
|
64
|
+
"@mneme-ai/core": "2.62.0"
|
|
65
65
|
},
|
|
66
66
|
"engines": {
|
|
67
67
|
"node": ">=22.13.0 <25.0.0"
|