@openclaw/memory-lancedb 2026.5.20-beta.2 → 2026.5.22

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.
Files changed (2) hide show
  1. package/npm-shrinkwrap.json +472 -0
  2. package/package.json +7 -5
@@ -0,0 +1,472 @@
1
+ {
2
+ "name": "@openclaw/memory-lancedb",
3
+ "version": "2026.5.22",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "@openclaw/memory-lancedb",
9
+ "version": "2026.5.22",
10
+ "dependencies": {
11
+ "@lancedb/lancedb": "0.29.0",
12
+ "apache-arrow": "18.1.0",
13
+ "openai": "6.38.0",
14
+ "typebox": "1.1.38"
15
+ }
16
+ },
17
+ "node_modules/@lancedb/lancedb": {
18
+ "version": "0.29.0",
19
+ "resolved": "https://registry.npmjs.org/@lancedb/lancedb/-/lancedb-0.29.0.tgz",
20
+ "integrity": "sha512-lqg2QVs+yriRZ30I1fqnR8qHTR8olSx+9gY7PKvbk19kjP9Ei3uvYhtNsoqdfaF8sdCXML9RczGP9HPYepF2yw==",
21
+ "cpu": [
22
+ "x64",
23
+ "arm64"
24
+ ],
25
+ "license": "Apache-2.0",
26
+ "os": [
27
+ "darwin",
28
+ "linux",
29
+ "win32"
30
+ ],
31
+ "dependencies": {
32
+ "reflect-metadata": "^0.2.2"
33
+ },
34
+ "engines": {
35
+ "node": ">= 18"
36
+ },
37
+ "optionalDependencies": {
38
+ "@lancedb/lancedb-darwin-arm64": "0.29.0",
39
+ "@lancedb/lancedb-linux-arm64-gnu": "0.29.0",
40
+ "@lancedb/lancedb-linux-arm64-musl": "0.29.0",
41
+ "@lancedb/lancedb-linux-x64-gnu": "0.29.0",
42
+ "@lancedb/lancedb-linux-x64-musl": "0.29.0",
43
+ "@lancedb/lancedb-win32-arm64-msvc": "0.29.0",
44
+ "@lancedb/lancedb-win32-x64-msvc": "0.29.0"
45
+ },
46
+ "peerDependencies": {
47
+ "apache-arrow": ">=15.0.0 <=18.1.0"
48
+ }
49
+ },
50
+ "node_modules/@lancedb/lancedb-darwin-arm64": {
51
+ "version": "0.29.0",
52
+ "resolved": "https://registry.npmjs.org/@lancedb/lancedb-darwin-arm64/-/lancedb-darwin-arm64-0.29.0.tgz",
53
+ "integrity": "sha512-LzI8+2WKRBGmLbOBe/ojya1ihIGWD7lz9cKGOnCKZ4Wvnqm4RRhyL0r4ukAgmhgJGrVIbZj+juwgSs+NDErLcw==",
54
+ "cpu": [
55
+ "arm64"
56
+ ],
57
+ "license": "Apache-2.0",
58
+ "optional": true,
59
+ "os": [
60
+ "darwin"
61
+ ],
62
+ "engines": {
63
+ "node": ">= 18"
64
+ }
65
+ },
66
+ "node_modules/@lancedb/lancedb-linux-arm64-gnu": {
67
+ "version": "0.29.0",
68
+ "resolved": "https://registry.npmjs.org/@lancedb/lancedb-linux-arm64-gnu/-/lancedb-linux-arm64-gnu-0.29.0.tgz",
69
+ "integrity": "sha512-y9hFXWVDJNxxpvR1XRrxSslFwIwBiXXDTwYQl/aKoIQ5irG1PdqKsnvCPGcIR01WhLlog12AGytby01lYuE7FA==",
70
+ "cpu": [
71
+ "arm64"
72
+ ],
73
+ "license": "Apache-2.0",
74
+ "optional": true,
75
+ "os": [
76
+ "linux"
77
+ ],
78
+ "engines": {
79
+ "node": ">= 18"
80
+ }
81
+ },
82
+ "node_modules/@lancedb/lancedb-linux-arm64-musl": {
83
+ "version": "0.29.0",
84
+ "resolved": "https://registry.npmjs.org/@lancedb/lancedb-linux-arm64-musl/-/lancedb-linux-arm64-musl-0.29.0.tgz",
85
+ "integrity": "sha512-fZ8Y4pzm/xfkSKhgZ289puaShckAOwd8s1mt5mHNDC8IuAaBmA6YxpDEQCItiDX1CNgsN+L7BFZWu11x+gsDPQ==",
86
+ "cpu": [
87
+ "arm64"
88
+ ],
89
+ "license": "Apache-2.0",
90
+ "optional": true,
91
+ "os": [
92
+ "linux"
93
+ ],
94
+ "engines": {
95
+ "node": ">= 18"
96
+ }
97
+ },
98
+ "node_modules/@lancedb/lancedb-linux-x64-gnu": {
99
+ "version": "0.29.0",
100
+ "resolved": "https://registry.npmjs.org/@lancedb/lancedb-linux-x64-gnu/-/lancedb-linux-x64-gnu-0.29.0.tgz",
101
+ "integrity": "sha512-1JLQohd/MKyAVVaO2unM66e80jm9F7CE1xCRlml+BNKUXReDI4m3Jg7DZLzor+jPs2+Si3dIwXa2Rzs/9plr5g==",
102
+ "cpu": [
103
+ "x64"
104
+ ],
105
+ "license": "Apache-2.0",
106
+ "optional": true,
107
+ "os": [
108
+ "linux"
109
+ ],
110
+ "engines": {
111
+ "node": ">= 18"
112
+ }
113
+ },
114
+ "node_modules/@lancedb/lancedb-linux-x64-musl": {
115
+ "version": "0.29.0",
116
+ "resolved": "https://registry.npmjs.org/@lancedb/lancedb-linux-x64-musl/-/lancedb-linux-x64-musl-0.29.0.tgz",
117
+ "integrity": "sha512-OZ3X0Cksi0e5e0ILvH/mGvuP3rQ2Rj/csNScExM3lroxlnl359TGQod+o4Z1hjSjLbPAe7gRax5Xwmu0/fh7AQ==",
118
+ "cpu": [
119
+ "x64"
120
+ ],
121
+ "license": "Apache-2.0",
122
+ "optional": true,
123
+ "os": [
124
+ "linux"
125
+ ],
126
+ "engines": {
127
+ "node": ">= 18"
128
+ }
129
+ },
130
+ "node_modules/@lancedb/lancedb-win32-arm64-msvc": {
131
+ "version": "0.29.0",
132
+ "resolved": "https://registry.npmjs.org/@lancedb/lancedb-win32-arm64-msvc/-/lancedb-win32-arm64-msvc-0.29.0.tgz",
133
+ "integrity": "sha512-5BS/8sNmmqtuj4J5btaoG+mqhcrQZKMJQa4koc+VfzK6VW0KV465kkcXwPtyzgjF4SyionpO9SbUHZj6LHplYA==",
134
+ "cpu": [
135
+ "arm64"
136
+ ],
137
+ "license": "Apache-2.0",
138
+ "optional": true,
139
+ "os": [
140
+ "win32"
141
+ ],
142
+ "engines": {
143
+ "node": ">= 18"
144
+ }
145
+ },
146
+ "node_modules/@lancedb/lancedb-win32-x64-msvc": {
147
+ "version": "0.29.0",
148
+ "resolved": "https://registry.npmjs.org/@lancedb/lancedb-win32-x64-msvc/-/lancedb-win32-x64-msvc-0.29.0.tgz",
149
+ "integrity": "sha512-cszoiRM0C1wYi7zbMTkQKhVLPWpsW4D3ZTVnukJrCW3faJ+GVyjkXCqpZebWgbq9/9XDNcS0/iJUbB/FbSUNSw==",
150
+ "cpu": [
151
+ "x64"
152
+ ],
153
+ "license": "Apache-2.0",
154
+ "optional": true,
155
+ "os": [
156
+ "win32"
157
+ ],
158
+ "engines": {
159
+ "node": ">= 18"
160
+ }
161
+ },
162
+ "node_modules/@swc/helpers": {
163
+ "version": "0.5.21",
164
+ "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.21.tgz",
165
+ "integrity": "sha512-jI/VAmtdjB/RnI8GTnokyX7Ug8c+g+ffD6QRLa6XQewtnGyukKkKSk3wLTM3b5cjt1jNh9x0jfVlagdN2gDKQg==",
166
+ "license": "Apache-2.0",
167
+ "dependencies": {
168
+ "tslib": "^2.8.0"
169
+ }
170
+ },
171
+ "node_modules/@types/command-line-args": {
172
+ "version": "5.2.3",
173
+ "resolved": "https://registry.npmjs.org/@types/command-line-args/-/command-line-args-5.2.3.tgz",
174
+ "integrity": "sha512-uv0aG6R0Y8WHZLTamZwtfsDLVRnOa+n+n5rEvFWL5Na5gZ8V2Teab/duDPFzIIIhs9qizDpcavCusCLJZu62Kw==",
175
+ "license": "MIT"
176
+ },
177
+ "node_modules/@types/command-line-usage": {
178
+ "version": "5.0.4",
179
+ "resolved": "https://registry.npmjs.org/@types/command-line-usage/-/command-line-usage-5.0.4.tgz",
180
+ "integrity": "sha512-BwR5KP3Es/CSht0xqBcUXS3qCAUVXwpRKsV2+arxeb65atasuXG9LykC9Ab10Cw3s2raH92ZqOeILaQbsB2ACg==",
181
+ "license": "MIT"
182
+ },
183
+ "node_modules/@types/node": {
184
+ "version": "20.19.41",
185
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.41.tgz",
186
+ "integrity": "sha512-ECymXOukMnOoVkC2bb1Vc/w/836DXncOg5m8Xj1RH7xSHZJWNYY6Zh7EH477vcnD5egKNNfy2RpNOmuChhFPgQ==",
187
+ "license": "MIT",
188
+ "dependencies": {
189
+ "undici-types": "~6.21.0"
190
+ }
191
+ },
192
+ "node_modules/ansi-styles": {
193
+ "version": "4.3.0",
194
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
195
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
196
+ "license": "MIT",
197
+ "dependencies": {
198
+ "color-convert": "^2.0.1"
199
+ },
200
+ "engines": {
201
+ "node": ">=8"
202
+ },
203
+ "funding": {
204
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
205
+ }
206
+ },
207
+ "node_modules/apache-arrow": {
208
+ "version": "18.1.0",
209
+ "resolved": "https://registry.npmjs.org/apache-arrow/-/apache-arrow-18.1.0.tgz",
210
+ "integrity": "sha512-v/ShMp57iBnBp4lDgV8Jx3d3Q5/Hac25FWmQ98eMahUiHPXcvwIMKJD0hBIgclm/FCG+LwPkAKtkRO1O/W0YGg==",
211
+ "license": "Apache-2.0",
212
+ "dependencies": {
213
+ "@swc/helpers": "^0.5.11",
214
+ "@types/command-line-args": "^5.2.3",
215
+ "@types/command-line-usage": "^5.0.4",
216
+ "@types/node": "^20.13.0",
217
+ "command-line-args": "^5.2.1",
218
+ "command-line-usage": "^7.0.1",
219
+ "flatbuffers": "^24.3.25",
220
+ "json-bignum": "^0.0.3",
221
+ "tslib": "^2.6.2"
222
+ },
223
+ "bin": {
224
+ "arrow2csv": "bin/arrow2csv.js"
225
+ }
226
+ },
227
+ "node_modules/array-back": {
228
+ "version": "3.1.0",
229
+ "resolved": "https://registry.npmjs.org/array-back/-/array-back-3.1.0.tgz",
230
+ "integrity": "sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q==",
231
+ "license": "MIT",
232
+ "engines": {
233
+ "node": ">=6"
234
+ }
235
+ },
236
+ "node_modules/chalk": {
237
+ "version": "4.1.2",
238
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
239
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
240
+ "license": "MIT",
241
+ "dependencies": {
242
+ "ansi-styles": "^4.1.0",
243
+ "supports-color": "^7.1.0"
244
+ },
245
+ "engines": {
246
+ "node": ">=10"
247
+ },
248
+ "funding": {
249
+ "url": "https://github.com/chalk/chalk?sponsor=1"
250
+ }
251
+ },
252
+ "node_modules/chalk-template": {
253
+ "version": "0.4.0",
254
+ "resolved": "https://registry.npmjs.org/chalk-template/-/chalk-template-0.4.0.tgz",
255
+ "integrity": "sha512-/ghrgmhfY8RaSdeo43hNXxpoHAtxdbskUHjPpfqUWGttFgycUhYPGx3YZBCnUCvOa7Doivn1IZec3DEGFoMgLg==",
256
+ "license": "MIT",
257
+ "dependencies": {
258
+ "chalk": "^4.1.2"
259
+ },
260
+ "engines": {
261
+ "node": ">=12"
262
+ },
263
+ "funding": {
264
+ "url": "https://github.com/chalk/chalk-template?sponsor=1"
265
+ }
266
+ },
267
+ "node_modules/color-convert": {
268
+ "version": "2.0.1",
269
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
270
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
271
+ "license": "MIT",
272
+ "dependencies": {
273
+ "color-name": "~1.1.4"
274
+ },
275
+ "engines": {
276
+ "node": ">=7.0.0"
277
+ }
278
+ },
279
+ "node_modules/color-name": {
280
+ "version": "1.1.4",
281
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
282
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
283
+ "license": "MIT"
284
+ },
285
+ "node_modules/command-line-args": {
286
+ "version": "5.2.1",
287
+ "resolved": "https://registry.npmjs.org/command-line-args/-/command-line-args-5.2.1.tgz",
288
+ "integrity": "sha512-H4UfQhZyakIjC74I9d34fGYDwk3XpSr17QhEd0Q3I9Xq1CETHo4Hcuo87WyWHpAF1aSLjLRf5lD9ZGX2qStUvg==",
289
+ "license": "MIT",
290
+ "dependencies": {
291
+ "array-back": "^3.1.0",
292
+ "find-replace": "^3.0.0",
293
+ "lodash.camelcase": "^4.3.0",
294
+ "typical": "^4.0.0"
295
+ },
296
+ "engines": {
297
+ "node": ">=4.0.0"
298
+ }
299
+ },
300
+ "node_modules/command-line-usage": {
301
+ "version": "7.0.4",
302
+ "resolved": "https://registry.npmjs.org/command-line-usage/-/command-line-usage-7.0.4.tgz",
303
+ "integrity": "sha512-85UdvzTNx/+s5CkSgBm/0hzP80RFHAa7PsfeADE5ezZF3uHz3/Tqj9gIKGT9PTtpycc3Ua64T0oVulGfKxzfqg==",
304
+ "license": "MIT",
305
+ "dependencies": {
306
+ "array-back": "^6.2.2",
307
+ "chalk-template": "^0.4.0",
308
+ "table-layout": "^4.1.1",
309
+ "typical": "^7.3.0"
310
+ },
311
+ "engines": {
312
+ "node": ">=12.20.0"
313
+ }
314
+ },
315
+ "node_modules/command-line-usage/node_modules/array-back": {
316
+ "version": "6.2.3",
317
+ "resolved": "https://registry.npmjs.org/array-back/-/array-back-6.2.3.tgz",
318
+ "integrity": "sha512-SGDvmg6QTYiTxCBkYVmThcoa67uLl35pyzRHdpCGBOcqFy6BtwnphoFPk7LhJshD+Yk1Kt35WGWeZPTgwR4Fhw==",
319
+ "license": "MIT",
320
+ "engines": {
321
+ "node": ">=12.17"
322
+ }
323
+ },
324
+ "node_modules/command-line-usage/node_modules/typical": {
325
+ "version": "7.3.0",
326
+ "resolved": "https://registry.npmjs.org/typical/-/typical-7.3.0.tgz",
327
+ "integrity": "sha512-ya4mg/30vm+DOWfBg4YK3j2WD6TWtRkCbasOJr40CseYENzCUby/7rIvXA99JGsQHeNxLbnXdyLLxKSv3tauFw==",
328
+ "license": "MIT",
329
+ "engines": {
330
+ "node": ">=12.17"
331
+ }
332
+ },
333
+ "node_modules/find-replace": {
334
+ "version": "3.0.0",
335
+ "resolved": "https://registry.npmjs.org/find-replace/-/find-replace-3.0.0.tgz",
336
+ "integrity": "sha512-6Tb2myMioCAgv5kfvP5/PkZZ/ntTpVK39fHY7WkWBgvbeE+VHd/tZuZ4mrC+bxh4cfOZeYKVPaJIZtZXV7GNCQ==",
337
+ "license": "MIT",
338
+ "dependencies": {
339
+ "array-back": "^3.0.1"
340
+ },
341
+ "engines": {
342
+ "node": ">=4.0.0"
343
+ }
344
+ },
345
+ "node_modules/flatbuffers": {
346
+ "version": "24.12.23",
347
+ "resolved": "https://registry.npmjs.org/flatbuffers/-/flatbuffers-24.12.23.tgz",
348
+ "integrity": "sha512-dLVCAISd5mhls514keQzmEG6QHmUUsNuWsb4tFafIUwvvgDjXhtfAYSKOzt5SWOy+qByV5pbsDZ+Vb7HUOBEdA==",
349
+ "license": "Apache-2.0"
350
+ },
351
+ "node_modules/has-flag": {
352
+ "version": "4.0.0",
353
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
354
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
355
+ "license": "MIT",
356
+ "engines": {
357
+ "node": ">=8"
358
+ }
359
+ },
360
+ "node_modules/json-bignum": {
361
+ "version": "0.0.3",
362
+ "resolved": "https://registry.npmjs.org/json-bignum/-/json-bignum-0.0.3.tgz",
363
+ "integrity": "sha512-2WHyXj3OfHSgNyuzDbSxI1w2jgw5gkWSWhS7Qg4bWXx1nLk3jnbwfUeS0PSba3IzpTUWdHxBieELUzXRjQB2zg==",
364
+ "engines": {
365
+ "node": ">=0.8"
366
+ }
367
+ },
368
+ "node_modules/lodash.camelcase": {
369
+ "version": "4.3.0",
370
+ "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
371
+ "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==",
372
+ "license": "MIT"
373
+ },
374
+ "node_modules/openai": {
375
+ "version": "6.38.0",
376
+ "resolved": "https://registry.npmjs.org/openai/-/openai-6.38.0.tgz",
377
+ "integrity": "sha512-AoMplt2UalrpgUDMh3L09QWjNRlgJPipclQvA6sYAaeF6nHNBMgmikAZGmcYLn8on4d9sQY9Q8bOLfrBS7Lc8g==",
378
+ "license": "Apache-2.0",
379
+ "bin": {
380
+ "openai": "bin/cli"
381
+ },
382
+ "peerDependencies": {
383
+ "ws": "^8.18.0",
384
+ "zod": "^3.25 || ^4.0"
385
+ },
386
+ "peerDependenciesMeta": {
387
+ "ws": {
388
+ "optional": true
389
+ },
390
+ "zod": {
391
+ "optional": true
392
+ }
393
+ }
394
+ },
395
+ "node_modules/reflect-metadata": {
396
+ "version": "0.2.2",
397
+ "resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.2.2.tgz",
398
+ "integrity": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==",
399
+ "license": "Apache-2.0"
400
+ },
401
+ "node_modules/supports-color": {
402
+ "version": "7.2.0",
403
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
404
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
405
+ "license": "MIT",
406
+ "dependencies": {
407
+ "has-flag": "^4.0.0"
408
+ },
409
+ "engines": {
410
+ "node": ">=8"
411
+ }
412
+ },
413
+ "node_modules/table-layout": {
414
+ "version": "4.1.1",
415
+ "resolved": "https://registry.npmjs.org/table-layout/-/table-layout-4.1.1.tgz",
416
+ "integrity": "sha512-iK5/YhZxq5GO5z8wb0bY1317uDF3Zjpha0QFFLA8/trAoiLbQD0HUbMesEaxyzUgDxi2QlcbM8IvqOlEjgoXBA==",
417
+ "license": "MIT",
418
+ "dependencies": {
419
+ "array-back": "^6.2.2",
420
+ "wordwrapjs": "^5.1.0"
421
+ },
422
+ "engines": {
423
+ "node": ">=12.17"
424
+ }
425
+ },
426
+ "node_modules/table-layout/node_modules/array-back": {
427
+ "version": "6.2.3",
428
+ "resolved": "https://registry.npmjs.org/array-back/-/array-back-6.2.3.tgz",
429
+ "integrity": "sha512-SGDvmg6QTYiTxCBkYVmThcoa67uLl35pyzRHdpCGBOcqFy6BtwnphoFPk7LhJshD+Yk1Kt35WGWeZPTgwR4Fhw==",
430
+ "license": "MIT",
431
+ "engines": {
432
+ "node": ">=12.17"
433
+ }
434
+ },
435
+ "node_modules/tslib": {
436
+ "version": "2.8.1",
437
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
438
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
439
+ "license": "0BSD"
440
+ },
441
+ "node_modules/typebox": {
442
+ "version": "1.1.38",
443
+ "resolved": "https://registry.npmjs.org/typebox/-/typebox-1.1.38.tgz",
444
+ "integrity": "sha512-pZ0aQPmMmXoUvSbeuWf/Hzsc+avNw/Zd6VeE8CFgkVGWyuHPJvqeJJDeJqLve+K70LvjYIoleGcoJHPT17cWoA==",
445
+ "license": "MIT"
446
+ },
447
+ "node_modules/typical": {
448
+ "version": "4.0.0",
449
+ "resolved": "https://registry.npmjs.org/typical/-/typical-4.0.0.tgz",
450
+ "integrity": "sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==",
451
+ "license": "MIT",
452
+ "engines": {
453
+ "node": ">=8"
454
+ }
455
+ },
456
+ "node_modules/undici-types": {
457
+ "version": "6.21.0",
458
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
459
+ "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
460
+ "license": "MIT"
461
+ },
462
+ "node_modules/wordwrapjs": {
463
+ "version": "5.1.1",
464
+ "resolved": "https://registry.npmjs.org/wordwrapjs/-/wordwrapjs-5.1.1.tgz",
465
+ "integrity": "sha512-0yweIbkINJodk27gX9LBGMzyQdBDan3s/dEAiwBOj+Mf0PPyWL6/rikalkv8EeD0E8jm4o5RXEOrFTP3NXbhJg==",
466
+ "license": "MIT",
467
+ "engines": {
468
+ "node": ">=12.17"
469
+ }
470
+ }
471
+ }
472
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclaw/memory-lancedb",
3
- "version": "2026.5.20-beta.2",
3
+ "version": "2026.5.22",
4
4
  "description": "OpenClaw LanceDB-backed long-term memory plugin with auto-recall/capture",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,12 +26,13 @@
26
26
  "minHostVersion": ">=2026.4.10"
27
27
  },
28
28
  "compat": {
29
- "pluginApi": ">=2026.5.20-beta.2"
29
+ "pluginApi": ">=2026.5.22"
30
30
  },
31
31
  "build": {
32
- "openclawVersion": "2026.5.20-beta.2"
32
+ "openclawVersion": "2026.5.22"
33
33
  },
34
34
  "release": {
35
+ "bundleRuntimeDependencies": false,
35
36
  "publishToClawHub": true,
36
37
  "publishToNpm": true
37
38
  },
@@ -41,10 +42,11 @@
41
42
  },
42
43
  "files": [
43
44
  "dist/**",
44
- "openclaw.plugin.json"
45
+ "openclaw.plugin.json",
46
+ "npm-shrinkwrap.json"
45
47
  ],
46
48
  "peerDependencies": {
47
- "openclaw": ">=2026.5.20-beta.2"
49
+ "openclaw": ">=2026.5.22"
48
50
  },
49
51
  "peerDependenciesMeta": {
50
52
  "openclaw": {