@budibase/server 2.11.26 → 2.11.28

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.
@@ -3419,6 +3419,17 @@
3419
3419
  "value": "custom"
3420
3420
  }
3421
3421
  },
3422
+ {
3423
+ "type": "event",
3424
+ "label": "On change",
3425
+ "key": "onChange",
3426
+ "context": [
3427
+ {
3428
+ "label": "Field Value",
3429
+ "key": "value"
3430
+ }
3431
+ ]
3432
+ },
3422
3433
  {
3423
3434
  "type": "validation/string",
3424
3435
  "label": "Validation",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@budibase/server",
3
3
  "email": "hi@budibase.com",
4
- "version": "2.11.26",
4
+ "version": "2.11.28",
5
5
  "description": "Budibase Web Server",
6
6
  "main": "src/index.ts",
7
7
  "repository": {
@@ -45,12 +45,12 @@
45
45
  "license": "GPL-3.0",
46
46
  "dependencies": {
47
47
  "@apidevtools/swagger-parser": "10.0.3",
48
- "@budibase/backend-core": "2.11.26",
49
- "@budibase/client": "2.11.26",
50
- "@budibase/pro": "2.11.26",
51
- "@budibase/shared-core": "2.11.26",
52
- "@budibase/string-templates": "2.11.26",
53
- "@budibase/types": "2.11.26",
48
+ "@budibase/backend-core": "2.11.28",
49
+ "@budibase/client": "2.11.28",
50
+ "@budibase/pro": "2.11.28",
51
+ "@budibase/shared-core": "2.11.28",
52
+ "@budibase/string-templates": "2.11.28",
53
+ "@budibase/types": "2.11.28",
54
54
  "@bull-board/api": "3.7.0",
55
55
  "@bull-board/koa": "3.9.4",
56
56
  "@elastic/elasticsearch": "7.10.0",
@@ -111,7 +111,7 @@
111
111
  "to-json-schema": "0.2.5",
112
112
  "uuid": "3.3.2",
113
113
  "validate.js": "0.13.1",
114
- "vm2": "3.9.17",
114
+ "vm2": "^3.9.19",
115
115
  "worker-farm": "1.7.0",
116
116
  "xml2js": "0.5.0",
117
117
  "yargs": "13.2.4"
@@ -174,5 +174,5 @@
174
174
  }
175
175
  }
176
176
  },
177
- "gitHead": "76312ece4f80d6cd8f1c77e4636c6c76a189cef5"
177
+ "gitHead": "176370aed1b99325e649827cad2db036e450d5b7"
178
178
  }