@budibase/worker 2.8.16-alpha.4 → 2.8.18-alpha.1

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.8.16-alpha.4",
4
+ "version": "2.8.18-alpha.1",
5
5
  "description": "Budibase background service",
6
6
  "main": "src/index.ts",
7
7
  "repository": {
@@ -38,10 +38,10 @@
38
38
  "author": "Budibase",
39
39
  "license": "GPL-3.0",
40
40
  "dependencies": {
41
- "@budibase/backend-core": "2.8.16-alpha.4",
42
- "@budibase/pro": "2.8.16-alpha.4",
43
- "@budibase/string-templates": "2.8.16-alpha.4",
44
- "@budibase/types": "2.8.16-alpha.4",
41
+ "@budibase/backend-core": "2.8.18-alpha.1",
42
+ "@budibase/pro": "2.8.18-alpha.1",
43
+ "@budibase/string-templates": "2.8.18-alpha.1",
44
+ "@budibase/types": "2.8.18-alpha.1",
45
45
  "@koa/router": "8.0.8",
46
46
  "@sentry/node": "6.17.7",
47
47
  "@techpass/passport-openidconnect": "0.3.2",
@@ -104,5 +104,5 @@
104
104
  "typescript": "4.7.3",
105
105
  "update-dotenv": "1.1.1"
106
106
  },
107
- "gitHead": "678ac0869da16991b5e54a87c4cdc404e25fd03c"
107
+ "gitHead": "0db738661847643d36f162e2a8283aeb73912c67"
108
108
  }
@@ -507,17 +507,17 @@ export async function configChecklist(ctx: Ctx) {
507
507
  smtp: {
508
508
  checked: !!smtpConfig,
509
509
  label: "Set up email",
510
- link: "/builder/portal/manage/email",
510
+ link: "/builder/portal/settings/email",
511
511
  },
512
512
  adminUser: {
513
513
  checked: userExists,
514
514
  label: "Create your first user",
515
- link: "/builder/portal/manage/users",
515
+ link: "/builder/portal/users/users",
516
516
  },
517
517
  sso: {
518
518
  checked: !!googleConfig || !!oidcConfig,
519
519
  label: "Set up single sign-on",
520
- link: "/builder/portal/manage/auth",
520
+ link: "/builder/portal/settings/auth",
521
521
  },
522
522
  }
523
523
  }