@budibase/server 2.9.24-alpha.0 → 2.9.24-alpha.1
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/Dockerfile +1 -1
- package/package.json +8 -8
package/Dockerfile
CHANGED
|
@@ -18,7 +18,7 @@ ENV TOP_LEVEL_PATH=/
|
|
|
18
18
|
|
|
19
19
|
# handle node-gyp
|
|
20
20
|
RUN apt-get update \
|
|
21
|
-
&& apt-get install -y --no-install-recommends g++ make
|
|
21
|
+
&& apt-get install -y --no-install-recommends g++ make python3
|
|
22
22
|
RUN yarn global add pm2
|
|
23
23
|
|
|
24
24
|
# Install client for oracle datasource
|
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.24-alpha.
|
|
4
|
+
"version": "2.9.24-alpha.1",
|
|
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.9.24-alpha.
|
|
50
|
-
"@budibase/client": "2.9.24-alpha.
|
|
51
|
-
"@budibase/pro": "2.9.24-alpha.
|
|
52
|
-
"@budibase/shared-core": "2.9.24-alpha.
|
|
53
|
-
"@budibase/string-templates": "2.9.24-alpha.
|
|
54
|
-
"@budibase/types": "2.9.24-alpha.
|
|
49
|
+
"@budibase/backend-core": "2.9.24-alpha.1",
|
|
50
|
+
"@budibase/client": "2.9.24-alpha.1",
|
|
51
|
+
"@budibase/pro": "2.9.24-alpha.1",
|
|
52
|
+
"@budibase/shared-core": "2.9.24-alpha.1",
|
|
53
|
+
"@budibase/string-templates": "2.9.24-alpha.1",
|
|
54
|
+
"@budibase/types": "2.9.24-alpha.1",
|
|
55
55
|
"@bull-board/api": "3.7.0",
|
|
56
56
|
"@bull-board/koa": "3.9.4",
|
|
57
57
|
"@elastic/elasticsearch": "7.10.0",
|
|
@@ -180,5 +180,5 @@
|
|
|
180
180
|
"optionalDependencies": {
|
|
181
181
|
"oracledb": "5.3.0"
|
|
182
182
|
},
|
|
183
|
-
"gitHead": "
|
|
183
|
+
"gitHead": "86b3eaf89899c401ceac7b2d7e81c6eb762701b7"
|
|
184
184
|
}
|