@arrirpc/codegen-dart 0.49.1 → 0.51.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +102 -5
- package/dist/index.cjs +1114 -914
- package/dist/index.d.cts +26 -38
- package/dist/index.d.mts +26 -38
- package/dist/index.d.ts +26 -38
- package/dist/index.mjs +1121 -919
- package/package.json +4 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@arrirpc/codegen-dart",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.51.0",
|
4
4
|
"type": "module",
|
5
5
|
"license": "MIT",
|
6
6
|
"author": {
|
@@ -22,7 +22,8 @@
|
|
22
22
|
"dist"
|
23
23
|
],
|
24
24
|
"dependencies": {
|
25
|
-
"
|
26
|
-
"@arrirpc/codegen-utils": "0.
|
25
|
+
"pathe": "^1.1.2",
|
26
|
+
"@arrirpc/codegen-utils": "0.51.0",
|
27
|
+
"@arrirpc/schema": "0.51.0"
|
27
28
|
}
|
28
29
|
}
|