crawd 0.8.2 → 0.8.3
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/dist/backend/index.js +1 -0
- package/dist/chunk-QITCQHSS.js +2087 -0
- package/dist/fileFromPath-WZUZ37JN.js +127 -0
- package/dist/plugin.d.ts +27 -0
- package/dist/plugin.js +12350 -0
- package/dist/types.d.ts +8 -0
- package/package.json +1 -1
- package/src/backend/index.ts +1 -0
- package/src/backend/server.ts +68 -18
- package/src/types.ts +8 -0
package/dist/backend/index.js
CHANGED
|
@@ -12372,6 +12372,7 @@ async function main() {
|
|
|
12372
12372
|
botTTS(response)
|
|
12373
12373
|
]);
|
|
12374
12374
|
const event = {
|
|
12375
|
+
id: randomUUID2(),
|
|
12375
12376
|
chat: { username, message },
|
|
12376
12377
|
botMessage: response,
|
|
12377
12378
|
chatTtsUrl,
|