@budibase/worker 2.30.3 → 2.30.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.
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.3",
4
+ "version": "2.30.5",
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.3",
41
- "@budibase/pro": "2.30.3",
42
- "@budibase/string-templates": "2.30.3",
43
- "@budibase/types": "2.30.3",
40
+ "@budibase/backend-core": "2.30.5",
41
+ "@budibase/pro": "2.30.5",
42
+ "@budibase/string-templates": "2.30.5",
43
+ "@budibase/types": "2.30.5",
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": "bb6092e58b80d4343bf3b720881f2dc01a30d1c9"
110
+ "gitHead": "0b5a0aaf95a20cbbfe99b205157760dad6f4698e"
111
111
  }
@@ -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",