myagent-ai 1.23.17 → 1.23.18
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 +1 -1
- package/web/api_server.py +1 -2
package/package.json
CHANGED
package/web/api_server.py
CHANGED
|
@@ -1065,9 +1065,8 @@ async function loadLocalNoVNC() {{
|
|
|
1065
1065
|
'vendor/pako/lib/zlib/trees.js',
|
|
1066
1066
|
'vendor/pako/lib/zlib/inflate.js',
|
|
1067
1067
|
'vendor/pako/lib/zlib/deflate.js',
|
|
1068
|
+
'vendor/pako/lib/zlib/gzheader.js',
|
|
1068
1069
|
'vendor/pako/lib/zlib/zstream.js',
|
|
1069
|
-
'vendor/pako/lib/inflate.js',
|
|
1070
|
-
'vendor/pako/lib/deflate.js',
|
|
1071
1070
|
// noVNC core
|
|
1072
1071
|
'util/logging.js',
|
|
1073
1072
|
'util/events.js',
|