@budibase/worker 2.20.11 → 2.20.13

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.11",
4
+ "version": "2.20.13",
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.11",
41
- "@budibase/pro": "2.20.11",
42
- "@budibase/string-templates": "2.20.11",
43
- "@budibase/types": "2.20.11",
40
+ "@budibase/backend-core": "2.20.13",
41
+ "@budibase/pro": "2.20.13",
42
+ "@budibase/string-templates": "2.20.13",
43
+ "@budibase/types": "2.20.13",
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": "10a2470d89088ff359dfddf62b1af42cdf996002"
111
+ "gitHead": "e89df8eb94894053aa100e1b227e00b0ceaedba1"
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()}`