@looker/extension-sdk-react
Advanced tools
Comparing version
@@ -58,2 +58,3 @@ "use strict"; | ||
requiredLookerVersion = _ref.requiredLookerVersion, | ||
chattyTimeout = _ref.chattyTimeout, | ||
children = _ref.children; | ||
@@ -127,3 +128,4 @@ | ||
requiredLookerVersion: requiredLookerVersion, | ||
hostChangedRoute: hostChangedRoute | ||
hostChangedRoute: hostChangedRoute, | ||
chattyTimeout: chattyTimeout | ||
}); | ||
@@ -130,0 +132,0 @@ |
@@ -81,2 +81,7 @@ import { ExtensionSDK } from '@looker/extension-sdk'; | ||
children: any; | ||
/** | ||
* Timeout for messages sent via chatty. Defaults to 30000 milliseconds. | ||
* Set to -1 for no timeout. | ||
*/ | ||
chattyTimeout?: number; | ||
} | ||
@@ -83,0 +88,0 @@ /** |
{ | ||
"name": "@looker/extension-sdk-react", | ||
"version": "0.6.6", | ||
"version": "0.6.7", | ||
"description": "Looker Extension SDK for React", | ||
@@ -29,3 +29,3 @@ "main": "lib/index", | ||
"@babel/runtime": "^7.4.3", | ||
"@looker/extension-sdk": "^0.12.5", | ||
"@looker/extension-sdk": "^0.12.6", | ||
"@looker/sdk": "^0.3.7-beta.4", | ||
@@ -32,0 +32,0 @@ "@testing-library/jest-dom": "^4.2.4", |
@@ -108,2 +108,7 @@ /* | ||
children: any | ||
/** | ||
* Timeout for messages sent via chatty. Defaults to 30000 milliseconds. | ||
* Set to -1 for no timeout. | ||
*/ | ||
chattyTimeout?: number | ||
} | ||
@@ -110,0 +115,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
100309
0.55%1641
0.86%