@haibun/utils 1.52.3 → 1.53.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@haibun/utils",
3
3
  "type": "module",
4
- "version": "1.52.3",
4
+ "version": "1.53.1",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "files": [
@@ -27,5 +27,5 @@
27
27
  "author": "",
28
28
  "license": "ISC",
29
29
  "gitHead": "7cf9680bd922fb622fb59f1e6bf5b65284cb8fd5",
30
- "dependencies": { "@haibun/cli": "1.52.0", "@haibun/core": "1.52.0" }
30
+ "dependencies": { "@haibun/cli": "1.53.0", "@haibun/core": "1.53.0" }
31
31
  }
@@ -21,7 +21,7 @@ echo "entrypoint is setting up the environment (logfile is $LOGFILE)"
21
21
 
22
22
  # In entrypoint.sh, after starting x11vnc
23
23
  echo "Starting noVNC websockify proxy on port 8080 (to 5930)..."
24
- /opt/noVNC/utils/novnc_proxy --vnc localhost:5930 --listen 8080
24
+ /opt/noVNC/utils/novnc_proxy --vnc localhost:5930 --listen 8080 &
25
25
 
26
26
  # Start pipewire server
27
27
  echo "Starting pipewire..."