@budibase/server 2.8.22-alpha.2 → 2.8.22-alpha.3

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.
@@ -9,8 +9,8 @@
9
9
  <link href="/builder/fonts/source-sans-pro/600.css" rel="stylesheet" />
10
10
  <link href="/builder/fonts/source-sans-pro/700.css" rel="stylesheet" />
11
11
  <link href="/builder/fonts/remixicon.css" rel="stylesheet" />
12
- <script type="module" crossorigin src="/builder/assets/index.e69917a8.js"></script>
13
- <link rel="stylesheet" href="/builder/assets/index.41e679d6.css">
12
+ <script type="module" crossorigin src="/builder/assets/index.cf195ce0.js"></script>
13
+ <link rel="stylesheet" href="/builder/assets/index.7bf8b43d.css">
14
14
  </head>
15
15
 
16
16
  <body id="app">
@@ -3485,6 +3485,16 @@
3485
3485
  }
3486
3486
  ]
3487
3487
  },
3488
+ {
3489
+ "type": "validation/link",
3490
+ "label": "Validation",
3491
+ "key": "validation"
3492
+ },
3493
+ {
3494
+ "type": "filter/relationship",
3495
+ "label": "Filtering",
3496
+ "key": "filter"
3497
+ },
3488
3498
  {
3489
3499
  "type": "boolean",
3490
3500
  "label": "Autocomplete",
@@ -3496,11 +3506,6 @@
3496
3506
  "label": "Disabled",
3497
3507
  "key": "disabled",
3498
3508
  "defaultValue": false
3499
- },
3500
- {
3501
- "type": "validation/link",
3502
- "label": "Validation",
3503
- "key": "validation"
3504
3509
  }
3505
3510
  ]
3506
3511
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@budibase/server",
3
3
  "email": "hi@budibase.com",
4
- "version": "2.8.22-alpha.2",
4
+ "version": "2.8.22-alpha.3",
5
5
  "description": "Budibase Web Server",
6
6
  "main": "src/index.ts",
7
7
  "repository": {
@@ -46,12 +46,12 @@
46
46
  "license": "GPL-3.0",
47
47
  "dependencies": {
48
48
  "@apidevtools/swagger-parser": "10.0.3",
49
- "@budibase/backend-core": "2.8.22-alpha.2",
50
- "@budibase/client": "2.8.22-alpha.2",
51
- "@budibase/pro": "2.8.22-alpha.2",
52
- "@budibase/shared-core": "2.8.22-alpha.2",
53
- "@budibase/string-templates": "2.8.22-alpha.2",
54
- "@budibase/types": "2.8.22-alpha.2",
49
+ "@budibase/backend-core": "2.8.22-alpha.3",
50
+ "@budibase/client": "2.8.22-alpha.3",
51
+ "@budibase/pro": "2.8.22-alpha.3",
52
+ "@budibase/shared-core": "2.8.22-alpha.3",
53
+ "@budibase/string-templates": "2.8.22-alpha.3",
54
+ "@budibase/types": "2.8.22-alpha.3",
55
55
  "@bull-board/api": "3.7.0",
56
56
  "@bull-board/koa": "3.9.4",
57
57
  "@elastic/elasticsearch": "7.10.0",
@@ -196,5 +196,5 @@
196
196
  }
197
197
  }
198
198
  },
199
- "gitHead": "79d65782cd33fc931a3581efd99dd07c7e89b22b"
199
+ "gitHead": "c628700e78b58122ffd2cc83a39360e12b7f3046"
200
200
  }