@arrirpc/codegen-kotlin 0.45.4 → 0.45.6

Sign up to get free protection for your applications and to get access to all the features.
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.6",
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.6",
26
+ "@arrirpc/schema": "0.45.6",
27
+ "json-schema-to-jtd": "0.45.6"
28
28
  }
29
29
  }