@arrirpc/codegen-dart 0.55.0 → 0.57.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arrirpc/codegen-dart",
3
- "version": "0.55.0",
3
+ "version": "0.57.2",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -23,7 +23,7 @@
23
23
  ],
24
24
  "dependencies": {
25
25
  "pathe": "^1.1.2",
26
- "@arrirpc/codegen-utils": "0.55.0",
27
- "@arrirpc/schema": "0.55.0"
26
+ "@arrirpc/codegen-utils": "0.57.2",
27
+ "@arrirpc/schema": "0.57.2"
28
28
  }
29
29
  }