@orpc/nest 1.13.1 → 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.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +18 -19
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/unnoq/orpc">
9
- <img alt="codecov" src="https://codecov.io/gh/unnoq/orpc/branch/main/graph/badge.svg">
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/nest">
12
12
  <img alt="weekly downloads" src="https://img.shields.io/npm/dw/%40orpc%2Fnest?logo=npm" />
13
13
  </a>
14
- <a href="https://github.com/unnoq/orpc/blob/main/LICENSE">
15
- <img alt="MIT License" src="https://img.shields.io/github/license/unnoq/orpc?logo=open-source-initiative" />
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/unnoq/orpc">
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>
@@ -132,4 +132,4 @@ export class PlanetController {
132
132
 
133
133
  ## License
134
134
 
135
- Distributed under the MIT License. See [LICENSE](https://github.com/unnoq/orpc/blob/main/LICENSE) for more information.
135
+ 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/nest",
3
3
  "type": "module",
4
- "version": "1.13.1",
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/unnoq/orpc.git",
9
+ "url": "git+https://github.com/middleapi/orpc.git",
10
10
  "directory": "packages/nest"
11
11
  },
12
12
  "keywords": [
13
- "unnoq",
14
13
  "orpc"
15
14
  ],
16
15
  "exports": {
@@ -39,30 +38,30 @@
39
38
  }
40
39
  },
41
40
  "dependencies": {
42
- "@orpc/contract": "1.13.1",
43
- "@orpc/openapi": "1.13.1",
44
- "@orpc/openapi-client": "1.13.1",
45
- "@orpc/client": "1.13.1",
46
- "@orpc/server": "1.13.1",
47
- "@orpc/shared": "1.13.1",
48
- "@orpc/standard-server": "1.13.1",
49
- "@orpc/standard-server-fastify": "1.13.1",
50
- "@orpc/standard-server-node": "1.13.1"
41
+ "@orpc/client": "1.13.4",
42
+ "@orpc/openapi-client": "1.13.4",
43
+ "@orpc/openapi": "1.13.4",
44
+ "@orpc/contract": "1.13.4",
45
+ "@orpc/server": "1.13.4",
46
+ "@orpc/shared": "1.13.4",
47
+ "@orpc/standard-server": "1.13.4",
48
+ "@orpc/standard-server-node": "1.13.4",
49
+ "@orpc/standard-server-fastify": "1.13.4"
51
50
  },
52
51
  "devDependencies": {
53
52
  "@fastify/cookie": "^11.0.2",
54
- "@nestjs/common": "^11.1.9",
55
- "@nestjs/core": "^11.1.9",
56
- "@nestjs/platform-express": "^11.1.9",
57
- "@nestjs/platform-fastify": "^11.1.9",
58
- "@nestjs/testing": "^11.1.9",
53
+ "@nestjs/common": "^11.1.11",
54
+ "@nestjs/core": "^11.1.11",
55
+ "@nestjs/platform-express": "^11.1.11",
56
+ "@nestjs/platform-fastify": "^11.1.11",
57
+ "@nestjs/testing": "^11.1.11",
59
58
  "@ts-rest/core": "^3.52.1",
60
59
  "@types/express": "^5.0.6",
61
60
  "express": "^5.2.1",
62
61
  "fastify": "^5.6.2",
63
- "rxjs": "^7.8.1",
62
+ "rxjs": "^7.8.2",
64
63
  "supertest": "^7.1.4",
65
- "zod": "^4.1.12"
64
+ "zod": "^4.3.2"
66
65
  },
67
66
  "scripts": {
68
67
  "build": "unbuild",