@budibase/worker 2.20.12 → 2.20.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.20.
|
|
4
|
+
"version": "2.20.14",
|
|
5
5
|
"description": "Budibase background service",
|
|
6
6
|
"main": "src/index.ts",
|
|
7
7
|
"repository": {
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
"author": "Budibase",
|
|
38
38
|
"license": "GPL-3.0",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@budibase/backend-core": "2.20.
|
|
41
|
-
"@budibase/pro": "2.20.
|
|
42
|
-
"@budibase/string-templates": "2.20.
|
|
43
|
-
"@budibase/types": "2.20.
|
|
40
|
+
"@budibase/backend-core": "2.20.14",
|
|
41
|
+
"@budibase/pro": "2.20.14",
|
|
42
|
+
"@budibase/string-templates": "2.20.14",
|
|
43
|
+
"@budibase/types": "2.20.14",
|
|
44
44
|
"@koa/router": "8.0.8",
|
|
45
45
|
"@techpass/passport-openidconnect": "0.3.2",
|
|
46
46
|
"@types/global-agent": "2.1.1",
|
|
@@ -108,5 +108,5 @@
|
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
},
|
|
111
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "679b0825d43a85076300ffb0401b08ddf4aae1a1"
|
|
112
112
|
}
|
|
@@ -280,7 +280,7 @@ class TestConfiguration {
|
|
|
280
280
|
|
|
281
281
|
const db = context.getGlobalDB()
|
|
282
282
|
|
|
283
|
-
const id = dbCore.generateDevInfoID(this.user!._id)
|
|
283
|
+
const id = dbCore.generateDevInfoID(this.user!._id!)
|
|
284
284
|
// TODO: dry
|
|
285
285
|
this.apiKey = encryption.encrypt(
|
|
286
286
|
`${this.tenantId}${dbCore.SEPARATOR}${utils.newid()}`
|