@xuda.io/runtime-bundle 1.0.379 → 1.0.380
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/js/xuda-runtime-bundle.js +1 -0
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +1 -0
- package/js/xuda-runtime-slim.min.es.js +1 -0
- package/js/xuda-runtime-slim.min.js +1 -1
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +1 -0
- package/js/xuda-worker-bundle.js +1 -0
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
|
@@ -34983,6 +34983,7 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
|
|
|
34983
34983
|
}
|
|
34984
34984
|
// extract object
|
|
34985
34985
|
if (typeof val.value === 'object' && var_Arr.length > 1) {
|
|
34986
|
+
debugger;
|
|
34986
34987
|
if (!Array.isArray(val.value) && !var_Arr[key + 1].value?.includes('.')) {
|
|
34987
34988
|
// && !["api_rendered_output"].includes(sourceP)
|
|
34988
34989
|
|