@xuda.io/runtime-bundle 1.0.1138 → 1.0.1140
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.
|
@@ -27851,6 +27851,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
|
|
|
27851
27851
|
}
|
|
27852
27852
|
for await (const [key, attr] of Object.entries(queue_obj.paramsP.elem_val.attributes)) {
|
|
27853
27853
|
if (attr === 'xu-exp:xu-render' || attr === 'xu-exp:xu-for' || attr === 'xu-for' || attr === 'xu-exp:xu-bind') {
|
|
27854
|
+
// if (attr === 'xu-exp:xu-for' || attr === 'xu-for' || attr === 'xu-exp:xu-bind') {
|
|
27854
27855
|
continue;
|
|
27855
27856
|
}
|
|
27856
27857
|
|
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -8723,6 +8723,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
|
|
|
8723
8723
|
}
|
|
8724
8724
|
for await (const [key, attr] of Object.entries(queue_obj.paramsP.elem_val.attributes)) {
|
|
8725
8725
|
if (attr === 'xu-exp:xu-render' || attr === 'xu-exp:xu-for' || attr === 'xu-for' || attr === 'xu-exp:xu-bind') {
|
|
8726
|
+
// if (attr === 'xu-exp:xu-for' || attr === 'xu-for' || attr === 'xu-exp:xu-bind') {
|
|
8726
8727
|
continue;
|
|
8727
8728
|
}
|
|
8728
8729
|
|
|
@@ -8724,6 +8724,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
|
|
|
8724
8724
|
}
|
|
8725
8725
|
for await (const [key, attr] of Object.entries(queue_obj.paramsP.elem_val.attributes)) {
|
|
8726
8726
|
if (attr === 'xu-exp:xu-render' || attr === 'xu-exp:xu-for' || attr === 'xu-for' || attr === 'xu-exp:xu-bind') {
|
|
8727
|
+
// if (attr === 'xu-exp:xu-for' || attr === 'xu-for' || attr === 'xu-exp:xu-bind') {
|
|
8727
8728
|
continue;
|
|
8728
8729
|
}
|
|
8729
8730
|
|
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.1140",
|
|
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"
|