@geckos.io/client
Advanced tools
Comparing version 1.1.8 to 1.2.0
@@ -9,7 +9,7 @@ import { RawMessage, Data, EventName, EventCallbackClient, ConnectionEventCallbackClient, EventCallbackRawMessage, ClientOptions } from '@geckos.io/common/lib/typings'; | ||
/** Get the channel's id. */ | ||
readonly id: import("../../common/lib/typings").ChannelId; | ||
get id(): import("../../common/lib/typings").ChannelId; | ||
/** Emit a message to the server. */ | ||
emit(eventName: EventName, data?: Data | null): void; | ||
/** Emit a raw message to the server */ | ||
readonly raw: { | ||
get raw(): { | ||
/** | ||
@@ -16,0 +16,0 @@ * Emit a raw message. |
{ | ||
"name": "@geckos.io/client", | ||
"version": "1.1.8", | ||
"version": "1.2.0", | ||
"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.1.8" | ||
"@geckos.io/common": "^1.2.0" | ||
} | ||
} |
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
37488
Updated@geckos.io/common@^1.2.0