@skaldapp/monaco-sfc 1.1.28 → 1.1.30
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 +2 -2
- package/package.json +3 -3
package/dist/vue.worker.js
CHANGED
|
@@ -9757,7 +9757,7 @@ var shared_esm_bundler_exports = /* @__PURE__ */ __exportAll({
|
|
|
9757
9757
|
toTypeString: () => toTypeString
|
|
9758
9758
|
});
|
|
9759
9759
|
/**
|
|
9760
|
-
* @vue/shared v3.5.
|
|
9760
|
+
* @vue/shared v3.5.31
|
|
9761
9761
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
9762
9762
|
* @license MIT
|
|
9763
9763
|
**/
|
|
@@ -13963,7 +13963,7 @@ Use a v-bind binding combined with a v-on listener that emits update:x event ins
|
|
|
13963
13963
|
`)`
|
|
13964
13964
|
]),
|
|
13965
13965
|
createCompoundExpression([
|
|
13966
|
-
`if (_cached`,
|
|
13966
|
+
`if (_cached && _cached.el`,
|
|
13967
13967
|
...keyExp ? [` && _cached.key === `, keyExp] : [],
|
|
13968
13968
|
` && ${context.helperString(IS_MEMO_SAME)}(_cached, _memo)) return _cached`
|
|
13969
13969
|
]),
|
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.30",
|
|
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,12 +65,12 @@
|
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@rollup/plugin-commonjs": "^29.0.2",
|
|
68
|
-
"@skaldapp/configs": "^1.2.
|
|
68
|
+
"@skaldapp/configs": "^1.2.80",
|
|
69
69
|
"@types/markdown-it": "^14.1.2",
|
|
70
70
|
"@types/node": "^25.5.0",
|
|
71
71
|
"eslint": "^10.1.0",
|
|
72
72
|
"jsonc-parser": "^3.3.1",
|
|
73
73
|
"path-browserify": "^1.0.1",
|
|
74
|
-
"vite": "^8.0.
|
|
74
|
+
"vite": "^8.0.3"
|
|
75
75
|
}
|
|
76
76
|
}
|