hypha-rpc 0.20.10 → 0.20.11

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.
@@ -36,7 +36,7 @@ __webpack_require__.r(__webpack_exports__);
36
36
 
37
37
 
38
38
 
39
- const API_VERSION = "0.3.0";
39
+ const API_VERSION = "0.20.0";
40
40
  const CHUNK_SIZE = 1024 * 500;
41
41
 
42
42
  const ArrayBufferView = Object.getPrototypeOf(
@@ -4428,9 +4428,9 @@ __webpack_require__.r(__webpack_exports__);
4428
4428
  /* harmony export */ RPC: () => (/* reexport safe */ _rpc_js__WEBPACK_IMPORTED_MODULE_0__.RPC),
4429
4429
  /* harmony export */ connectToServer: () => (/* binding */ connectToServer),
4430
4430
  /* harmony export */ getRTCService: () => (/* reexport safe */ _webrtc_client_js__WEBPACK_IMPORTED_MODULE_3__.getRTCService),
4431
- /* harmony export */ loadRequirements: () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_1__.loadRequirements),
4432
4431
  /* harmony export */ login: () => (/* binding */ login),
4433
4432
  /* harmony export */ registerRTCService: () => (/* reexport safe */ _webrtc_client_js__WEBPACK_IMPORTED_MODULE_3__.registerRTCService),
4433
+ /* harmony export */ schemaFunction: () => (/* reexport safe */ _utils_schema_js__WEBPACK_IMPORTED_MODULE_2__.schemaFunction),
4434
4434
  /* harmony export */ setupLocalClient: () => (/* binding */ setupLocalClient)
4435
4435
  /* harmony export */ });
4436
4436
  /* harmony import */ var _rpc_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./rpc.js */ "./src/rpc.js");
@@ -4445,7 +4445,6 @@ __webpack_require__.r(__webpack_exports__);
4445
4445
 
4446
4446
 
4447
4447
 
4448
-
4449
4448
  const MAX_RETRY = 1000000;
4450
4449
 
4451
4450
  class WebsocketRPCConnection {
@@ -4858,15 +4857,6 @@ async function connectToServer(config) {
4858
4857
  api.description = api.description || config.description;
4859
4858
  await rpc.register_service(api, true);
4860
4859
  }
4861
- _export.__schema__ = {
4862
- name: "export",
4863
- description: "Export the api.",
4864
- parameters: {
4865
- properties: { api: { description: "The api to export", type: "object" } },
4866
- required: ["api"],
4867
- type: "object",
4868
- },
4869
- };
4870
4860
 
4871
4861
  async function getApp(clientId) {
4872
4862
  clientId = clientId || "*";