skykoi 2026.3.133 → 2026.3.135
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/build-info.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
6274172513a6be2a795518d6b3e4b1a890ca7e247ebb15064b7469d15463e50f
|
package/dist/plugin-sdk/index.js
CHANGED
|
@@ -33,7 +33,7 @@ import { exec } from "child_process";
|
|
|
33
33
|
import { createReadStream as createReadStream$1, createWriteStream as createWriteStream$1, promises as promises$1 } from "fs";
|
|
34
34
|
import { Readable, Transform } from "stream";
|
|
35
35
|
import { platform, release, tmpdir as tmpdir$1 } from "os";
|
|
36
|
-
import EventEmitter, { EventEmitter
|
|
36
|
+
import EventEmitter$1, { EventEmitter, once } from "events";
|
|
37
37
|
import { promisify as promisify$1 } from "util";
|
|
38
38
|
import { join as join$1 } from "path";
|
|
39
39
|
import * as Crypto from "crypto";
|
|
@@ -226414,7 +226414,7 @@ const BUFFERABLE_EVENT_SET = new Set([
|
|
|
226414
226414
|
* making the data processing more efficient.
|
|
226415
226415
|
*/
|
|
226416
226416
|
const makeEventBuffer = (logger) => {
|
|
226417
|
-
const ev = new EventEmitter();
|
|
226417
|
+
const ev = new EventEmitter$1();
|
|
226418
226418
|
const historyCache = /* @__PURE__ */ new Set();
|
|
226419
226419
|
let data = makeBufferData();
|
|
226420
226420
|
let isBuffering = false;
|
|
@@ -231984,7 +231984,7 @@ var BinaryInfo = class {
|
|
|
231984
231984
|
|
|
231985
231985
|
//#endregion
|
|
231986
231986
|
//#region node_modules/.pnpm/@whiskeysockets+baileys@7.0.0-rc.9_audio-decode@2.2.3_sharp@0.34.5/node_modules/@whiskeysockets/baileys/lib/Socket/Client/types.js
|
|
231987
|
-
var AbstractSocketClient = class extends EventEmitter
|
|
231987
|
+
var AbstractSocketClient = class extends EventEmitter {
|
|
231988
231988
|
constructor(url, config) {
|
|
231989
231989
|
super();
|
|
231990
231990
|
this.url = url;
|