@budibase/worker 1.4.8-alpha.2 → 1.4.8-alpha.3

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 (2) hide show
  1. package/Dockerfile +1 -0
  2. package/package.json +6 -6
package/Dockerfile CHANGED
@@ -23,5 +23,6 @@ ENV NODE_ENV=production
23
23
  ENV CLUSTER_MODE=${CLUSTER_MODE}
24
24
  ENV SERVICE=worker-service
25
25
  ENV POSTHOG_TOKEN=phc_bIjZL7oh2GEUd2vqvTBH8WvrX0fWTFQMs6H5KQxiUxU
26
+ ENV TENANT_FEATURE_FLAGS=*:LICENSING,*:USER_GROUPS
26
27
 
27
28
  CMD ["./docker_run.sh"]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@budibase/worker",
3
3
  "email": "hi@budibase.com",
4
- "version": "1.4.8-alpha.2",
4
+ "version": "1.4.8-alpha.3",
5
5
  "description": "Budibase background service",
6
6
  "main": "src/index.ts",
7
7
  "repository": {
@@ -36,10 +36,10 @@
36
36
  "author": "Budibase",
37
37
  "license": "GPL-3.0",
38
38
  "dependencies": {
39
- "@budibase/backend-core": "1.4.8-alpha.2",
40
- "@budibase/pro": "1.4.8-alpha.1",
41
- "@budibase/string-templates": "1.4.8-alpha.2",
42
- "@budibase/types": "1.4.8-alpha.2",
39
+ "@budibase/backend-core": "1.4.8-alpha.3",
40
+ "@budibase/pro": "1.4.8-alpha.2",
41
+ "@budibase/string-templates": "1.4.8-alpha.3",
42
+ "@budibase/types": "1.4.8-alpha.3",
43
43
  "@koa/router": "8.0.8",
44
44
  "@sentry/node": "6.17.7",
45
45
  "@techpass/passport-openidconnect": "0.3.2",
@@ -104,5 +104,5 @@
104
104
  "./scripts/jestSetup.js"
105
105
  ]
106
106
  },
107
- "gitHead": "d723cf56354d679a7d8dbd914cff6b70e83df4dd"
107
+ "gitHead": "5a895e48e0e80d45283bbc59652e81f60f86b456"
108
108
  }