lean4monaco 1.0.1 → 1.0.3

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.
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import { ChildProcessWithoutNullStreams } from 'child_process';
3
2
  import { OutputChannel } from 'vscode';
4
3
  export interface ExecutionChannel {
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  /** Platform independent interface to work with the PATH variable. */
3
2
  export declare class PATH {
4
3
  paths: string[];
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import { PathLike } from 'fs';
3
2
  /**
4
3
  * Returns true if `pathFile` exists and is a file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lean4monaco",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "files": ["dist"],
@@ -29,9 +29,9 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@codingame/monaco-vscode-views-service-override": "^6.0.1",
32
- "@leanprover/infoview": "^0.7.0",
33
- "@leanprover/infoview-api": "^0.4.0",
34
- "@leanprover/unicode-input": "^0.1.0",
32
+ "@leanprover/infoview": "=0.7.0",
33
+ "@leanprover/infoview-api": "=0.4.0",
34
+ "@leanprover/unicode-input": "=0.1.0",
35
35
  "axios": "^1.7.2",
36
36
  "cheerio": "^1.0.0-rc.12",
37
37
  "concurrently": "^8.2.2",