@seam-rpc/client 4.3.10 → 4.3.13

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -110,10 +110,7 @@ export async function callApi(routerName, funcName, input) {
110
110
  });
111
111
  }
112
112
  }
113
- return {
114
- ok: true,
115
- data: jsonPart.result,
116
- };
113
+ return jsonPart.result;
117
114
  }
118
115
  else {
119
116
  return { ok: false, error: null };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seam-rpc/client",
3
- "version": "4.3.10",
3
+ "version": "4.3.13",
4
4
  "main": "./dist/index.js",
5
5
  "type": "module",
6
6
  "files": [