@budibase/worker 2.12.0 → 2.12.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/package.json +6 -7
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@budibase/worker",
|
|
3
3
|
"email": "hi@budibase.com",
|
|
4
|
-
"version": "2.12.
|
|
4
|
+
"version": "2.12.1",
|
|
5
5
|
"description": "Budibase background service",
|
|
6
6
|
"main": "src/index.ts",
|
|
7
7
|
"repository": {
|
|
@@ -20,7 +20,6 @@
|
|
|
20
20
|
"run:docker": "node dist/index.js",
|
|
21
21
|
"debug": "yarn build && node --expose-gc --inspect=9223 dist/index.js",
|
|
22
22
|
"run:docker:cluster": "pm2-runtime start pm2.config.js",
|
|
23
|
-
"build:docker": "yarn nx build && docker buildx build ../.. -t worker-service --label version=$BUDIBASE_RELEASE_VERSION --build-arg BUDIBASE_VERSION=$BUDIBASE_RELEASE_VERSION -f Dockerfile.v2 --platform linux/amd64,linux/arm64",
|
|
24
23
|
"dev:stack:init": "node ./scripts/dev/manage.js init",
|
|
25
24
|
"dev:builder": "npm run dev:stack:init && nodemon",
|
|
26
25
|
"dev:built": "yarn run dev:stack:init && yarn run run:docker",
|
|
@@ -38,10 +37,10 @@
|
|
|
38
37
|
"author": "Budibase",
|
|
39
38
|
"license": "GPL-3.0",
|
|
40
39
|
"dependencies": {
|
|
41
|
-
"@budibase/backend-core": "2.12.
|
|
42
|
-
"@budibase/pro": "2.12.
|
|
43
|
-
"@budibase/string-templates": "2.12.
|
|
44
|
-
"@budibase/types": "2.12.
|
|
40
|
+
"@budibase/backend-core": "2.12.1",
|
|
41
|
+
"@budibase/pro": "2.12.1",
|
|
42
|
+
"@budibase/string-templates": "2.12.1",
|
|
43
|
+
"@budibase/types": "2.12.1",
|
|
45
44
|
"@koa/router": "8.0.8",
|
|
46
45
|
"@techpass/passport-openidconnect": "0.3.2",
|
|
47
46
|
"@types/global-agent": "2.1.1",
|
|
@@ -108,5 +107,5 @@
|
|
|
108
107
|
}
|
|
109
108
|
}
|
|
110
109
|
},
|
|
111
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "4ba2bc7442c259d1a5c69e0ae708b97d18fc7d4a"
|
|
112
111
|
}
|