@budibase/worker 1.4.8-alpha.4 → 1.4.8-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 (2) hide show
  1. package/Dockerfile +1 -0
  2. package/package.json +6 -6
package/Dockerfile CHANGED
@@ -24,5 +24,6 @@ ENV CLUSTER_MODE=${CLUSTER_MODE}
24
24
  ENV SERVICE=worker-service
25
25
  ENV POSTHOG_TOKEN=phc_bIjZL7oh2GEUd2vqvTBH8WvrX0fWTFQMs6H5KQxiUxU
26
26
  ENV TENANT_FEATURE_FLAGS=*:LICENSING,*:USER_GROUPS
27
+ ENV ACCOUNT_PORTAL_URL=https://account.budibase.app
27
28
 
28
29
  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.4",
4
+ "version": "1.4.8-alpha.5",
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.4",
40
- "@budibase/pro": "1.4.8-alpha.3",
41
- "@budibase/string-templates": "1.4.8-alpha.4",
42
- "@budibase/types": "1.4.8-alpha.4",
39
+ "@budibase/backend-core": "1.4.8-alpha.5",
40
+ "@budibase/pro": "1.4.8-alpha.4",
41
+ "@budibase/string-templates": "1.4.8-alpha.5",
42
+ "@budibase/types": "1.4.8-alpha.5",
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": "7f10ab5537d057d9b4d339f16baadca40c54a4af"
107
+ "gitHead": "e20ff9919df9d688140296fce3313d45d78ec3d2"
108
108
  }