vibora 9.3.1 → 9.4.0
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/bin/vibora.js +25 -7
- package/dist/assets/{index-BN9Gau7o.js → index-VmQIGond.js} +25 -25
- package/dist/index.html +1 -1
- package/package.json +1 -1
- package/server/index.js +1 -2
package/dist/index.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<link rel="icon" type="image/png" href="/logo.png" />
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
7
|
<title>Vibora - Harness Attention. Ship.</title>
|
|
8
|
-
<script type="module" crossorigin src="/assets/index-
|
|
8
|
+
<script type="module" crossorigin src="/assets/index-VmQIGond.js"></script>
|
|
9
9
|
<link rel="stylesheet" crossorigin href="/assets/index-CYo_ATvM.css">
|
|
10
10
|
</head>
|
|
11
11
|
<body>
|
package/package.json
CHANGED
package/server/index.js
CHANGED
|
@@ -5824,8 +5824,7 @@ class BufferManager {
|
|
|
5824
5824
|
}
|
|
5825
5825
|
getContents() {
|
|
5826
5826
|
const raw2 = this.chunks.map((c) => c.data).join("");
|
|
5827
|
-
|
|
5828
|
-
return this.getMouseModeSequences() + filtered;
|
|
5827
|
+
return this.filterProblematicSequences(raw2);
|
|
5829
5828
|
}
|
|
5830
5829
|
clear() {
|
|
5831
5830
|
this.chunks = [];
|