Skip to content

Commit

Permalink
B6_SERVER_VERSION=^0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hotlong committed Dec 17, 2024
1 parent eef2c00 commit 7eeb649
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions deploy/enterprise/app/builder6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "builder6-server",
"version": "0.0.0",
"license": "MIT",
"private": true,
"workspaces": [
"plugins"
],
"dependencies": {
"@builder6/server": "^0.5.0"
}
Expand Down
4 changes: 2 additions & 2 deletions deploy/enterprise/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ services:
- NPM_CACHE_PACKAGE_CONTENT=true
- NPM_REGISTRY_URL=https://registry.npmmirror.com
- STEEDOS_WIDGETS_ADDITIONAL=@steedos-widgets/liveblocks
- B6_SERVER_VERSION=^0.5.0
- B6_SERVER_VERSION=^0.5.2
- B6_HOME=/opt/steedos/builder6
- B6_PLUGIN_PACKAGES=@builder6/node-red,lodash
- B6_PLUGIN_PACKAGES=@builder6/node-red@^0.5.2,lodash
- B6_PLUGIN_SERVICES=@builder6/node-red
- B6_PLUGIN_MODULES=@builder6/node-red
tty: true
Expand Down

0 comments on commit 7eeb649

Please sign in to comment.