@orpc/nest 0.0.0-next.f4ed9ab → 0.0.0-next.f779f69

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 CHANGED
@@ -63,7 +63,7 @@ You can find the full documentation [here](https://orpc.unnoq.com).
63
63
 
64
64
  ## `@orpc/nest`
65
65
 
66
- Deeply integrate oRPC with [NestJS](https://nestjs.com/). Read the [documentation](https://orpc.unnoq.com/docs/openapi/nest/implement-contract) for more information.
66
+ Deeply integrate oRPC with [NestJS](https://nestjs.com/). Read the [documentation](https://orpc.unnoq.com/docs/openapi/integrations/implement-contract-in-nest) for more information.
67
67
 
68
68
  ### Implement Contract
69
69
 
package/dist/index.d.mts CHANGED
@@ -8,7 +8,7 @@ import { Observable } from 'rxjs';
8
8
  /**
9
9
  * Decorator in controller handler to implement a oRPC contract.
10
10
  *
11
- * @see {@link https://orpc.unnoq.com/docs/openapi/nest/implement-contract#implement-your-contract NestJS Implement Contract Docs}
11
+ * @see {@link https://orpc.unnoq.com/docs/openapi/integrations/implement-contract-in-nest#implement-your-contract NestJS Implement Contract Docs}
12
12
  */
13
13
  declare function Implement<T extends ContractRouter<any>>(contract: T): <U extends Promisable<Router<T, Record<never, never>>>>(target: Record<PropertyKey, any>, propertyKey: string, descriptor: TypedPropertyDescriptor<(...args: any[]) => U>) => void;
14
14
  declare class ImplementInterceptor implements NestInterceptor {
@@ -28,7 +28,7 @@ interface PopulateContractRouterPathsOptions {
28
28
  * This utility automatically populates any missing paths
29
29
  * Using the router's keys + `/`.
30
30
  *
31
- * @see {@link https://orpc.unnoq.com/docs/openapi/nest/implement-contract#define-your-contract NestJS Implement Contract Docs}
31
+ * @see {@link https://orpc.unnoq.com/docs/openapi/integrations/implement-contract-in-nest#define-your-contract NestJS Implement Contract Docs}
32
32
  */
33
33
  declare function populateContractRouterPaths<T extends AnyContractRouter>(router: T, options?: PopulateContractRouterPathsOptions): PopulatedContractRouterPaths<T>;
34
34
 
package/dist/index.d.ts CHANGED
@@ -8,7 +8,7 @@ import { Observable } from 'rxjs';
8
8
  /**
9
9
  * Decorator in controller handler to implement a oRPC contract.
10
10
  *
11
- * @see {@link https://orpc.unnoq.com/docs/openapi/nest/implement-contract#implement-your-contract NestJS Implement Contract Docs}
11
+ * @see {@link https://orpc.unnoq.com/docs/openapi/integrations/implement-contract-in-nest#implement-your-contract NestJS Implement Contract Docs}
12
12
  */
13
13
  declare function Implement<T extends ContractRouter<any>>(contract: T): <U extends Promisable<Router<T, Record<never, never>>>>(target: Record<PropertyKey, any>, propertyKey: string, descriptor: TypedPropertyDescriptor<(...args: any[]) => U>) => void;
14
14
  declare class ImplementInterceptor implements NestInterceptor {
@@ -28,7 +28,7 @@ interface PopulateContractRouterPathsOptions {
28
28
  * This utility automatically populates any missing paths
29
29
  * Using the router's keys + `/`.
30
30
  *
31
- * @see {@link https://orpc.unnoq.com/docs/openapi/nest/implement-contract#define-your-contract NestJS Implement Contract Docs}
31
+ * @see {@link https://orpc.unnoq.com/docs/openapi/integrations/implement-contract-in-nest#define-your-contract NestJS Implement Contract Docs}
32
32
  */
33
33
  declare function populateContractRouterPaths<T extends AnyContractRouter>(router: T, options?: PopulateContractRouterPathsOptions): PopulatedContractRouterPaths<T>;
34
34
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orpc/nest",
3
3
  "type": "module",
4
- "version": "0.0.0-next.f4ed9ab",
4
+ "version": "0.0.0-next.f779f69",
5
5
  "license": "MIT",
6
6
  "homepage": "https://orpc.unnoq.com",
7
7
  "repository": {
@@ -39,14 +39,14 @@
39
39
  }
40
40
  },
41
41
  "dependencies": {
42
- "@orpc/client": "0.0.0-next.f4ed9ab",
43
- "@orpc/openapi": "0.0.0-next.f4ed9ab",
44
- "@orpc/openapi-client": "0.0.0-next.f4ed9ab",
45
- "@orpc/server": "0.0.0-next.f4ed9ab",
46
- "@orpc/shared": "0.0.0-next.f4ed9ab",
47
- "@orpc/contract": "0.0.0-next.f4ed9ab",
48
- "@orpc/standard-server-node": "0.0.0-next.f4ed9ab",
49
- "@orpc/standard-server": "0.0.0-next.f4ed9ab"
42
+ "@orpc/client": "0.0.0-next.f779f69",
43
+ "@orpc/openapi-client": "0.0.0-next.f779f69",
44
+ "@orpc/server": "0.0.0-next.f779f69",
45
+ "@orpc/shared": "0.0.0-next.f779f69",
46
+ "@orpc/openapi": "0.0.0-next.f779f69",
47
+ "@orpc/standard-server": "0.0.0-next.f779f69",
48
+ "@orpc/contract": "0.0.0-next.f779f69",
49
+ "@orpc/standard-server-node": "0.0.0-next.f779f69"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@nestjs/common": "^11.1.0",
@@ -60,7 +60,7 @@
60
60
  "fastify": "^5.0.0",
61
61
  "rxjs": "^7.8.1",
62
62
  "supertest": "^7.1.0",
63
- "zod": "3.25.0-beta.20250516T005923"
63
+ "zod": "^3.25.49"
64
64
  },
65
65
  "scripts": {
66
66
  "build": "unbuild",