@elizaos/plugin-linear 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.
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-linear",
3
- "version": "2.0.3-beta.4",
3
+ "version": "2.0.3-beta.6",
4
4
  "description": "Linear integration plugin for ElizaOS (TypeScript)",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -45,7 +45,7 @@
45
45
  "lint": "bunx @biomejs/biome check --write --unsafe .",
46
46
  "format": "bunx @biomejs/biome format --write .",
47
47
  "format:check": "bunx @biomejs/biome format .",
48
- "clean": "rm -rf dist .turbo .turbo-tsconfig.json tsconfig.tsbuildinfo",
48
+ "clean": "node ../../packages/scripts/rm-path-recursive.mjs dist .turbo .turbo-tsconfig.json tsconfig.tsbuildinfo",
49
49
  "lint:check": "bunx @biomejs/biome check .",
50
50
  "build": "bun run build.ts",
51
51
  "build:ts": "bun run build.ts",
@@ -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.4",
73
+ "@elizaos/core": "2.0.3-beta.6",
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": "f76f55793a0fb8d6b869dd8ddce03970de061e34"
114
+ "gitHead": "990dc996172b3e0fb525a75052a5ac28a4cd4de5"
115
115
  }