We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d4b6c commit f6da5e0Copy full SHA for f6da5e0
package.json
@@ -4,7 +4,7 @@
4
"description": "MQTT client for React Native",
5
"main": "lib/commonjs/index",
6
"module": "lib/module/index",
7
- "types": "lib/typescript/src/index.d.ts",
+ "types": "lib/typescript/index.d.ts",
8
"react-native": "src/index",
9
"source": "src/index",
10
"files": [
src/index.tsx
@@ -289,7 +289,7 @@ export type KeyStoreOptions = {
289
*/
290
export type ConnectionParameters = {
291
host: string;
292
- port: string;
+ port: number;
293
clientId: string;
294
reconnect: boolean;
295
};
0 commit comments