@skaldapp/monaco-sfc 1.1.20 → 1.1.21
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 -3
- package/package.json +3 -3
package/dist/vue.worker.js
CHANGED
|
@@ -95355,9 +95355,7 @@ var YD, XD = s((() => {
|
|
|
95355
95355
|
})), zj = /* @__PURE__ */ c(((e, t) => {
|
|
95356
95356
|
var n = {};
|
|
95357
95357
|
((e) => {
|
|
95358
|
-
var t = Object.defineProperty
|
|
95359
|
-
Object.getOwnPropertyDescriptor, Object.getOwnPropertyNames, Object.prototype.hasOwnProperty;
|
|
95360
|
-
var n = (e, n) => {
|
|
95358
|
+
var t = Object.defineProperty, n = (e, n) => {
|
|
95361
95359
|
for (var r in n) t(e, r, {
|
|
95362
95360
|
get: n[r],
|
|
95363
95361
|
enumerable: !0
|
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.21",
|
|
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.74",
|
|
69
69
|
"@types/markdown-it": "^14.1.2",
|
|
70
70
|
"@types/node": "^25.5.0",
|
|
71
71
|
"eslint": "^10.0.3",
|
|
72
72
|
"jsonc-parser": "^3.3.1",
|
|
73
73
|
"path-browserify": "^1.0.1",
|
|
74
|
-
"vite": "^8.0.
|
|
74
|
+
"vite": "^8.0.1"
|
|
75
75
|
}
|
|
76
76
|
}
|