Skip to content

Commit

Permalink
"@builder6/server": "^0.5.2"
Browse files Browse the repository at this point in the history
  • Loading branch information
hotlong committed Dec 17, 2024
1 parent 15a0f8b commit 002512f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 1 addition & 4 deletions deploy/enterprise/app/builder6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
"version": "0.0.0",
"license": "MIT",
"private": true,
"workspaces": [
"plugins"
],
"dependencies": {
"@builder6/server": "^0.5.0"
"@builder6/server": "^0.5.2"
}
}
9 changes: 9 additions & 0 deletions deploy/enterprise/app/builder6/plugins/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "builder6-plugins",
"version": "0.0.0",
"license": "MIT",
"private": true,
"dependencies": {
}
}

1 change: 0 additions & 1 deletion deploy/enterprise/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ services:
- NPM_REGISTRY_URL=https://registry.npmmirror.com
- STEEDOS_WIDGETS_ADDITIONAL=@steedos-widgets/liveblocks
- B6_SERVER_VERSION=^0.5.2
- B6_HOME=/opt/steedos/builder6
- B6_PLUGIN_PACKAGES=@builder6/node-red@^0.5.2,lodash
- B6_PLUGIN_SERVICES=@builder6/node-red
- B6_PLUGIN_MODULES=@builder6/node-red
Expand Down

0 comments on commit 002512f

Please sign in to comment.