@arrirpc/codegen-utils 0.59.0 → 0.60.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -27,7 +27,7 @@ export default defineGeneratorPlugin((options: MyPluginOptions) => {
27
27
 
28
28
  ```ts
29
29
  // type guards
30
- isAddDefinition(input);
30
+ isAppDefinition(input);
31
31
  isRpcDefinition(input);
32
32
  isServiceDefinition(input);
33
33
  isSchema(input);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arrirpc/codegen-utils",
3
- "version": "0.59.0",
3
+ "version": "0.60.1",
4
4
  "license": "MIT",
5
5
  "author": {
6
6
  "name": "joshmossas",
@@ -23,7 +23,7 @@
23
23
  ],
24
24
  "dependencies": {
25
25
  "scule": "^1.3.0",
26
- "@arrirpc/schema": "0.59.0",
27
- "jtd-utils": "0.59.0"
26
+ "jtd-utils": "0.60.1",
27
+ "@arrirpc/schema": "0.60.1"
28
28
  }
29
29
  }