Skip to content

Commit

Permalink
bunp versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeTWC1984 committed Mar 4, 2024
1 parent e392c13 commit 6d1552b
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bundle
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ esbuild --bundle --log-level=$ESBuildLogLevel $minify --platform=node --outdir=$
esbuild --bundle --log-level=$ESBuildLogLevel $minify --platform=node --outdir=$dist/bin/ --loader:.node=file bin/sshx-plugin.js
esbuild --bundle --log-level=$ESBuildLogLevel $minify --platform=node --outdir=$dist/bin/ bin/workflow.js
esbuild --bundle --log-level=$ESBuildLogLevel $minify --platform=node --outdir=$dist/bin/ bin/run-detached.js
esbuild --bundle --log-level=$ESBuildLogLevel $minify --platform=node --outdir=$dist/bin/ --external:ssh2 bin/docker-plugin.js
# esbuild --bundle --log-level=$ESBuildLogLevel $minify --platform=node --outdir=$dist/bin/ --loader:.node=file bin/docker-plugin.js

# ----------- Tools (repair/migrate)
if [ "$tools" = 1 ]; then
Expand Down
61 changes: 54 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cronicle-edge",
"version": "1.7.7",
"version": "1.8.0",
"description": "A simple, distributed task scheduler and runner with a web based UI.",
"author": "Joseph Huckaby <[email protected]>",
"homepage": "https://github.com/jhuckaby/Cronicle",
Expand Down Expand Up @@ -34,8 +34,8 @@
"chart.js": "^2.9.4",
"codemirror": "^5.65.7",
"diff": "^5.0.0",
"dockerode": "^3.3.2",
"dotenv": "^8.2.0",
"dockerode": "^3.3.5",
"dotenv": "^16.4.5",
"esbuild": "^0.20.0",
"font-awesome": "4.7.0",
"glob": "5.0.15",
Expand Down Expand Up @@ -72,6 +72,7 @@
"socket.io-client": "4.7.1",
"ssh2": "^1.11.0",
"systeminformation": "^5.17.9",
"tar-stream": "^3.1.7",
"uglify-js": "3.14.3",
"uncatch": "^1.0.0",
"vis-network": "^9.1.2",
Expand Down

0 comments on commit 6d1552b

Please sign in to comment.