@openclaw/memory-lancedb 2026.5.10-beta.4 → 2026.5.12-beta.1
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/test-helpers.js +1 -1
- package/package.json +6 -6
package/dist/test-helpers.js
CHANGED
|
@@ -2556,7 +2556,7 @@ function createSuiteCollector(name, factory = () => {}, mode, each, suiteOptions
|
|
|
2556
2556
|
};
|
|
2557
2557
|
const handler = options.handler;
|
|
2558
2558
|
if (task.mode === "run" && !handler) task.mode = "todo";
|
|
2559
|
-
if (options.concurrent
|
|
2559
|
+
if (options.concurrent ?? (!options.sequential && runner.config.sequence.concurrent)) task.concurrent = true;
|
|
2560
2560
|
task.shuffle = suiteOptions?.shuffle;
|
|
2561
2561
|
const context = createTestContext(task, runner);
|
|
2562
2562
|
Object.defineProperty(task, "context", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/memory-lancedb",
|
|
3
|
-
"version": "2026.5.
|
|
3
|
+
"version": "2026.5.12-beta.1",
|
|
4
4
|
"description": "OpenClaw LanceDB-backed long-term memory plugin with auto-recall/capture",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
},
|
|
9
9
|
"type": "module",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@lancedb/lancedb": "
|
|
11
|
+
"@lancedb/lancedb": "0.27.2",
|
|
12
12
|
"apache-arrow": "18.1.0",
|
|
13
|
-
"openai": "
|
|
13
|
+
"openai": "6.37.0",
|
|
14
14
|
"typebox": "1.1.38"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"minHostVersion": ">=2026.4.10"
|
|
27
27
|
},
|
|
28
28
|
"compat": {
|
|
29
|
-
"pluginApi": ">=2026.5.
|
|
29
|
+
"pluginApi": ">=2026.5.12-beta.1"
|
|
30
30
|
},
|
|
31
31
|
"build": {
|
|
32
|
-
"openclawVersion": "2026.5.
|
|
32
|
+
"openclawVersion": "2026.5.12-beta.1"
|
|
33
33
|
},
|
|
34
34
|
"release": {
|
|
35
35
|
"publishToClawHub": true,
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"openclaw.plugin.json"
|
|
45
45
|
],
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"openclaw": ">=2026.5.
|
|
47
|
+
"openclaw": ">=2026.5.12-beta.1"
|
|
48
48
|
},
|
|
49
49
|
"peerDependenciesMeta": {
|
|
50
50
|
"openclaw": {
|