@monaco-neovim-wasm/lib 0.1.9 → 0.1.11

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.
@@ -164,7 +164,6 @@ export declare class MonacoNeovimClient {
164
164
  private compositionActive;
165
165
  private pendingResyncAfterComposition;
166
166
  private ignoreNextInputEvent;
167
- private ignoreNvimBufLinesUntil;
168
167
  private exitingInsertMode;
169
168
  private pendingKeysAfterExit;
170
169
  private exitInsertTimer;
@@ -42,6 +42,7 @@ export declare class NeovimWasmSession {
42
42
  private readonly pending;
43
43
  private workerExited;
44
44
  private workerExitCode;
45
+ private workerFatalError;
45
46
  private inputQueue;
46
47
  private inputQueueHead;
47
48
  private inputQueuedBytes;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monaco-neovim-wasm/lib",
3
- "version": "0.1.9",
3
+ "version": "0.1.11",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Core library for running Neovim (WASM) behind Monaco via msgpack-RPC.",
@@ -14,7 +14,7 @@
14
14
  "fflate": "^0.8.2"
15
15
  },
16
16
  "peerDependencies": {
17
- "monaco-editor": "^0.44.0"
17
+ "monaco-editor": ">=0.44.0 <1.0.0"
18
18
  },
19
19
  "main": "./dist/monaco-neovim-wasm.es.js",
20
20
  "module": "./dist/monaco-neovim-wasm.es.js",