@arrirpc/codegen-kotlin 0.45.4 → 0.45.5

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
@@ -1166,7 +1166,7 @@ function kotlinHttpRpcFromSchema(schema, context) {
1166
1166
  throw ${context.clientName}Error.fromJson(response.bodyAsText())
1167
1167
  }`;
1168
1168
  }
1169
- function kotlinWsRpcFromSchema(schema, context) {
1169
+ function kotlinWsRpcFromSchema(_schema, _context) {
1170
1170
  return "";
1171
1171
  }
1172
1172
  function kotlinServiceFromSchema(schema, context) {
package/dist/index.mjs CHANGED
@@ -1160,7 +1160,7 @@ function kotlinHttpRpcFromSchema(schema, context) {
1160
1160
  throw ${context.clientName}Error.fromJson(response.bodyAsText())
1161
1161
  }`;
1162
1162
  }
1163
- function kotlinWsRpcFromSchema(schema, context) {
1163
+ function kotlinWsRpcFromSchema(_schema, _context) {
1164
1164
  return "";
1165
1165
  }
1166
1166
  function kotlinServiceFromSchema(schema, context) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arrirpc/codegen-kotlin",
3
- "version": "0.45.4",
3
+ "version": "0.45.5",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -22,8 +22,8 @@
22
22
  "dist"
23
23
  ],
24
24
  "dependencies": {
25
- "@arrirpc/schema": "0.45.4",
26
- "@arrirpc/codegen-utils": "0.45.4",
27
- "json-schema-to-jtd": "0.45.4"
25
+ "@arrirpc/codegen-utils": "0.45.5",
26
+ "@arrirpc/schema": "0.45.5",
27
+ "json-schema-to-jtd": "0.45.5"
28
28
  }
29
29
  }