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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. 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: "x-runtime-lib.click"
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: "newNode"
5305
+ name: "PARAM_NEW_NODE"
5306
5306
  }
5307
5307
  ]
5308
5308
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-runtime-lib",
3
3
  "private": false,
4
- "version": "0.4.9",
4
+ "version": "0.4.10",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",