@aptly-sdk/hq 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -4
- package/package.json +2 -2
- package/index.js +0 -2
package/dist/index.js
CHANGED
|
@@ -471,10 +471,7 @@ const BrookProvider = ({
|
|
|
471
471
|
apiKey
|
|
472
472
|
}) => {
|
|
473
473
|
const config = {
|
|
474
|
-
apiKey: apiKey || "apiKey"
|
|
475
|
-
// todo: remove these on prod
|
|
476
|
-
verbose: true,
|
|
477
|
-
host: "ws://localhost:8787"
|
|
474
|
+
apiKey: apiKey || "apiKey"
|
|
478
475
|
};
|
|
479
476
|
const [client, setClient] = useState(new Brook(config));
|
|
480
477
|
useEffect(() => {
|
package/package.json
CHANGED
package/index.js
DELETED