ballerina-core 1.0.253 → 1.0.254

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "ballerina-core",
3
3
  "author": "Dr. Giuseppe Maggiore",
4
4
  "private": false,
5
- "version": "1.0.253",
5
+ "version": "1.0.254",
6
6
  "main": "main.ts",
7
7
  "scripts": {
8
8
  "prettier": "prettier --write ."
@@ -1302,8 +1302,8 @@ export const DispatchDeltaTransfer = {
1302
1302
  string
1303
1303
  >([
1304
1304
  {
1305
- Discriminator: delta.caseName[0],
1306
- [delta.caseName[0]]: value[0],
1305
+ Discriminator: `Case${delta.caseName[0]}`,
1306
+ [`Case${delta.caseName[0]}`]: value[0],
1307
1307
  } as {
1308
1308
  Discriminator: string;
1309
1309
  } & {