@arrirpc/codegen-rust 0.60.1 → 0.60.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 -5
package/package.json CHANGED
@@ -22,10 +22,8 @@
22
22
  ],
23
23
  "dependencies": {
24
24
  "pathe": "^1.1.2",
25
- "@arrirpc/codegen-utils": "0.60.1"
25
+ "@arrirpc/codegen-utils": "0.60.2"
26
26
  },
27
- "devDependencies": {
28
- "@arrirpc/schema": "0.60.1"
29
- },
30
- "version": "0.60.1"
27
+ "devDependencies": {},
28
+ "version": "0.60.2"
31
29
  }