@orpc/client
Advanced tools
@@ -230,2 +230,6 @@ import { toArray, value, splitInHalf, stringifyJSON, isAsyncIteratorObject, defer, loadBytes, allAbortSignal, replicateAsyncIterator, replicateReadableStream, isCompressibleContentType, override, AsyncIteratorClass, sleep } from '@orpc/shared'; | ||
| const length = view.getUint32(0, false); | ||
| if (length === 0) { | ||
| buffer = buffer.subarray(4); | ||
| continue; | ||
| } | ||
| if (buffer.length < 4 + length) { | ||
@@ -232,0 +236,0 @@ break; |
+5
-5
| { | ||
| "name": "@orpc/client", | ||
| "type": "module", | ||
| "version": "2.0.0-beta.16", | ||
| "version": "2.0.0-beta.17", | ||
| "license": "MIT", | ||
@@ -53,6 +53,6 @@ "homepage": "https://orpc.dev", | ||
| "dependencies": { | ||
| "@standardserver/core": "^0.2.0", | ||
| "@standardserver/fetch": "^0.2.0", | ||
| "@standardserver/peer": "^0.2.0", | ||
| "@orpc/shared": "2.0.0-beta.16" | ||
| "@standardserver/core": "^0.4.2", | ||
| "@standardserver/fetch": "^0.4.2", | ||
| "@standardserver/peer": "^0.4.2", | ||
| "@orpc/shared": "2.0.0-beta.17" | ||
| }, | ||
@@ -59,0 +59,0 @@ "devDependencies": { |
+1
-1
@@ -178,3 +178,3 @@ <h1 align="center">oRPC - Typesafe APIs Made Simple 🪄</h1> | ||
| <a href="https://github.com/Scrumplex?ref=orpc" target="_blank" rel="noopener" title="Sefa Eyeoglu"><img src="https://avatars.githubusercontent.com/u/11587657?u=ab503582165c0bbff0cca47ce31c9450bb1553c9&v=4" width="32" height="32" alt="Sefa Eyeoglu" /></a> | ||
| <a href="https://github.com/nattstack?ref=orpc" target="_blank" rel="noopener" title="NΛTT"><img src="https://avatars.githubusercontent.com/u/31426677?u=fa9dbb8b3e66eb0ea3c88db5dc07f31c8c5418fe&v=4" width="32" height="32" alt="NΛTT" /></a> | ||
| <a href="https://github.com/nattstack?ref=orpc" target="_blank" rel="noopener" title="natt"><img src="https://avatars.githubusercontent.com/u/31426677?u=fa9dbb8b3e66eb0ea3c88db5dc07f31c8c5418fe&v=4" width="32" height="32" alt="natt" /></a> | ||
| <a href="https://github.com/ChromeGG?ref=orpc" target="_blank" rel="noopener" title="Adam Tkaczyk"><img src="https://avatars.githubusercontent.com/u/39050595?u=a58ca6042a6950e94e6e92442db76ef584279bc0&v=4" width="32" height="32" alt="Adam Tkaczyk" /></a> | ||
@@ -181,0 +181,0 @@ <a href="https://github.com/plancraft?ref=orpc" target="_blank" rel="noopener" title="plancraft"><img src="https://avatars.githubusercontent.com/u/46482287?v=4" width="32" height="32" alt="plancraft" /></a> |
192129
0.05%2886
0.14%+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated
Updated