@elizaos/plugin-twitch 2.0.0-alpha.7 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/plugin-twitch",
3
- "version": "2.0.0-alpha.7",
3
+ "version": "2.0.0-beta.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -12,8 +12,18 @@
12
12
  }
13
13
  },
14
14
  "files": [
15
- "dist"
15
+ "dist",
16
+ "auto-enable.ts"
16
17
  ],
18
+ "elizaos": {
19
+ "plugin": {
20
+ "autoEnableModule": "./auto-enable.ts",
21
+ "capabilities": [
22
+ "messaging",
23
+ "live-streaming"
24
+ ]
25
+ }
26
+ },
17
27
  "scripts": {
18
28
  "build": "bun run build.ts",
19
29
  "test": "bun test",
@@ -24,19 +34,19 @@
24
34
  "typecheck": "echo \"Typecheck skipped for release\""
25
35
  },
26
36
  "dependencies": {
27
- "@twurple/auth": "^7.2.0",
28
- "@twurple/chat": "^7.2.0",
29
- "zod": "^4.3.6"
37
+ "@twurple/auth": "^8.0.0",
38
+ "@twurple/chat": "^8.0.0",
39
+ "zod": "^4.4.3"
30
40
  },
31
41
  "peerDependencies": {
32
- "@elizaos/core": "2.0.0-alpha.3"
42
+ "@elizaos/core": "2.0.0-beta.1"
33
43
  },
34
44
  "devDependencies": {
45
+ "@biomejs/biome": "^2.4.14",
35
46
  "@types/bun": "^1.1.0",
36
- "typescript": "^5.3.0",
37
- "@biomejs/biome": "^2.3.11"
47
+ "typescript": "^6.0.3"
38
48
  },
39
- "milady": {
49
+ "eliza": {
40
50
  "platforms": [
41
51
  "node"
42
52
  ],
@@ -1,6 +0,0 @@
1
- /**
2
- * Join channel action for Twitch plugin.
3
- */
4
- import type { Action } from "@elizaos/core";
5
- export declare const joinChannel: Action;
6
- //# sourceMappingURL=joinChannel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"joinChannel.d.ts","sourceRoot":"","sources":["../../src/actions/joinChannel.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EACV,MAAM,EAKP,MAAM,eAAe,CAAC;AAyBvB,eAAO,MAAM,WAAW,EAAE,MA+IzB,CAAC"}
@@ -1,6 +0,0 @@
1
- /**
2
- * Leave channel action for Twitch plugin.
3
- */
4
- import type { Action } from "@elizaos/core";
5
- export declare const leaveChannel: Action;
6
- //# sourceMappingURL=leaveChannel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"leaveChannel.d.ts","sourceRoot":"","sources":["../../src/actions/leaveChannel.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EACV,MAAM,EAKP,MAAM,eAAe,CAAC;AA2BvB,eAAO,MAAM,YAAY,EAAE,MAsK1B,CAAC"}
@@ -1,6 +0,0 @@
1
- /**
2
- * List channels action for Twitch plugin.
3
- */
4
- import type { Action } from "@elizaos/core";
5
- export declare const listChannels: Action;
6
- //# sourceMappingURL=listChannels.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"listChannels.d.ts","sourceRoot":"","sources":["../../src/actions/listChannels.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EACV,MAAM,EAKP,MAAM,eAAe,CAAC;AAIvB,eAAO,MAAM,YAAY,EAAE,MAqH1B,CAAC"}
@@ -1,6 +0,0 @@
1
- /**
2
- * Send message action for Twitch plugin.
3
- */
4
- import type { Action } from "@elizaos/core";
5
- export declare const sendMessage: Action;
6
- //# sourceMappingURL=sendMessage.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sendMessage.d.ts","sourceRoot":"","sources":["../../src/actions/sendMessage.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EACV,MAAM,EAKP,MAAM,eAAe,CAAC;AAiCvB,eAAO,MAAM,WAAW,EAAE,MAqKzB,CAAC"}
@@ -1,9 +0,0 @@
1
- /**
2
- * Channel state provider for Twitch plugin.
3
- */
4
- import type { Provider } from "@elizaos/core";
5
- /**
6
- * Provider that gives the agent information about the current Twitch channel context.
7
- */
8
- export declare const channelStateProvider: Provider;
9
- //# sourceMappingURL=channelState.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"channelState.d.ts","sourceRoot":"","sources":["../../src/providers/channelState.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAGV,QAAQ,EAGT,MAAM,eAAe,CAAC;AAOvB;;GAEG;AACH,eAAO,MAAM,oBAAoB,EAAE,QA6ElC,CAAC"}