@orpc/standard-server-peer 1.13.6 → 1.13.7
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/README.md +2 -2
- package/dist/index.mjs +3 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -71,8 +71,8 @@ Provides a standard interface for oRPC server adapters to interact with connecte
|
|
|
71
71
|
## Sponsors
|
|
72
72
|
|
|
73
73
|
<p align="center">
|
|
74
|
-
<a href="https://cdn.jsdelivr.net/gh/
|
|
75
|
-
<img src='https://cdn.jsdelivr.net/gh/
|
|
74
|
+
<a href="https://cdn.jsdelivr.net/gh/dinwwwh/dinwwwh/sponsors.svg">
|
|
75
|
+
<img src='https://cdn.jsdelivr.net/gh/dinwwwh/dinwwwh/sponsors.svg'/>
|
|
76
76
|
</a>
|
|
77
77
|
</p>
|
|
78
78
|
|
package/dist/index.mjs
CHANGED
|
@@ -576,6 +576,9 @@ class experimental_ServerPeerWithoutCodec {
|
|
|
576
576
|
}
|
|
577
577
|
return [id, void 0];
|
|
578
578
|
}
|
|
579
|
+
if (this.clientControllers.has(id)) {
|
|
580
|
+
return [id, void 0];
|
|
581
|
+
}
|
|
579
582
|
const clientController = this.open(id);
|
|
580
583
|
const signal = clientController.signal;
|
|
581
584
|
const request = {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orpc/standard-server-peer",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.13.
|
|
4
|
+
"version": "1.13.7",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://orpc.com",
|
|
7
7
|
"repository": {
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"dist"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@orpc/shared": "1.13.
|
|
27
|
-
"@orpc/standard-server": "1.13.
|
|
26
|
+
"@orpc/shared": "1.13.7",
|
|
27
|
+
"@orpc/standard-server": "1.13.7"
|
|
28
28
|
},
|
|
29
29
|
"scripts": {
|
|
30
30
|
"build": "unbuild",
|