@elizaos/plugin-streaming 2.0.3-beta.3 → 2.0.3-beta.5
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 +6 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/plugin-streaming",
|
|
3
3
|
"description": "RTMP streaming for elizaOS (Twitch, YouTube, X, pump.fun, custom and named ingest URLs)",
|
|
4
|
-
"version": "2.0.3-beta.
|
|
4
|
+
"version": "2.0.3-beta.5",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"dist"
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@elizaos/cloud-routing": "2.0.3-beta.
|
|
41
|
-
"@elizaos/core": "2.0.3-beta.
|
|
42
|
-
"@elizaos/plugin-browser": "2.0.3-beta.
|
|
40
|
+
"@elizaos/cloud-routing": "2.0.3-beta.5",
|
|
41
|
+
"@elizaos/core": "2.0.3-beta.5",
|
|
42
|
+
"@elizaos/plugin-browser": "2.0.3-beta.5"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"tsup": "^8.5.1",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"lint": "bunx @biomejs/biome check --write --unsafe src",
|
|
54
54
|
"lint:check": "bunx @biomejs/biome check src",
|
|
55
55
|
"typecheck": "tsgo --noEmit",
|
|
56
|
-
"clean": "rm
|
|
56
|
+
"clean": "node ../../packages/scripts/rm-path-recursive.mjs dist .turbo tsconfig.tsbuildinfo",
|
|
57
57
|
"format": "bunx @biomejs/biome format --write .",
|
|
58
58
|
"format:check": "bunx @biomejs/biome format ."
|
|
59
59
|
},
|
|
@@ -114,5 +114,5 @@
|
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
116
|
},
|
|
117
|
-
"gitHead": "
|
|
117
|
+
"gitHead": "ff6157011c9459670021cc28a6797592a78b8817"
|
|
118
118
|
}
|