@skaldapp/monaco-sfc 1.1.13 → 1.1.15
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 +3 -0
- package/package.json +4 -4
package/dist/vue.worker.js
CHANGED
|
@@ -271356,6 +271356,9 @@ function mHt() {
|
|
|
271356
271356
|
}
|
|
271357
271357
|
var hHt = mHt();
|
|
271358
271358
|
const not = Date.now(), rot = `declare global {
|
|
271359
|
+
interface Window {
|
|
271360
|
+
__vue_app__: import("vue").App;
|
|
271361
|
+
}
|
|
271359
271362
|
const $frontmatter: Record<string, any>;
|
|
271360
271363
|
const $id: string;
|
|
271361
271364
|
}
|
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.15",
|
|
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",
|
|
@@ -59,15 +59,15 @@
|
|
|
59
59
|
"@vue/typescript-plugin": "^3.2.5",
|
|
60
60
|
"monaco-editor": "0.52.2",
|
|
61
61
|
"typescript": "^5.9.3",
|
|
62
|
-
"volar-service-typescript": "^0.0.
|
|
62
|
+
"volar-service-typescript": "^0.0.70",
|
|
63
63
|
"vscode-languageserver-protocol": "^3.17.5",
|
|
64
64
|
"vscode-uri": "^3.1.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@rollup/plugin-commonjs": "^29.0.0",
|
|
68
|
-
"@skaldapp/configs": "^1.2.
|
|
68
|
+
"@skaldapp/configs": "^1.2.67",
|
|
69
69
|
"@types/markdown-it": "^14.1.2",
|
|
70
|
-
"@types/node": "^25.3.
|
|
70
|
+
"@types/node": "^25.3.3",
|
|
71
71
|
"eslint": "^9.39.3",
|
|
72
72
|
"jsonc-parser": "^3.3.1",
|
|
73
73
|
"path-browserify": "^1.0.1",
|