@holochain/client 0.18.0-dev.3 → 0.18.0-dev.4
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/lib/api/app/websocket.js +1 -1
- package/lib/hdk/link.d.ts +1 -0
- package/package.json +1 -1
package/lib/api/app/websocket.js
CHANGED
|
@@ -87,7 +87,7 @@ export class AppWebsocket {
|
|
|
87
87
|
}
|
|
88
88
|
await client.authenticate({ token: options.token });
|
|
89
89
|
}
|
|
90
|
-
const appInfo = await
|
|
90
|
+
const appInfo = await AppWebsocket.requester(client, "app_info", DEFAULT_TIMEOUT)(null);
|
|
91
91
|
if (!appInfo) {
|
|
92
92
|
throw new HolochainError("AppNotFound", `The app your connection token was issued for was not found. The app needs to be installed and enabled.`);
|
|
93
93
|
}
|
package/lib/hdk/link.d.ts
CHANGED
package/package.json
CHANGED