@arrirpc/codegen-swift 0.63.1 → 0.63.2

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.cjs CHANGED
@@ -1288,7 +1288,7 @@ ${mainContent}
1288
1288
  if __index > 0 {
1289
1289
  ${target} += ","
1290
1290
  }
1291
- ${target} += "\\"\\(__key)\\":"
1291
+ ${target} += "\\(serializeString(input: __key)):"
1292
1292
  ${subType.toJsonTemplate("__value", target)}
1293
1293
  }
1294
1294
  ${target} += "}"`;
package/dist/index.mjs CHANGED
@@ -1282,7 +1282,7 @@ ${mainContent}
1282
1282
  if __index > 0 {
1283
1283
  ${target} += ","
1284
1284
  }
1285
- ${target} += "\\"\\(__key)\\":"
1285
+ ${target} += "\\(serializeString(input: __key)):"
1286
1286
  ${subType.toJsonTemplate("__value", target)}
1287
1287
  }
1288
1288
  ${target} += "}"`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arrirpc/codegen-swift",
3
- "version": "0.63.1",
3
+ "version": "0.63.2",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -22,7 +22,7 @@
22
22
  "dist"
23
23
  ],
24
24
  "dependencies": {
25
- "@arrirpc/codegen-utils": "0.63.1"
25
+ "@arrirpc/codegen-utils": "0.63.2"
26
26
  },
27
27
  "devDependencies": {}
28
28
  }