@budibase/server 2.9.40-alpha.3 → 2.9.40-alpha.5

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 (1) hide show
  1. package/package.json +11 -11
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@budibase/server",
3
3
  "email": "hi@budibase.com",
4
- "version": "2.9.40-alpha.3",
4
+ "version": "2.9.40-alpha.5",
5
5
  "description": "Budibase Web Server",
6
6
  "main": "src/index.ts",
7
7
  "repository": {
@@ -26,7 +26,7 @@
26
26
  "dev:stack:up": "node scripts/dev/manage.js up",
27
27
  "dev:stack:down": "node scripts/dev/manage.js down",
28
28
  "dev:stack:nuke": "node scripts/dev/manage.js nuke",
29
- "dev:builder": "yarn run dev:stack:up && rimraf dist/ && nodemon",
29
+ "dev:builder": "yarn run dev:stack:up && nodemon",
30
30
  "dev:built": "yarn run dev:stack:up && yarn run run:docker",
31
31
  "specs": "ts-node specs/generate.ts && openapi-typescript specs/openapi.yaml --output src/definitions/openapi.ts",
32
32
  "initialise": "node scripts/initialise.js",
@@ -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.9.40-alpha.3",
50
- "@budibase/client": "2.9.40-alpha.3",
51
- "@budibase/pro": "2.9.40-alpha.3",
52
- "@budibase/shared-core": "2.9.40-alpha.3",
53
- "@budibase/string-templates": "2.9.40-alpha.3",
54
- "@budibase/types": "2.9.40-alpha.3",
49
+ "@budibase/backend-core": "2.9.40-alpha.5",
50
+ "@budibase/client": "2.9.40-alpha.5",
51
+ "@budibase/pro": "2.9.40-alpha.5",
52
+ "@budibase/shared-core": "2.9.40-alpha.5",
53
+ "@budibase/string-templates": "2.9.40-alpha.5",
54
+ "@budibase/types": "2.9.40-alpha.5",
55
55
  "@bull-board/api": "3.7.0",
56
56
  "@bull-board/koa": "3.9.4",
57
57
  "@elastic/elasticsearch": "7.10.0",
@@ -144,8 +144,8 @@
144
144
  "@types/koa__router": "8.0.8",
145
145
  "@types/lodash": "4.14.180",
146
146
  "@types/mssql": "8.1.2",
147
- "@types/node": "14.18.20",
148
- "@types/node-fetch": "2.6.1",
147
+ "@types/node": "18.17.0",
148
+ "@types/node-fetch": "2.6.4",
149
149
  "@types/oracledb": "5.2.2",
150
150
  "@types/pg": "8.6.6",
151
151
  "@types/pouchdb": "6.4.0",
@@ -195,5 +195,5 @@
195
195
  }
196
196
  }
197
197
  },
198
- "gitHead": "a7e1320d82f28db8fd271a8601fc0960a8472d8f"
198
+ "gitHead": "25b35424ef9e5d4af9df330ac30995376af52d5b"
199
199
  }