@budibase/worker 2.30.3 → 2.30.4
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 +0 -1
- package/package.json +6 -6
- package/scripts/dev/manage.js +0 -1
package/Dockerfile
CHANGED
|
@@ -44,7 +44,6 @@ ENV NODE_OPTIONS="--no-node-snapshot"
|
|
|
44
44
|
ENV CLUSTER_MODE=${CLUSTER_MODE}
|
|
45
45
|
ENV SERVICE=worker-service
|
|
46
46
|
ENV POSTHOG_TOKEN=phc_bIjZL7oh2GEUd2vqvTBH8WvrX0fWTFQMs6H5KQxiUxU
|
|
47
|
-
ENV TENANT_FEATURE_FLAGS=*:LICENSING,*:USER_GROUPS,*:ONBOARDING_TOUR
|
|
48
47
|
ENV ACCOUNT_PORTAL_URL=https://account.budibase.app
|
|
49
48
|
|
|
50
49
|
ARG BUDIBASE_VERSION
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@budibase/worker",
|
|
3
3
|
"email": "hi@budibase.com",
|
|
4
|
-
"version": "2.30.
|
|
4
|
+
"version": "2.30.4",
|
|
5
5
|
"description": "Budibase background service",
|
|
6
6
|
"main": "src/index.ts",
|
|
7
7
|
"repository": {
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
"author": "Budibase",
|
|
38
38
|
"license": "GPL-3.0",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@budibase/backend-core": "2.30.
|
|
41
|
-
"@budibase/pro": "2.30.
|
|
42
|
-
"@budibase/string-templates": "2.30.
|
|
43
|
-
"@budibase/types": "2.30.
|
|
40
|
+
"@budibase/backend-core": "2.30.4",
|
|
41
|
+
"@budibase/pro": "2.30.4",
|
|
42
|
+
"@budibase/string-templates": "2.30.4",
|
|
43
|
+
"@budibase/types": "2.30.4",
|
|
44
44
|
"@koa/router": "8.0.8",
|
|
45
45
|
"@techpass/passport-openidconnect": "0.3.3",
|
|
46
46
|
"@types/global-agent": "2.1.1",
|
|
@@ -107,5 +107,5 @@
|
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "31ecd970317f72024de072a54e4d6759333e2b80"
|
|
111
111
|
}
|
package/scripts/dev/manage.js
CHANGED
|
@@ -26,7 +26,6 @@ async function init() {
|
|
|
26
26
|
APPS_URL: "http://localhost:4001",
|
|
27
27
|
SERVICE: "worker-service",
|
|
28
28
|
DEPLOYMENT_ENVIRONMENT: "development",
|
|
29
|
-
TENANT_FEATURE_FLAGS: "*:LICENSING,*:USER_GROUPS,*:ONBOARDING_TOUR",
|
|
30
29
|
ENABLE_EMAIL_TEST_MODE: "1",
|
|
31
30
|
HTTP_LOGGING: "0",
|
|
32
31
|
VERSION: "0.0.0+local",
|