@budibase/worker 3.18.0 → 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 "
|
|
1
|
+
import { Config } from "jest"
|
|
2
2
|
import * as fs from "fs"
|
|
3
3
|
|
|
4
|
-
const config: Config
|
|
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.18.
|
|
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",
|
|
@@ -114,5 +109,5 @@
|
|
|
114
109
|
}
|
|
115
110
|
}
|
|
116
111
|
},
|
|
117
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "cac7191488dabe0144f8f427686875c91cc7a548"
|
|
118
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/
|
|
676
|
+
link: "/builder/portal/workspaces",
|
|
677
677
|
},
|
|
678
678
|
smtp: {
|
|
679
679
|
checked: !!smtpConfig,
|