x-runtime-lib 0.7.31 → 0.7.32

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
@@ -1013,7 +1013,7 @@ const Ja = [
1013
1013
  "string",
1014
1014
  "number",
1015
1015
  "boolean",
1016
- "list",
1016
+ "array",
1017
1017
  "object"
1018
1018
  ];
1019
1019
  function Xa(i, e, t, r, n) {
@@ -5,5 +5,5 @@ export type Device = {
5
5
  height: number;
6
6
  };
7
7
  export type Type = 'page' | 'comp';
8
- export declare const fieldTypes: readonly ["string", "number", "boolean", "list", "object"];
8
+ export declare const fieldTypes: readonly ["string", "number", "boolean", "array", "object"];
9
9
  export type FieldType = (typeof fieldTypes)[number];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-runtime-lib",
3
3
  "private": false,
4
- "version": "0.7.31",
4
+ "version": "0.7.32",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",