@elizaos/plugin-rlm 2.0.0-alpha.5 → 2.0.0-alpha.6
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/plugin-rlm",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.6",
|
|
4
4
|
"description": "RLM (Recursive Language Model) plugin for elizaOS - enables processing of arbitrarily long contexts",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"scripts": {
|
|
19
19
|
"build": "tsup",
|
|
20
20
|
"dev": "tsup --watch",
|
|
21
|
-
"test": "vitest run",
|
|
21
|
+
"test": "vitest run --config vitest.config.ts --passWithNoTests",
|
|
22
22
|
"test:watch": "vitest",
|
|
23
23
|
"lint": "bunx @biomejs/biome check --write --unsafe .",
|
|
24
24
|
"lint:fix": "biome check --write .",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"engines": {
|
|
60
60
|
"node": ">=20"
|
|
61
61
|
},
|
|
62
|
-
"
|
|
62
|
+
"milady": {
|
|
63
63
|
"platforms": [
|
|
64
64
|
"node"
|
|
65
65
|
],
|