@orpc/hey-api 0.0.0-next.f437dcb → 0.0.0-next.f4868a1

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,22 +1,25 @@
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>
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/hey-api">
12
12
  <img alt="weekly downloads" src="https://img.shields.io/npm/dw/%40orpc%2Fhey-api?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/middleapi/orpc">
21
+ <img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki">
22
+ </a>
20
23
  </div>
21
24
 
22
25
  <h3 align="center">Typesafe APIs Made Simple 🪄</h3>
@@ -42,7 +45,7 @@
42
45
 
43
46
  ## Documentation
44
47
 
45
- You can find the full documentation [here](https://orpc.unnoq.com).
48
+ You can find the full documentation [here](https://orpc.dev).
46
49
 
47
50
  ## Packages
48
51
 
@@ -68,11 +71,11 @@ Integration with [Hey API](https://heyapi.dev/).
68
71
  ## Sponsors
69
72
 
70
73
  <p align="center">
71
- <a href="https://cdn.jsdelivr.net/gh/unnoq/unnoq/sponsors.svg">
72
- <img src='https://cdn.jsdelivr.net/gh/unnoq/unnoq/sponsors.svg'/>
74
+ <a href="https://cdn.jsdelivr.net/gh/dinwwwh/dinwwwh/sponsors.svg">
75
+ <img src='https://cdn.jsdelivr.net/gh/dinwwwh/dinwwwh/sponsors.svg'/>
73
76
  </a>
74
77
  </p>
75
78
 
76
79
  ## License
77
80
 
78
- Distributed under the MIT License. See [LICENSE](https://github.com/unnoq/orpc/blob/main/LICENSE) for more information.
81
+ Distributed under the MIT License. See [LICENSE](https://github.com/middleapi/orpc/blob/main/LICENSE) for more information.
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,16 +1,15 @@
1
1
  {
2
2
  "name": "@orpc/hey-api",
3
3
  "type": "module",
4
- "version": "0.0.0-next.f437dcb",
4
+ "version": "0.0.0-next.f4868a1",
5
5
  "license": "MIT",
6
- "homepage": "https://orpc.unnoq.com",
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/hey-api"
11
11
  },
12
12
  "keywords": [
13
- "unnoq",
14
13
  "orpc",
15
14
  "Hey API"
16
15
  ],
@@ -25,11 +24,11 @@
25
24
  "dist"
26
25
  ],
27
26
  "dependencies": {
28
- "@orpc/client": "0.0.0-next.f437dcb",
29
- "@orpc/shared": "0.0.0-next.f437dcb"
27
+ "@orpc/client": "0.0.0-next.f4868a1",
28
+ "@orpc/shared": "0.0.0-next.f4868a1"
30
29
  },
31
30
  "devDependencies": {
32
- "@hey-api/openapi-ts": "^0.80.8"
31
+ "@hey-api/openapi-ts": "^0.80.18"
33
32
  },
34
33
  "scripts": {
35
34
  "build": "unbuild",