@budibase/server 2.4.44-alpha.20 → 2.4.44-alpha.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@budibase/server",
3
3
  "email": "hi@budibase.com",
4
- "version": "2.4.44-alpha.20",
4
+ "version": "2.4.44-alpha.22",
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.4.44-alpha.20",
49
- "@budibase/client": "2.4.44-alpha.20",
50
- "@budibase/pro": "2.4.44-alpha.19",
51
- "@budibase/shared-core": "2.4.44-alpha.20",
52
- "@budibase/string-templates": "2.4.44-alpha.20",
53
- "@budibase/types": "2.4.44-alpha.20",
48
+ "@budibase/backend-core": "2.4.44-alpha.22",
49
+ "@budibase/client": "2.4.44-alpha.22",
50
+ "@budibase/pro": "2.4.44-alpha.20",
51
+ "@budibase/shared-core": "2.4.44-alpha.22",
52
+ "@budibase/string-templates": "2.4.44-alpha.22",
53
+ "@budibase/types": "2.4.44-alpha.22",
54
54
  "@bull-board/api": "3.7.0",
55
55
  "@bull-board/koa": "3.9.4",
56
56
  "@elastic/elasticsearch": "7.10.0",
@@ -148,7 +148,7 @@
148
148
  "@types/tar": "6.1.3",
149
149
  "@typescript-eslint/parser": "5.45.0",
150
150
  "apidoc": "0.50.4",
151
- "babel-jest": "27.5.1",
151
+ "babel-jest": "29.5.0",
152
152
  "copyfiles": "2.4.1",
153
153
  "docker-compose": "0.23.17",
154
154
  "eslint": "6.8.0",
@@ -156,6 +156,7 @@
156
156
  "is-wsl": "2.2.0",
157
157
  "jest": "29.5.0",
158
158
  "jest-openapi": "0.14.2",
159
+ "jest-runner": "29.5.0",
159
160
  "jest-serial-runner": "^1.2.1",
160
161
  "nodemon": "2.0.15",
161
162
  "openapi-types": "9.3.1",
@@ -175,5 +176,5 @@
175
176
  "optionalDependencies": {
176
177
  "oracledb": "5.3.0"
177
178
  },
178
- "gitHead": "a58303a337646b4ae99ea39e7d8b7bb3579f28e1"
179
+ "gitHead": "801380bf6981bd40eb4cb9ef611d3992287021ff"
179
180
  }