@elizaos/plugin-linear 2.0.0-alpha.6 → 2.0.0-beta.1
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/dist/index.js +1808 -1187
- package/dist/index.js.map +29 -21
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/plugin-linear",
|
|
3
|
-
"version": "2.0.0-
|
|
3
|
+
"version": "2.0.0-beta.1",
|
|
4
4
|
"description": "Linear integration plugin for ElizaOS (TypeScript)",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
},
|
|
24
24
|
"scripts": {
|
|
25
25
|
"dev": "bun --hot build.ts",
|
|
26
|
-
"test": "vitest run --config vitest.config.ts
|
|
26
|
+
"test": "vitest run --config vitest.config.ts",
|
|
27
27
|
"test:watch": "vitest --config vitest.config.ts --watch",
|
|
28
28
|
"lint": "bunx @biomejs/biome check --write --unsafe .",
|
|
29
29
|
"format": "bunx @biomejs/biome format --write .",
|
|
30
30
|
"format:check": "bunx @biomejs/biome format .",
|
|
31
|
-
"clean": "rm -rf dist .turbo
|
|
31
|
+
"clean": "rm -rf dist .turbo .turbo-tsconfig.json tsconfig.tsbuildinfo",
|
|
32
32
|
"lint:check": "bunx @biomejs/biome check .",
|
|
33
33
|
"build": "bun run build.ts",
|
|
34
34
|
"build:ts": "bun run build.ts",
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
},
|
|
54
54
|
"homepage": "https://github.com/elizaos/eliza#readme",
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@elizaos/core": "2.0.0-
|
|
57
|
-
"@linear/sdk": "^
|
|
56
|
+
"@elizaos/core": "2.0.0-beta.1",
|
|
57
|
+
"@linear/sdk": "^83.0.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@biomejs/biome": "^2.
|
|
60
|
+
"@biomejs/biome": "^2.4.14",
|
|
61
61
|
"@types/node": "^25.0.3",
|
|
62
|
-
"typescript": "^
|
|
62
|
+
"typescript": "^6.0.3",
|
|
63
63
|
"vitest": "^4.0.0"
|
|
64
64
|
},
|
|
65
65
|
"agentConfig": {
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
},
|
|
88
|
-
"
|
|
88
|
+
"eliza": {
|
|
89
89
|
"platforms": [
|
|
90
90
|
"node"
|
|
91
91
|
],
|