@orpc/vue-colada 0.49.0 → 0.51.0
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 -0
- package/package.json +3 -3
package/README.md
CHANGED
@@ -96,6 +96,14 @@ export function Setup() {
|
|
96
96
|
}
|
97
97
|
```
|
98
98
|
|
99
|
+
## Sponsors
|
100
|
+
|
101
|
+
<p align="center">
|
102
|
+
<a href="https://cdn.jsdelivr.net/gh/unnoq/unnoq/sponsors.svg">
|
103
|
+
<img src='https://cdn.jsdelivr.net/gh/unnoq/unnoq/sponsors.svg'/>
|
104
|
+
</a>
|
105
|
+
</p>
|
106
|
+
|
99
107
|
## License
|
100
108
|
|
101
109
|
Distributed under the MIT License. See [LICENSE](https://github.com/unnoq/orpc/blob/main/LICENSE) for more information.
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@orpc/vue-colada",
|
3
3
|
"type": "module",
|
4
|
-
"version": "0.
|
4
|
+
"version": "0.51.0",
|
5
5
|
"license": "MIT",
|
6
6
|
"homepage": "https://orpc.unnoq.com",
|
7
7
|
"repository": {
|
@@ -32,8 +32,8 @@
|
|
32
32
|
"vue": ">=3.3.0"
|
33
33
|
},
|
34
34
|
"dependencies": {
|
35
|
-
"@orpc/client": "0.
|
36
|
-
"@orpc/shared": "0.
|
35
|
+
"@orpc/client": "0.51.0",
|
36
|
+
"@orpc/shared": "0.51.0"
|
37
37
|
},
|
38
38
|
"devDependencies": {
|
39
39
|
"pinia": "^2.3.0"
|