@orpc/interop 0.0.0-next.1fe4418 → 0.0.0-next.205c6e8
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 +8 -8
- package/package.json +3 -4
package/README.md
CHANGED
|
@@ -2,25 +2,25 @@
|
|
|
2
2
|
> This is an internal package. Breaking changes may be introduced without notice - use at your own risk.
|
|
3
3
|
|
|
4
4
|
<div align="center">
|
|
5
|
-
<image align="center" src="https://orpc.
|
|
5
|
+
<image align="center" src="https://orpc.dev/logo.webp" width=280 alt="oRPC logo" />
|
|
6
6
|
</div>
|
|
7
7
|
|
|
8
8
|
<h1></h1>
|
|
9
9
|
|
|
10
10
|
<div align="center">
|
|
11
|
-
<a href="https://codecov.io/gh/
|
|
12
|
-
<img alt="codecov" src="https://codecov.io/gh/
|
|
11
|
+
<a href="https://codecov.io/gh/middleapi/orpc">
|
|
12
|
+
<img alt="codecov" src="https://codecov.io/gh/middleapi/orpc/branch/main/graph/badge.svg">
|
|
13
13
|
</a>
|
|
14
14
|
<a href="https://www.npmjs.com/package/@orpc/interop">
|
|
15
15
|
<img alt="weekly downloads" src="https://img.shields.io/npm/dw/%40orpc%2Finterop?logo=npm" />
|
|
16
16
|
</a>
|
|
17
|
-
<a href="https://github.com/
|
|
18
|
-
<img alt="MIT License" src="https://img.shields.io/github/license/
|
|
17
|
+
<a href="https://github.com/middleapi/orpc/blob/main/LICENSE">
|
|
18
|
+
<img alt="MIT License" src="https://img.shields.io/github/license/middleapi/orpc?logo=open-source-initiative" />
|
|
19
19
|
</a>
|
|
20
20
|
<a href="https://discord.gg/TXEbwRBvQn">
|
|
21
21
|
<img alt="Discord" src="https://img.shields.io/discord/1308966753044398161?color=7389D8&label&logo=discord&logoColor=ffffff" />
|
|
22
22
|
</a>
|
|
23
|
-
<a href="https://deepwiki.com/
|
|
23
|
+
<a href="https://deepwiki.com/middleapi/orpc">
|
|
24
24
|
<img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki">
|
|
25
25
|
</a>
|
|
26
26
|
</div>
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
|
|
49
49
|
## Documentation
|
|
50
50
|
|
|
51
|
-
You can find the full documentation [here](https://orpc.
|
|
51
|
+
You can find the full documentation [here](https://orpc.dev).
|
|
52
52
|
|
|
53
53
|
## Packages
|
|
54
54
|
|
|
@@ -85,4 +85,4 @@ A compatibility layer that builds & re-exports upstream packages that don't yet
|
|
|
85
85
|
|
|
86
86
|
## License
|
|
87
87
|
|
|
88
|
-
Distributed under the MIT License. See [LICENSE](https://github.com/
|
|
88
|
+
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/interop",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.0-next.
|
|
4
|
+
"version": "0.0.0-next.205c6e8",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"homepage": "https://orpc.
|
|
6
|
+
"homepage": "https://orpc.dev",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "git+https://github.com/
|
|
9
|
+
"url": "git+https://github.com/middleapi/orpc.git",
|
|
10
10
|
"directory": "packages/interop"
|
|
11
11
|
},
|
|
12
12
|
"keywords": [
|
|
13
|
-
"unnoq",
|
|
14
13
|
"orpc"
|
|
15
14
|
],
|
|
16
15
|
"exports": {
|