@orpc/interop 1.13.1 → 1.13.3
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 +6 -6
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -8,19 +8,19 @@
|
|
|
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>
|
|
@@ -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": "1.13.
|
|
4
|
+
"version": "1.13.3",
|
|
5
5
|
"license": "MIT",
|
|
6
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": {
|