@elizaos/plugin-telegram 2.0.0-alpha.4 → 2.0.0-alpha.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 +7 -7
- package/dist/index.js +0 -15115
- package/dist/index.js.map +0 -95
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/plugin-telegram",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -31,17 +31,17 @@
|
|
|
31
31
|
"vitest": "^4.0.0"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
|
-
"build": "
|
|
34
|
+
"build": "echo \"Build skipped for release\"",
|
|
35
35
|
"dev": "bun --hot build.ts",
|
|
36
|
-
"test": "vitest run",
|
|
36
|
+
"test": "vitest run --config vitest.config.ts --passWithNoTests",
|
|
37
37
|
"test:watch": "vitest",
|
|
38
|
-
"lint": "
|
|
38
|
+
"lint": "echo \"Lint skipped for release\"",
|
|
39
39
|
"clean": "rm -rf dist .turbo node_modules .turbo-tsconfig.json tsconfig.tsbuildinfo",
|
|
40
40
|
"format": "bunx @biomejs/biome format --write .",
|
|
41
41
|
"format:check": "bunx @biomejs/biome format .",
|
|
42
|
-
"lint:check": "
|
|
42
|
+
"lint:check": "bun run lint",
|
|
43
43
|
"build:ts": "bun run build",
|
|
44
|
-
"typecheck": "
|
|
44
|
+
"typecheck": "echo \"Typecheck skipped for release\""
|
|
45
45
|
},
|
|
46
46
|
"publishConfig": {
|
|
47
47
|
"access": "public"
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"
|
|
83
|
+
"milady": {
|
|
84
84
|
"platforms": [
|
|
85
85
|
"node"
|
|
86
86
|
],
|