x-runtime-lib 0.5.32 → 0.5.33

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 CHANGED
@@ -6779,7 +6779,13 @@ const Uc = (n, o, l) => {
6779
6779
  async function Qc(n) {
6780
6780
  return (await Uc(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en-ell9fdk3.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans-eeguv06v.js") }), `./locales/${n}/index.ts`, 4)).default;
6781
6781
  }
6782
- const ef = ["string", "number", "boolean", "list", "object"];
6782
+ const ef = [
6783
+ "string",
6784
+ "number",
6785
+ "boolean",
6786
+ "list",
6787
+ "object"
6788
+ ];
6783
6789
  export {
6784
6790
  Tl as duplicateNode,
6785
6791
  zc as duplicateNodes,
@@ -13,6 +13,7 @@ export type Argument = {
13
13
  desc: string;
14
14
  };
15
15
  export type PageMeta = {
16
+ version: string;
16
17
  arguments: Argument[];
17
18
  };
18
19
  export type Property = {
@@ -33,6 +34,7 @@ export type Event = {
33
34
  params: Field[];
34
35
  };
35
36
  export type CompMeta = {
37
+ version: string;
36
38
  properties: Property[];
37
39
  methods: Method[];
38
40
  events: Event[];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-runtime-lib",
3
3
  "private": false,
4
- "version": "0.5.32",
4
+ "version": "0.5.33",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",