@budibase/shared-core 3.13.22 → 3.13.24

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/table.d.ts CHANGED
@@ -2,4 +2,5 @@ import { FieldType, Table } from "@budibase/types";
2
2
  export declare function canBeDisplayColumn(type: FieldType): boolean;
3
3
  export declare function canBeSortColumn(type: FieldType): boolean;
4
4
  export declare function canHaveDefaultColumn(type: FieldType): boolean;
5
+ export declare function isAllowedDisplayField(name: string, type: FieldType): boolean;
5
6
  export declare function findDuplicateInternalColumns(table: Table): string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@budibase/shared-core",
3
- "version": "3.13.22",
3
+ "version": "3.13.24",
4
4
  "description": "Shared data utils",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -36,5 +36,5 @@
36
36
  }
37
37
  }
38
38
  },
39
- "gitHead": "72110c606f8b12bbf037346388c63d682c1aa9c0"
39
+ "gitHead": "9dea790829ad44142eb0baa2bfa7fb7a5d3531ad"
40
40
  }