@arrirpc/codegen-rust 0.74.0 → 0.74.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
@@ -1914,7 +1914,6 @@ function createRustClient(def, context) {
1914
1914
  clientName: context.clientName,
1915
1915
  typeNamePrefix: context.typeNamePrefix,
1916
1916
  instancePath: key,
1917
- schemaPath: key,
1918
1917
  generatedTypes: context.generatedTypes
1919
1918
  });
1920
1919
  if (rpc) {
package/dist/index.mjs CHANGED
@@ -1906,7 +1906,6 @@ function createRustClient(def, context) {
1906
1906
  clientName: context.clientName,
1907
1907
  typeNamePrefix: context.typeNamePrefix,
1908
1908
  instancePath: key,
1909
- schemaPath: key,
1910
1909
  generatedTypes: context.generatedTypes
1911
1910
  });
1912
1911
  if (rpc) {
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  ],
23
23
  "dependencies": {
24
24
  "pathe": "^2.0.2",
25
- "@arrirpc/codegen-utils": "0.74.0"
25
+ "@arrirpc/codegen-utils": "0.74.1"
26
26
  },
27
- "version": "0.74.0"
27
+ "version": "0.74.1"
28
28
  }