ballerina-core 1.0.188 → 1.0.190
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
|
@@ -1542,7 +1542,9 @@ export const dispatchFromAPIRawValue =
|
|
|
1542
1542
|
types,
|
|
1543
1543
|
converters,
|
|
1544
1544
|
injectedPrimitives,
|
|
1545
|
-
)(readOnlyResult.ReadOnly)
|
|
1545
|
+
)(readOnlyResult.ReadOnly).Then((value) =>
|
|
1546
|
+
ValueOrErrors.Default.return(PredicateValue.Default.readonly(value)),
|
|
1547
|
+
);
|
|
1546
1548
|
}
|
|
1547
1549
|
|
|
1548
1550
|
// TODO -- this can be more functional
|