@budibase/server 2.17.4 → 2.17.6

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.
@@ -4720,7 +4720,8 @@
4720
4720
  }
4721
4721
  ],
4722
4722
  "context": {
4723
- "type": "schema"
4723
+ "type": "schema",
4724
+ "scope": "local"
4724
4725
  }
4725
4726
  },
4726
4727
  "daterangepicker": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@budibase/server",
3
3
  "email": "hi@budibase.com",
4
- "version": "2.17.4",
4
+ "version": "2.17.6",
5
5
  "description": "Budibase Web Server",
6
6
  "main": "src/index.ts",
7
7
  "repository": {
@@ -43,12 +43,12 @@
43
43
  "license": "GPL-3.0",
44
44
  "dependencies": {
45
45
  "@apidevtools/swagger-parser": "10.0.3",
46
- "@budibase/backend-core": "2.17.4",
47
- "@budibase/client": "2.17.4",
48
- "@budibase/pro": "2.17.4",
49
- "@budibase/shared-core": "2.17.4",
50
- "@budibase/string-templates": "2.17.4",
51
- "@budibase/types": "2.17.4",
46
+ "@budibase/backend-core": "2.17.6",
47
+ "@budibase/client": "2.17.6",
48
+ "@budibase/pro": "2.17.6",
49
+ "@budibase/shared-core": "2.17.6",
50
+ "@budibase/string-templates": "2.17.6",
51
+ "@budibase/types": "2.17.6",
52
52
  "@bull-board/api": "3.7.0",
53
53
  "@bull-board/koa": "3.9.4",
54
54
  "@elastic/elasticsearch": "7.10.0",
@@ -184,5 +184,5 @@
184
184
  }
185
185
  }
186
186
  },
187
- "gitHead": "1ae8d8a556e3fe6a95e082784f6c365160d16638"
187
+ "gitHead": "a12af5304e5bc358d24b617bb08f1d1fb4c54931"
188
188
  }