x-runtime-lib 0.4.9 → 0.4.10
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/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -892,7 +892,7 @@ const Cs = /* @__PURE__ */ un({
|
|
|
892
892
|
events: [
|
|
893
893
|
{
|
|
894
894
|
key: "click",
|
|
895
|
-
name: "
|
|
895
|
+
name: "EVENT_CLICK"
|
|
896
896
|
}
|
|
897
897
|
],
|
|
898
898
|
methods: [],
|
|
@@ -5298,11 +5298,11 @@ const Zs = /* @__PURE__ */ un({
|
|
|
5298
5298
|
ref_v1: tc
|
|
5299
5299
|
}, rc = {
|
|
5300
5300
|
key: "add",
|
|
5301
|
-
name: "add",
|
|
5301
|
+
name: "x-runtime-lib.add",
|
|
5302
5302
|
outputs: [
|
|
5303
5303
|
{
|
|
5304
5304
|
key: "newNode",
|
|
5305
|
-
name: "
|
|
5305
|
+
name: "PARAM_NEW_NODE"
|
|
5306
5306
|
}
|
|
5307
5307
|
]
|
|
5308
5308
|
};
|