Skip to content

Commit db42535

Browse files
committed
novnc 1.5.0
1.4.0 has two copies of `rfb.js` - `node_modules/@novnc/novnc/core/rfb.js` - `node_modules/@novnc/novnc/lib/rfb.js` 1.5.0 only has one copy: - `node_modules/@novnc/novnc/lib/rfb.js` - novnc/noVNC@b35cf6d
1 parent d702e1a commit db42535

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import "reset-css";
77
import "./index.css";
88

99
// RFB holds the API to connect and communicate with a VNC server
10-
import RFB from "@novnc/novnc/core/rfb";
10+
import RFB from "@novnc/novnc/lib/rfb";
1111

1212
import { setupTooltip } from "./tooltip.js";
1313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"@floating-ui/dom": "^1.6.1",
4-
"@novnc/novnc": "~1.4.0",
4+
"@novnc/novnc": "^1.5.0",
55
"reset-css": "^5.0.2"
66
},
77
"scripts": {

0 commit comments

Comments
 (0)