@geckos.io/client
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -42,2 +42,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ClientChannel = void 0; | ||
var bridge_1 = __importDefault(require("@geckos.io/common/lib/bridge")); | ||
@@ -67,3 +68,3 @@ var reliableMessage_1 = require("@geckos.io/common/lib/reliableMessage"); | ||
}, | ||
enumerable: true, | ||
enumerable: false, | ||
configurable: true | ||
@@ -118,3 +119,3 @@ }); | ||
}, | ||
enumerable: true, | ||
enumerable: false, | ||
configurable: true | ||
@@ -165,2 +166,4 @@ }); | ||
bridge_1.default.on(constants_1.EVENTS.DISCONNECTED, callback); | ||
// remove all event listeners | ||
bridge_1.default.removeAllListeners(); | ||
}; | ||
@@ -167,0 +170,0 @@ /** |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; | ||
result["default"] = mod; | ||
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ClientChannel = void 0; | ||
var client_1 = __importStar(require("./client")); | ||
exports.ClientChannel = client_1.ClientChannel; | ||
Object.defineProperty(exports, "ClientChannel", { enumerable: true, get: function () { return client_1.ClientChannel; } }); | ||
exports.default = client_1.default; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@geckos.io/client", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "Real-time client/server communication over UDP using WebRTC and Node.js", | ||
@@ -47,4 +47,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@geckos.io/common": "^1.4.1" | ||
"@geckos.io/common": "^1.4.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46459
631
Updated@geckos.io/common@^1.4.2