@budibase/worker 2.4.12 → 2.4.14

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@budibase/worker",
3
3
  "email": "hi@budibase.com",
4
- "version": "2.4.12",
4
+ "version": "2.4.14",
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": "^2.4.12",
40
- "@budibase/pro": "2.4.11",
41
- "@budibase/string-templates": "^2.4.12",
42
- "@budibase/types": "^2.4.12",
39
+ "@budibase/backend-core": "^2.4.14",
40
+ "@budibase/pro": "2.4.13",
41
+ "@budibase/string-templates": "^2.4.14",
42
+ "@budibase/types": "^2.4.14",
43
43
  "@koa/router": "8.0.8",
44
44
  "@sentry/node": "6.17.7",
45
45
  "@techpass/passport-openidconnect": "0.3.2",
@@ -101,5 +101,5 @@
101
101
  "typescript": "4.7.3",
102
102
  "update-dotenv": "1.1.1"
103
103
  },
104
- "gitHead": "ac4c0b3dd60c901691c7644c2f9aa6a5458b03f4"
104
+ "gitHead": "b3f3654182601570497c27adcffada5752cad44d"
105
105
  }
@@ -42,7 +42,6 @@ const environment = {
42
42
  ACCOUNT_PORTAL_URL: process.env.ACCOUNT_PORTAL_URL,
43
43
  PLATFORM_URL: process.env.PLATFORM_URL,
44
44
  APPS_URL: process.env.APPS_URL,
45
- CDN_URL: process.env.CDN_URL || "https://tenants.cdn.budi.live",
46
45
  // ports
47
46
  // prefer worker port to generic port
48
47
  PORT: process.env.WORKER_PORT || process.env.PORT,