@arrirpc/codegen-rust 0.81.0 → 0.81.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1670,6 +1670,7 @@ function rustServiceFromSchema(schema, context) {
1670
1670
  key: validRustIdentifier(key),
1671
1671
  name: subService.name
1672
1672
  });
1673
+ subServiceContent.push(subService.content);
1673
1674
  }
1674
1675
  continue;
1675
1676
  }
package/dist/index.mjs CHANGED
@@ -1662,6 +1662,7 @@ function rustServiceFromSchema(schema, context) {
1662
1662
  key: validRustIdentifier(key),
1663
1663
  name: subService.name
1664
1664
  });
1665
+ subServiceContent.push(subService.content);
1665
1666
  }
1666
1667
  continue;
1667
1668
  }
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  ],
23
23
  "dependencies": {
24
24
  "pathe": "^2.0.3",
25
- "@arrirpc/codegen-utils": "0.81.0"
25
+ "@arrirpc/codegen-utils": "0.81.1"
26
26
  },
27
- "version": "0.81.0"
27
+ "version": "0.81.1"
28
28
  }