@elizaos/plugin-linear 2.0.3-beta.3 → 2.0.3-beta.4
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-linear",
|
|
3
|
-
"version": "2.0.3-beta.
|
|
3
|
+
"version": "2.0.3-beta.4",
|
|
4
4
|
"description": "Linear integration plugin for ElizaOS (TypeScript)",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
},
|
|
71
71
|
"homepage": "https://github.com/elizaos/eliza#readme",
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@elizaos/core": "2.0.3-beta.
|
|
73
|
+
"@elizaos/core": "2.0.3-beta.4",
|
|
74
74
|
"@linear/sdk": "^86.0.0"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
@@ -111,5 +111,5 @@
|
|
|
111
111
|
"node": "ESM build available via exports.import"
|
|
112
112
|
}
|
|
113
113
|
},
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "f76f55793a0fb8d6b869dd8ddce03970de061e34"
|
|
115
115
|
}
|