@skaldapp/monaco-sfc 1.1.40 → 1.1.41
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 -1
- package/package.json +2 -2
package/dist/vue.worker.js
CHANGED
|
@@ -9816,7 +9816,7 @@ var shared_esm_bundler_exports = /* @__PURE__ */ __exportAll({
|
|
|
9816
9816
|
toTypeString: () => toTypeString
|
|
9817
9817
|
});
|
|
9818
9818
|
/**
|
|
9819
|
-
* @vue/shared v3.5.
|
|
9819
|
+
* @vue/shared v3.5.34
|
|
9820
9820
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
9821
9821
|
* @license MIT
|
|
9822
9822
|
**/
|
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.41",
|
|
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",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@rollup/plugin-commonjs": "^29.0.2",
|
|
68
|
-
"@skaldapp/configs": "^1.2.
|
|
68
|
+
"@skaldapp/configs": "^1.2.104",
|
|
69
69
|
"@types/markdown-it": "^14.1.2",
|
|
70
70
|
"@types/node": "^25.6.0",
|
|
71
71
|
"eslint": "^10.3.0",
|