@budibase/shared-core 3.4.3 → 3.4.5

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.
@@ -1,3 +1,4 @@
1
1
  export * as applications from "./applications";
2
2
  export * as automations from "./automations";
3
3
  export * as users from "./users";
4
+ export * as screens from "./screens";
@@ -0,0 +1,5 @@
1
+ import { Screen } from "@budibase/types";
2
+ export declare function findInSettings(screen: Screen, toFind: string): {
3
+ setting: string;
4
+ value: string;
5
+ }[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@budibase/shared-core",
3
- "version": "3.4.3",
3
+ "version": "3.4.5",
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": "2983095231e843a4d78238f2c167b5e01f9a40d1"
39
+ "gitHead": "958fd67861ab73e4149f06880161f3ecb25f908e"
40
40
  }