@elizaos/plugin-linear 2.0.0-alpha.1 → 2.0.0-alpha.3

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 +14 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/plugin-linear",
3
- "version": "2.0.0-alpha.1",
3
+ "version": "2.0.0-alpha.3",
4
4
  "description": "Linear integration plugin for ElizaOS (TypeScript)",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -53,14 +53,14 @@
53
53
  },
54
54
  "homepage": "https://github.com/elizaos/eliza#readme",
55
55
  "dependencies": {
56
- "@linear/sdk": "^51.0.0",
57
- "@elizaos/core": "workspace:*"
56
+ "@elizaos/core": "2.0.0-alpha.3",
57
+ "@linear/sdk": "^51.0.0"
58
58
  },
59
59
  "devDependencies": {
60
+ "@biomejs/biome": "^2.3.11",
60
61
  "@types/node": "^25.0.3",
61
62
  "typescript": "^5.9.3",
62
- "vitest": "^4.0.0",
63
- "@biomejs/biome": "^2.3.11"
63
+ "vitest": "^4.0.0"
64
64
  },
65
65
  "agentConfig": {
66
66
  "pluginType": "elizaos:plugin:1.0.0",
@@ -84,5 +84,14 @@
84
84
  "sensitive": false
85
85
  }
86
86
  }
87
+ },
88
+ "milaidy": {
89
+ "platforms": [
90
+ "node"
91
+ ],
92
+ "runtime": "node",
93
+ "platformDetails": {
94
+ "node": "ESM build available via exports.import"
95
+ }
87
96
  }
88
97
  }