lean4monaco 1.1.0 → 1.1.1

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.
@@ -132,7 +132,7 @@ export class IFrameInfoWebviewFactory {
132
132
  color: var(--vscode-editor-foreground);
133
133
  }
134
134
  </style>
135
- <link rel="stylesheet" href="${new URL('../node_modules/@leanprover/infoview/dist/index.css', import.meta.url)}">
135
+ <link rel="stylesheet" href="/infoview/index.css">
136
136
  <link rel="stylesheet" href="${new URL('./css/vscode_webview.css', import.meta.url)}">
137
137
  <link rel="stylesheet" href="${new URL('./css/custom.css', import.meta.url)}">
138
138
  </head>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lean4monaco",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Monaco Editor support for the Lean 4 theorem prover.",
5
5
  "keywords": [
6
6
  "lean",