@elizaos/plugin-openrouter 2.0.0-alpha.11 → 2.0.0-alpha.12

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/plugin-openrouter",
3
- "version": "2.0.0-alpha.11",
3
+ "version": "2.0.0-alpha.12",
4
4
  "type": "module",
5
5
  "main": "dist/node/index.node.js",
6
6
  "module": "dist/node/index.node.js",
@@ -53,6 +53,9 @@
53
53
  "@elizaos/plugin-sql": "2.0.0-alpha.17",
54
54
  "vitest": "^4.0.0"
55
55
  },
56
+ "peerDependencies": {
57
+ "@elizaos/core": ">=2.0.0-alpha.98 <3.0.0"
58
+ },
56
59
  "scripts": {
57
60
  "dev": "bun --hot build.ts",
58
61
  "lint": "bunx @biomejs/biome check --write --unsafe .",
@@ -201,8 +204,5 @@
201
204
  "browser": "Browser-compatible build available via exports.browser",
202
205
  "node": "Node.js build available via exports.node"
203
206
  }
204
- },
205
- "peerDependencies": {
206
- "@elizaos/core": ">=2.0.0-alpha.98 <3.0.0"
207
207
  }
208
208
  }