@1mbrain/benchmarks 0.1.2 → 0.1.3
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/package.json +22 -22
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@1mbrain/benchmarks",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Provider-level benchmarks for 1MBrain and comparable memory providers.",
|
|
5
|
-
"license": "MIT",
|
|
6
|
-
"type": "module",
|
|
7
|
-
"main": "./dist/index.js",
|
|
8
|
-
"types": "./dist/index.d.ts",
|
|
9
|
-
"scripts": {
|
|
10
|
-
"bench": "tsx src/runner.ts",
|
|
11
|
-
"build": "tsc -p tsconfig.json",
|
|
12
|
-
"typecheck": "tsc --noEmit"
|
|
13
|
-
},
|
|
14
|
-
"dependencies": {
|
|
15
|
-
"@1mbrain/core": "*",
|
|
16
|
-
"mem0ai": "^3.0.9"
|
|
17
|
-
},
|
|
18
|
-
"devDependencies": {
|
|
19
|
-
"tsx": "^4.19.0",
|
|
20
|
-
"typescript": "^5.7.0"
|
|
21
|
-
}
|
|
22
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@1mbrain/benchmarks",
|
|
3
|
+
"version": "0.1.3",
|
|
4
|
+
"description": "Provider-level benchmarks for 1MBrain and comparable memory providers.",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"main": "./dist/index.js",
|
|
8
|
+
"types": "./dist/index.d.ts",
|
|
9
|
+
"scripts": {
|
|
10
|
+
"bench": "tsx src/runner.ts",
|
|
11
|
+
"build": "tsc -p tsconfig.json",
|
|
12
|
+
"typecheck": "tsc --noEmit"
|
|
13
|
+
},
|
|
14
|
+
"dependencies": {
|
|
15
|
+
"@1mbrain/core": "*",
|
|
16
|
+
"mem0ai": "^3.0.9"
|
|
17
|
+
},
|
|
18
|
+
"devDependencies": {
|
|
19
|
+
"tsx": "^4.19.0",
|
|
20
|
+
"typescript": "^5.7.0"
|
|
21
|
+
}
|
|
22
|
+
}
|