@skaldapp/monaco-sfc 1.1.26 → 1.1.27
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/dist/vue.worker.js +1 -5
- package/package.json +1 -1
package/dist/vue.worker.js
CHANGED
|
@@ -269391,11 +269391,7 @@ var asFileName = ({ path }) => path, asUri = (fileName) => URI$1.file(fileName),
|
|
|
269391
269391
|
allowJs: true,
|
|
269392
269392
|
checkJs: true,
|
|
269393
269393
|
jsx: "Preserve",
|
|
269394
|
-
lib: [
|
|
269395
|
-
"ESNext",
|
|
269396
|
-
"DOM",
|
|
269397
|
-
"DOM.Iterable"
|
|
269398
|
-
],
|
|
269394
|
+
lib: ["ESNext"],
|
|
269399
269395
|
module: "ESNext",
|
|
269400
269396
|
moduleResolution: "Bundler",
|
|
269401
269397
|
target: "ESNext",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://www.schemastore.org/package",
|
|
3
3
|
"name": "@skaldapp/monaco-sfc",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.27",
|
|
5
5
|
"description": "A Monaco Editor language server for Vue Single File Components (SFC) providing syntax highlighting, IntelliSense, error detection, and more",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"vue",
|