@geckos.io/client
Advanced tools
Comparing version 1.4.0 to 1.4.1
import client, { ClientChannel } from './client'; | ||
import { Data, RawMessage } from '@geckos.io/common/lib/typings'; | ||
import { Data, RawMessage, ChannelId } from '@geckos.io/common/lib/typings'; | ||
export default client; | ||
export { ClientChannel, Data, RawMessage }; | ||
export { ClientChannel, Data, RawMessage, ChannelId }; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@geckos.io/client", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Real-time client/server communication over UDP using WebRTC and Node.js", | ||
@@ -37,3 +37,3 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": "^8 || ^10 || ^11 || ^12 || ^13" | ||
"node": "^8 || ^10 || ^11 || ^12 || ^13 || ^14" | ||
}, | ||
@@ -48,4 +48,4 @@ "scripts": { | ||
"dependencies": { | ||
"@geckos.io/common": "^1.4.0" | ||
"@geckos.io/common": "^1.4.1" | ||
} | ||
} |
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
45396
Updated@geckos.io/common@^1.4.1