@orpc/experimental-publisher 1.13.6 → 1.13.7
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 +6 -6
package/README.md
CHANGED
|
@@ -71,8 +71,8 @@ Event Publisher with multiple adapter support, resume support, and more.
|
|
|
71
71
|
## Sponsors
|
|
72
72
|
|
|
73
73
|
<p align="center">
|
|
74
|
-
<a href="https://cdn.jsdelivr.net/gh/
|
|
75
|
-
<img src='https://cdn.jsdelivr.net/gh/
|
|
74
|
+
<a href="https://cdn.jsdelivr.net/gh/dinwwwh/dinwwwh/sponsors.svg">
|
|
75
|
+
<img src='https://cdn.jsdelivr.net/gh/dinwwwh/dinwwwh/sponsors.svg'/>
|
|
76
76
|
</a>
|
|
77
77
|
</p>
|
|
78
78
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orpc/experimental-publisher",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.13.
|
|
4
|
+
"version": "1.13.7",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://orpc.dev",
|
|
7
7
|
"repository": {
|
|
@@ -50,13 +50,13 @@
|
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@orpc/
|
|
54
|
-
"@orpc/standard-server": "1.13.
|
|
55
|
-
"@orpc/
|
|
53
|
+
"@orpc/shared": "1.13.7",
|
|
54
|
+
"@orpc/standard-server": "1.13.7",
|
|
55
|
+
"@orpc/client": "1.13.7"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@upstash/redis": "^1.36.
|
|
59
|
-
"ioredis": "^5.
|
|
58
|
+
"@upstash/redis": "^1.36.4",
|
|
59
|
+
"ioredis": "^5.10.0"
|
|
60
60
|
},
|
|
61
61
|
"scripts": {
|
|
62
62
|
"build": "unbuild",
|