@arrirpc/codegen-rust 0.58.0 → 0.58.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -22,10 +22,10 @@
|
|
22
22
|
],
|
23
23
|
"dependencies": {
|
24
24
|
"pathe": "^1.1.2",
|
25
|
-
"@arrirpc/codegen-utils": "0.58.
|
25
|
+
"@arrirpc/codegen-utils": "0.58.1"
|
26
26
|
},
|
27
27
|
"devDependencies": {
|
28
|
-
"@arrirpc/schema": "0.58.
|
28
|
+
"@arrirpc/schema": "0.58.1"
|
29
29
|
},
|
30
|
-
"version": "0.58.
|
30
|
+
"version": "0.58.1"
|
31
31
|
}
|