ballerina-core 1.0.14 → 1.0.15

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.14",
5
+ "version": "1.0.15",
6
6
  "main": "main.ts",
7
7
  "dependencies": {
8
8
  "immutable": "^5.0.0-beta.5",
@@ -397,7 +397,7 @@ export const parseForms =
397
397
  // alert(`type = ${JSON.stringify(parsedForm.formDef.type)}`)
398
398
  // alert(`value = ${JSON.stringify(value)}`)
399
399
  const raw = toAPIRawValue({ kind: "lookup", name: parsedForm.formDef.type }, formsConfig.types, builtIns, apiConverters)(value)
400
- alert(`raw = ${JSON.stringify(raw.interests)}`)
400
+ // alert(`raw = ${JSON.stringify(raw.interests)}`)
401
401
  return entityApis.create(launcher.api)(raw)
402
402
  },
403
403
  default: (_: Unit) => entityApis.default(launcher.api)(unit)