@orpc/standard-server-peer 0.0.0-next.e000d9a → 0.0.0-next.e385fb7

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.mjs +1 -1
  2. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -188,7 +188,7 @@ async function decodeRawMessage(raw) {
188
188
  const blobData = buffer.slice(delimiterIndex + 1);
189
189
  return {
190
190
  json: JSON.parse(jsonPart),
191
- blobData
191
+ blobData: blobData.buffer
192
192
  };
193
193
  }
194
194
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orpc/standard-server-peer",
3
3
  "type": "module",
4
- "version": "0.0.0-next.e000d9a",
4
+ "version": "0.0.0-next.e385fb7",
5
5
  "license": "MIT",
6
6
  "homepage": "https://unnoq.com",
7
7
  "repository": {
@@ -23,8 +23,8 @@
23
23
  "dist"
24
24
  ],
25
25
  "dependencies": {
26
- "@orpc/shared": "0.0.0-next.e000d9a",
27
- "@orpc/standard-server": "0.0.0-next.e000d9a"
26
+ "@orpc/shared": "0.0.0-next.e385fb7",
27
+ "@orpc/standard-server": "0.0.0-next.e385fb7"
28
28
  },
29
29
  "scripts": {
30
30
  "build": "unbuild",