@orpc/hey-api 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
 
package/dist/index.d.mts CHANGED
@@ -12,7 +12,7 @@ type experimental_ToORPCClientResult<T extends Record<string, any>> = {
12
12
  /**
13
13
  * Convert a Hey API SDK to an oRPC client.
14
14
  *
15
- * @see {@link https://orpc.unnoq.com/docs/integrations/hey-api Hey API Docs}
15
+ * @see {@link https://orpc.dev/docs/integrations/hey-api Hey API Docs}
16
16
  */
17
17
  declare function experimental_toORPCClient<T extends Record<string, any>>(sdk: T): experimental_ToORPCClientResult<T>;
18
18
 
package/dist/index.d.ts CHANGED
@@ -12,7 +12,7 @@ type experimental_ToORPCClientResult<T extends Record<string, any>> = {
12
12
  /**
13
13
  * Convert a Hey API SDK to an oRPC client.
14
14
  *
15
- * @see {@link https://orpc.unnoq.com/docs/integrations/hey-api Hey API Docs}
15
+ * @see {@link https://orpc.dev/docs/integrations/hey-api Hey API Docs}
16
16
  */
17
17
  declare function experimental_toORPCClient<T extends Record<string, any>>(sdk: T): experimental_ToORPCClientResult<T>;
18
18
 
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@orpc/hey-api",
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",
@@ -25,8 +25,8 @@
25
25
  "dist"
26
26
  ],
27
27
  "dependencies": {
28
- "@orpc/client": "1.12.0",
29
- "@orpc/shared": "1.12.0"
28
+ "@orpc/client": "1.12.1",
29
+ "@orpc/shared": "1.12.1"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@hey-api/openapi-ts": "^0.80.8"