@orpc/interop 1.12.0 → 1.12.2
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
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>
|
|
@@ -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
|
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orpc/interop",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.12.
|
|
4
|
+
"version": "1.12.2",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"homepage": "https://orpc.
|
|
6
|
+
"homepage": "https://orpc.dev",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
9
|
"url": "git+https://github.com/unnoq/orpc.git",
|