@budibase/worker 2.4.44-alpha.7 → 2.4.44-alpha.9

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.
Files changed (1) hide show
  1. package/package.json +7 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@budibase/worker",
3
3
  "email": "hi@budibase.com",
4
- "version": "2.4.44-alpha.7",
4
+ "version": "2.4.44-alpha.9",
5
5
  "description": "Budibase background service",
6
6
  "main": "src/index.ts",
7
7
  "repository": {
@@ -22,6 +22,7 @@
22
22
  "build:docker": "docker build . -t worker-service --label version=$BUDIBASE_RELEASE_VERSION",
23
23
  "dev:stack:init": "node ./scripts/dev/manage.js init",
24
24
  "dev:builder": "npm run dev:stack:init && nodemon",
25
+ "dev:built": "yarn run dev:stack:init && yarn run run:docker",
25
26
  "test": "bash scripts/test.sh",
26
27
  "test:watch": "jest --watch",
27
28
  "env:multi:enable": "node scripts/multiTenancy.js enable",
@@ -36,10 +37,10 @@
36
37
  "author": "Budibase",
37
38
  "license": "GPL-3.0",
38
39
  "dependencies": {
39
- "@budibase/backend-core": "2.4.44-alpha.7",
40
- "@budibase/pro": "2.4.44-alpha.6",
41
- "@budibase/string-templates": "2.4.44-alpha.7",
42
- "@budibase/types": "2.4.44-alpha.7",
40
+ "@budibase/backend-core": "2.4.44-alpha.9",
41
+ "@budibase/pro": "2.4.44-alpha.8",
42
+ "@budibase/string-templates": "2.4.44-alpha.9",
43
+ "@budibase/types": "2.4.44-alpha.9",
43
44
  "@koa/router": "8.0.8",
44
45
  "@sentry/node": "6.17.7",
45
46
  "@techpass/passport-openidconnect": "0.3.2",
@@ -101,5 +102,5 @@
101
102
  "typescript": "4.7.3",
102
103
  "update-dotenv": "1.1.1"
103
104
  },
104
- "gitHead": "a43e7fab7056a6be54f056b0c7aca083ce490b52"
105
+ "gitHead": "a4fe60d41874d2cc733479ee9359f8fdb495fa71"
105
106
  }