@xuda.io/runtime-bundle 1.0.379 → 1.0.381
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 +3 -5
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +3 -5
- package/js/xuda-runtime-slim.min.es.js +3 -5
- package/js/xuda-runtime-slim.min.js +1 -1
- package/js/xuda-server-bundle.mjs +0 -2
- package/js/xuda-worker-bundle.js +0 -2
- package/package.json +1 -1
|
@@ -8029,8 +8029,6 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
|
|
|
8029
8029
|
// extract object
|
|
8030
8030
|
if (typeof val.value === 'object' && var_Arr.length > 1) {
|
|
8031
8031
|
if (!Array.isArray(val.value) && !var_Arr[key + 1].value?.includes('.')) {
|
|
8032
|
-
// && !["api_rendered_output"].includes(sourceP)
|
|
8033
|
-
|
|
8034
8032
|
// prevent cast on single value expression
|
|
8035
8033
|
res[key] = '(' + JSON.stringify(val.value) + ')';
|
|
8036
8034
|
} else {
|
package/js/xuda-worker-bundle.js
CHANGED
|
@@ -8029,8 +8029,6 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
|
|
|
8029
8029
|
// extract object
|
|
8030
8030
|
if (typeof val.value === 'object' && var_Arr.length > 1) {
|
|
8031
8031
|
if (!Array.isArray(val.value) && !var_Arr[key + 1].value?.includes('.')) {
|
|
8032
|
-
// && !["api_rendered_output"].includes(sourceP)
|
|
8033
|
-
|
|
8034
8032
|
// prevent cast on single value expression
|
|
8035
8033
|
res[key] = '(' + JSON.stringify(val.value) + ')';
|
|
8036
8034
|
} else {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xuda.io/runtime-bundle",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.381",
|
|
4
4
|
"description": "The Xuda Runtime Bundle refers to a collection of scripts and libraries packaged together to provide the necessary runtime environment for executing plugins or components in the Xuda platform. ",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"pub": "npm version patch --force && npm publish --access public"
|