@budibase/worker 3.17.5 → 3.18.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/jest.config.ts CHANGED
@@ -1,7 +1,7 @@
1
- import { Config } from "@jest/types"
1
+ import { Config } from "jest"
2
2
  import * as fs from "fs"
3
3
 
4
- const config: Config.InitialOptions = {
4
+ const config: Config = {
5
5
  globalSetup: "./../../globalSetup.ts",
6
6
  setupFiles: ["./src/tests/jestEnv.ts"],
7
7
  setupFilesAfterEnv: ["./src/tests/jestSetup.ts"],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@budibase/worker",
3
3
  "email": "hi@budibase.com",
4
- "version": "3.17.5",
4
+ "version": "3.18.1",
5
5
  "description": "Budibase background service",
6
6
  "main": "src/index.ts",
7
7
  "repository": {
@@ -72,10 +72,6 @@
72
72
  "yaml": "^2.8.0"
73
73
  },
74
74
  "devDependencies": {
75
- "@jest/types": "^29.6.3",
76
- "@swc/core": "1.3.71",
77
- "@swc/jest": "0.2.27",
78
- "@types/jest": "29.5.5",
79
75
  "@types/jsonwebtoken": "9.0.3",
80
76
  "@types/koa__router": "12.0.4",
81
77
  "@types/lodash": "4.14.200",
@@ -86,7 +82,6 @@
86
82
  "@types/supertest": "2.0.14",
87
83
  "@types/uuid": "8.3.4",
88
84
  "cheerio": "^1.0.0",
89
- "jest": "29.7.0",
90
85
  "maildev": "^2.2.1",
91
86
  "nock": "^13.5.4",
92
87
  "nodemon": "2.0.15",
@@ -94,8 +89,7 @@
94
89
  "superagent": "^10.1.1",
95
90
  "supertest": "6.3.3",
96
91
  "testcontainers": "10.16.0",
97
- "timekeeper": "2.2.0",
98
- "typescript": "5.7.2"
92
+ "timekeeper": "2.2.0"
99
93
  },
100
94
  "resolutions": {
101
95
  "@budibase/pro": "npm:@budibase/pro@latest"
@@ -115,5 +109,5 @@
115
109
  }
116
110
  }
117
111
  },
118
- "gitHead": "752e89576107ac793800672df0559e1c6e384255"
112
+ "gitHead": "cac7191488dabe0144f8f427686875c91cc7a548"
119
113
  }
@@ -673,7 +673,7 @@ export async function configChecklist(ctx: Ctx<void, ConfigChecklistResponse>) {
673
673
  apps: {
674
674
  checked: apps.length > 0,
675
675
  label: "Create your first app",
676
- link: "/builder/portal/apps",
676
+ link: "/builder/portal/workspaces",
677
677
  },
678
678
  smtp: {
679
679
  checked: !!smtpConfig,