@orpc/server 1.13.2 → 1.13.4
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 +6 -6
- package/package.json +13 -14
package/README.md
CHANGED
|
@@ -5,19 +5,19 @@
|
|
|
5
5
|
<h1></h1>
|
|
6
6
|
|
|
7
7
|
<div align="center">
|
|
8
|
-
<a href="https://codecov.io/gh/
|
|
9
|
-
<img alt="codecov" src="https://codecov.io/gh/
|
|
8
|
+
<a href="https://codecov.io/gh/middleapi/orpc">
|
|
9
|
+
<img alt="codecov" src="https://codecov.io/gh/middleapi/orpc/branch/main/graph/badge.svg">
|
|
10
10
|
</a>
|
|
11
11
|
<a href="https://www.npmjs.com/package/@orpc/server">
|
|
12
12
|
<img alt="weekly downloads" src="https://img.shields.io/npm/dw/%40orpc%2Fserver?logo=npm" />
|
|
13
13
|
</a>
|
|
14
|
-
<a href="https://github.com/
|
|
15
|
-
<img alt="MIT License" src="https://img.shields.io/github/license/
|
|
14
|
+
<a href="https://github.com/middleapi/orpc/blob/main/LICENSE">
|
|
15
|
+
<img alt="MIT License" src="https://img.shields.io/github/license/middleapi/orpc?logo=open-source-initiative" />
|
|
16
16
|
</a>
|
|
17
17
|
<a href="https://discord.gg/TXEbwRBvQn">
|
|
18
18
|
<img alt="Discord" src="https://img.shields.io/discord/1308966753044398161?color=7389D8&label&logo=discord&logoColor=ffffff" />
|
|
19
19
|
</a>
|
|
20
|
-
<a href="https://deepwiki.com/
|
|
20
|
+
<a href="https://deepwiki.com/middleapi/orpc">
|
|
21
21
|
<img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki">
|
|
22
22
|
</a>
|
|
23
23
|
</div>
|
|
@@ -128,4 +128,4 @@ export const router = { planet: { list: listPlanet, find: findPlanet, create: cr
|
|
|
128
128
|
|
|
129
129
|
## License
|
|
130
130
|
|
|
131
|
-
Distributed under the MIT License. See [LICENSE](https://github.com/
|
|
131
|
+
Distributed under the MIT License. See [LICENSE](https://github.com/middleapi/orpc/blob/main/LICENSE) for more information.
|
package/package.json
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orpc/server",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.13.
|
|
4
|
+
"version": "1.13.4",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://orpc.dev",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "git+https://github.com/
|
|
9
|
+
"url": "git+https://github.com/middleapi/orpc.git",
|
|
10
10
|
"directory": "packages/server"
|
|
11
11
|
},
|
|
12
12
|
"keywords": [
|
|
13
|
-
"unnoq",
|
|
14
13
|
"orpc"
|
|
15
14
|
],
|
|
16
15
|
"exports": {
|
|
@@ -107,16 +106,16 @@
|
|
|
107
106
|
},
|
|
108
107
|
"dependencies": {
|
|
109
108
|
"cookie": "^1.1.1",
|
|
110
|
-
"@orpc/
|
|
111
|
-
"@orpc/
|
|
112
|
-
"@orpc/shared": "1.13.
|
|
113
|
-
"@orpc/standard-server-aws-lambda": "1.13.
|
|
114
|
-
"@orpc/
|
|
115
|
-
"@orpc/standard-server-fastify": "1.13.
|
|
116
|
-
"@orpc/standard-server-node": "1.13.
|
|
117
|
-
"@orpc/
|
|
118
|
-
"@orpc/
|
|
119
|
-
"@orpc/standard-server-
|
|
109
|
+
"@orpc/client": "1.13.4",
|
|
110
|
+
"@orpc/standard-server": "1.13.4",
|
|
111
|
+
"@orpc/shared": "1.13.4",
|
|
112
|
+
"@orpc/standard-server-aws-lambda": "1.13.4",
|
|
113
|
+
"@orpc/contract": "1.13.4",
|
|
114
|
+
"@orpc/standard-server-fastify": "1.13.4",
|
|
115
|
+
"@orpc/standard-server-node": "1.13.4",
|
|
116
|
+
"@orpc/standard-server-fetch": "1.13.4",
|
|
117
|
+
"@orpc/interop": "1.13.4",
|
|
118
|
+
"@orpc/standard-server-peer": "1.13.4"
|
|
120
119
|
},
|
|
121
120
|
"devDependencies": {
|
|
122
121
|
"@tanstack/router-core": "^1.144.0",
|
|
@@ -126,7 +125,7 @@
|
|
|
126
125
|
"next": "^16.1.1",
|
|
127
126
|
"supertest": "^7.1.4",
|
|
128
127
|
"ws": "^8.18.3",
|
|
129
|
-
"zod": "^4.2
|
|
128
|
+
"zod": "^4.3.2"
|
|
130
129
|
},
|
|
131
130
|
"scripts": {
|
|
132
131
|
"build": "unbuild",
|