@orpc/nest 1.12.0 → 1.12.1

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
@@ -1,5 +1,5 @@
1
1
  <div align="center">
2
- <image align="center" src="https://orpc.unnoq.com/logo.webp" width=280 alt="oRPC logo" />
2
+ <image align="center" src="https://orpc.dev/logo.webp" width=280 alt="oRPC logo" />
3
3
  </div>
4
4
 
5
5
  <h1></h1>
@@ -45,7 +45,7 @@
45
45
 
46
46
  ## Documentation
47
47
 
48
- You can find the full documentation [here](https://orpc.unnoq.com).
48
+ You can find the full documentation [here](https://orpc.dev).
49
49
 
50
50
  ## Packages
51
51
 
@@ -66,11 +66,11 @@ You can find the full documentation [here](https://orpc.unnoq.com).
66
66
 
67
67
  ## `@orpc/nest`
68
68
 
69
- 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.
69
+ Deeply integrate oRPC with [NestJS](https://nestjs.com/). Read the [documentation](https://orpc.dev/docs/openapi/integrations/implement-contract-in-nest) for more information.
70
70
 
71
71
  ### Implement Contract
72
72
 
73
- An overview of how to implement an [oRPC contract](https://orpc.unnoq.com/docs/contract-first/define-contract) in NestJS.
73
+ An overview of how to implement an [oRPC contract](https://orpc.dev/docs/contract-first/define-contract) in NestJS.
74
74
 
75
75
  ```ts
76
76
  import { Implement, implement, ORPCError } from '@orpc/nest'
package/dist/index.d.mts CHANGED
@@ -44,7 +44,7 @@ declare class ORPCModule {
44
44
  /**
45
45
  * Decorator in controller handler to implement a oRPC contract.
46
46
  *
47
- * @see {@link https://orpc.unnoq.com/docs/openapi/integrations/implement-contract-in-nest#implement-your-contract NestJS Implement Contract Docs}
47
+ * @see {@link https://orpc.dev/docs/openapi/integrations/implement-contract-in-nest#implement-your-contract NestJS Implement Contract Docs}
48
48
  */
49
49
  declare function Implement<T extends ContractRouter<any>>(contract: T): <U extends Promisable<Router<T, ORPCGlobalContext>>>(target: Record<PropertyKey, any>, propertyKey: string, descriptor: TypedPropertyDescriptor<(...args: any[]) => U>) => void;
50
50
  declare class ImplementInterceptor implements NestInterceptor {
@@ -67,7 +67,7 @@ interface PopulateContractRouterPathsOptions {
67
67
  * This utility automatically populates any missing paths
68
68
  * Using the router's keys + `/`.
69
69
  *
70
- * @see {@link https://orpc.unnoq.com/docs/openapi/integrations/implement-contract-in-nest#define-your-contract NestJS Implement Contract Docs}
70
+ * @see {@link https://orpc.dev/docs/openapi/integrations/implement-contract-in-nest#define-your-contract NestJS Implement Contract Docs}
71
71
  */
72
72
  declare function populateContractRouterPaths<T extends AnyContractRouter>(router: T, options?: PopulateContractRouterPathsOptions): PopulatedContractRouterPaths<T>;
73
73
 
package/dist/index.d.ts CHANGED
@@ -44,7 +44,7 @@ declare class ORPCModule {
44
44
  /**
45
45
  * Decorator in controller handler to implement a oRPC contract.
46
46
  *
47
- * @see {@link https://orpc.unnoq.com/docs/openapi/integrations/implement-contract-in-nest#implement-your-contract NestJS Implement Contract Docs}
47
+ * @see {@link https://orpc.dev/docs/openapi/integrations/implement-contract-in-nest#implement-your-contract NestJS Implement Contract Docs}
48
48
  */
49
49
  declare function Implement<T extends ContractRouter<any>>(contract: T): <U extends Promisable<Router<T, ORPCGlobalContext>>>(target: Record<PropertyKey, any>, propertyKey: string, descriptor: TypedPropertyDescriptor<(...args: any[]) => U>) => void;
50
50
  declare class ImplementInterceptor implements NestInterceptor {
@@ -67,7 +67,7 @@ interface PopulateContractRouterPathsOptions {
67
67
  * This utility automatically populates any missing paths
68
68
  * Using the router's keys + `/`.
69
69
  *
70
- * @see {@link https://orpc.unnoq.com/docs/openapi/integrations/implement-contract-in-nest#define-your-contract NestJS Implement Contract Docs}
70
+ * @see {@link https://orpc.dev/docs/openapi/integrations/implement-contract-in-nest#define-your-contract NestJS Implement Contract Docs}
71
71
  */
72
72
  declare function populateContractRouterPaths<T extends AnyContractRouter>(router: T, options?: PopulateContractRouterPathsOptions): PopulatedContractRouterPaths<T>;
73
73
 
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@orpc/nest",
3
3
  "type": "module",
4
- "version": "1.12.0",
4
+ "version": "1.12.1",
5
5
  "license": "MIT",
6
- "homepage": "https://orpc.unnoq.com",
6
+ "homepage": "https://orpc.dev",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "git+https://github.com/unnoq/orpc.git",
@@ -39,15 +39,15 @@
39
39
  }
40
40
  },
41
41
  "dependencies": {
42
- "@orpc/contract": "1.12.0",
43
- "@orpc/client": "1.12.0",
44
- "@orpc/openapi": "1.12.0",
45
- "@orpc/shared": "1.12.0",
46
- "@orpc/openapi-client": "1.12.0",
47
- "@orpc/server": "1.12.0",
48
- "@orpc/standard-server": "1.12.0",
49
- "@orpc/standard-server-fastify": "1.12.0",
50
- "@orpc/standard-server-node": "1.12.0"
42
+ "@orpc/contract": "1.12.1",
43
+ "@orpc/client": "1.12.1",
44
+ "@orpc/openapi": "1.12.1",
45
+ "@orpc/openapi-client": "1.12.1",
46
+ "@orpc/shared": "1.12.1",
47
+ "@orpc/standard-server": "1.12.1",
48
+ "@orpc/standard-server-fastify": "1.12.1",
49
+ "@orpc/server": "1.12.1",
50
+ "@orpc/standard-server-node": "1.12.1"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@fastify/cookie": "^11.0.2",