@arrirpc/codegen-kotlin 0.49.0 → 0.50.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.cjs CHANGED
@@ -152,7 +152,7 @@ function kotlinArrayFromSchema(schema, context) {
152
152
  modelPrefix: context.modelPrefix,
153
153
  clientName: context.clientName,
154
154
  clientVersion: context.clientVersion,
155
- instancePath: `${context.instancePath}/[element]`,
155
+ instancePath: `${context.instancePath}/[Element]`,
156
156
  schemaPath: `${context.schemaPath}/elements`,
157
157
  existingTypeIds: context.existingTypeIds
158
158
  });
package/dist/index.mjs CHANGED
@@ -146,7 +146,7 @@ function kotlinArrayFromSchema(schema, context) {
146
146
  modelPrefix: context.modelPrefix,
147
147
  clientName: context.clientName,
148
148
  clientVersion: context.clientVersion,
149
- instancePath: `${context.instancePath}/[element]`,
149
+ instancePath: `${context.instancePath}/[Element]`,
150
150
  schemaPath: `${context.schemaPath}/elements`,
151
151
  existingTypeIds: context.existingTypeIds
152
152
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arrirpc/codegen-kotlin",
3
- "version": "0.49.0",
3
+ "version": "0.50.0",
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/codegen-utils": "0.49.0",
26
- "json-schema-to-jtd": "0.49.0",
27
- "@arrirpc/schema": "0.49.0"
25
+ "@arrirpc/codegen-utils": "0.50.0",
26
+ "@arrirpc/schema": "0.50.0",
27
+ "json-schema-to-jtd": "0.50.0"
28
28
  }
29
29
  }