@elizaos/plugin-openrouter 2.0.3-beta.4 → 2.0.3-beta.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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/plugin-openrouter",
|
|
3
|
-
"version": "2.0.3-beta.
|
|
3
|
+
"version": "2.0.3-beta.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/node/index.node.js",
|
|
6
6
|
"module": "dist/node/index.node.js",
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@biomejs/biome": "^2.4.14",
|
|
64
|
-
"@elizaos/core": "2.0.3-beta.
|
|
65
|
-
"@elizaos/test-harness": "2.0.3-beta.
|
|
64
|
+
"@elizaos/core": "2.0.3-beta.6",
|
|
65
|
+
"@elizaos/test-harness": "2.0.3-beta.6",
|
|
66
66
|
"@types/bun": "^1.3.5",
|
|
67
67
|
"@types/json-schema": "^7.0.15",
|
|
68
68
|
"@types/node": "^25.0.3",
|
|
@@ -71,12 +71,12 @@
|
|
|
71
71
|
"vitest": "^4.0.0"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
|
-
"@elizaos/core": "2.0.3-beta.
|
|
74
|
+
"@elizaos/core": "2.0.3-beta.6"
|
|
75
75
|
},
|
|
76
76
|
"scripts": {
|
|
77
77
|
"dev": "bun --hot build.ts",
|
|
78
78
|
"lint": "bunx @biomejs/biome check --write --unsafe .",
|
|
79
|
-
"clean": "rm
|
|
79
|
+
"clean": "node ../../packages/scripts/rm-path-recursive.mjs dist .turbo .turbo-tsconfig.json tsconfig.tsbuildinfo",
|
|
80
80
|
"format": "bunx @biomejs/biome format --write .",
|
|
81
81
|
"format:check": "bunx @biomejs/biome format .",
|
|
82
82
|
"typecheck": "tsgo --noEmit -p tsconfig.json",
|
|
@@ -223,5 +223,5 @@
|
|
|
223
223
|
"node": "Node.js build available via exports.node"
|
|
224
224
|
}
|
|
225
225
|
},
|
|
226
|
-
"gitHead": "
|
|
226
|
+
"gitHead": "990dc996172b3e0fb525a75052a5ac28a4cd4de5"
|
|
227
227
|
}
|