@elizaos/plugin-signal 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.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/plugin-signal",
|
|
3
|
-
"version": "2.0.3-beta.
|
|
3
|
+
"version": "2.0.3-beta.6",
|
|
4
4
|
"description": "Signal messaging integration plugin for ElizaOS agents",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"build": "bun run build.ts",
|
|
63
63
|
"build:ts": "bun run build.ts",
|
|
64
64
|
"dev": "bun --hot build.ts",
|
|
65
|
-
"clean": "rm
|
|
65
|
+
"clean": "node ../../packages/scripts/rm-path-recursive.mjs dist .turbo",
|
|
66
66
|
"test": "vitest run",
|
|
67
67
|
"typecheck": "echo \"Typecheck skipped for release\"",
|
|
68
68
|
"lint": "echo \"Lint skipped for release\"",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"format:check": "bunx @biomejs/biome format ."
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
74
|
-
"@elizaos/core": "2.0.3-beta.
|
|
74
|
+
"@elizaos/core": "2.0.3-beta.6",
|
|
75
75
|
"qrcode": "^1.5.4"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"vitest": "^4.1.4"
|
|
84
84
|
},
|
|
85
85
|
"peerDependencies": {
|
|
86
|
-
"@elizaos/core": "2.0.3-beta.
|
|
86
|
+
"@elizaos/core": "2.0.3-beta.6",
|
|
87
87
|
"@elizaos/signal-native": "latest"
|
|
88
88
|
},
|
|
89
89
|
"peerDependenciesMeta": {
|
|
@@ -138,5 +138,5 @@
|
|
|
138
138
|
"node": "Default export (Node.js)"
|
|
139
139
|
}
|
|
140
140
|
},
|
|
141
|
-
"gitHead": "
|
|
141
|
+
"gitHead": "990dc996172b3e0fb525a75052a5ac28a4cd4de5"
|
|
142
142
|
}
|