kozz-module-maker 0.1.4 → 0.1.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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Source } from 'kozz-types';
|
|
2
2
|
import { Socket } from 'socket.io-client';
|
|
3
|
-
import { ProxiedMessageObject } from '
|
|
3
|
+
import { ProxiedMessageObject } from '../../../Message/ProxiedMessage';
|
|
4
4
|
/**
|
|
5
5
|
* Handles the message proxied to the handler
|
|
6
6
|
* @param socket
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.onProxiedMessage = void 0;
|
|
4
|
-
const ProxiedMessage_1 = require("
|
|
4
|
+
const ProxiedMessage_1 = require("../../../Message/ProxiedMessage");
|
|
5
5
|
/**
|
|
6
6
|
* Handles the message proxied to the handler
|
|
7
7
|
* @param socket
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProxiedMessage.js","sourceRoot":"","sources":["../../../../src/Socket/Events/Handle/ProxiedMessage.ts"],"names":[],"mappings":";;;AAEA
|
|
1
|
+
{"version":3,"file":"ProxiedMessage.js","sourceRoot":"","sources":["../../../../src/Socket/Events/Handle/ProxiedMessage.ts"],"names":[],"mappings":";;;AAEA,oEAGyC;AAEzC;;;;;GAKG;AACI,MAAM,gBAAgB,GAAG,CAC/B,MAAc,EACd,MAAc,EACd,EAA0C,EACzC,EAAE;IACH,MAAM,CAAC,EAAE,CAAC,iBAAiB,EAAE,OAAO,CAAC,EAAE;QACtC,MAAM,oBAAoB,GAAG,IAAA,0CAAyB,EACrD,MAAM,EACN,MAAM,EACN,OAAO,EACP,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CACpB,CAAC;QACF,EAAE,CAAC,oBAAoB,CAAC,CAAC;IAC1B,CAAC,CAAC,CAAC;AACJ,CAAC,CAAC;AAdW,QAAA,gBAAgB,oBAc3B"}
|