@budibase/frontend-core 3.4.20 → 3.4.22

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/package.json +2 -2
  2. package/src/constants.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@budibase/frontend-core",
3
- "version": "3.4.20",
3
+ "version": "3.4.22",
4
4
  "description": "Budibase frontend core libraries used in builder and client",
5
5
  "author": "Budibase",
6
6
  "license": "MPL-2.0",
@@ -20,5 +20,5 @@
20
20
  "devDependencies": {
21
21
  "svelte-check": "^4.1.0"
22
22
  },
23
- "gitHead": "7f0df167ae6af3b8b9e45e0c7fe70dd20216d707"
23
+ "gitHead": "d13bdcbc41f1c15066ef24c19290452cd5c4dd46"
24
24
  }
package/src/constants.ts CHANGED
@@ -106,6 +106,7 @@ export const Roles = {
106
106
  PUBLIC: "PUBLIC",
107
107
  BUILDER: "BUILDER",
108
108
  CREATOR: "CREATOR",
109
+ GROUP: "GROUP",
109
110
  }
110
111
 
111
112
  export const EventPublishType = {