dot-language-support 4.3.2 → 4.3.3
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/index.mjs +1 -1
- package/package.json +6 -6
package/dist/index.mjs
CHANGED
|
@@ -1682,7 +1682,7 @@ const clusterAttributes = Object.freeze([
|
|
|
1682
1682
|
"target",
|
|
1683
1683
|
"tooltip"
|
|
1684
1684
|
]);
|
|
1685
|
-
const attributes = Array.from(new Set([
|
|
1685
|
+
const attributes = Array.from(/* @__PURE__ */ new Set([
|
|
1686
1686
|
...nodeAttributes,
|
|
1687
1687
|
...edgeAttributes,
|
|
1688
1688
|
...graphAttributes,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dot-language-support",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.3",
|
|
4
4
|
"description": "Parser and language service for graphviz (dot) files",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dot",
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"vscode-languageserver-textdocument": "^1.0.12",
|
|
35
|
-
"vscode-languageserver-types": "^3.
|
|
35
|
+
"vscode-languageserver-types": "^3.18.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"expect": "^30.4.1",
|
|
39
|
-
"oxfmt": "^0.
|
|
40
|
-
"oxlint": "^1.
|
|
41
|
-
"oxlint-tsgolint": "^0.
|
|
42
|
-
"tsdown": "^0.22.
|
|
39
|
+
"oxfmt": "^0.57.0",
|
|
40
|
+
"oxlint": "^1.72.0",
|
|
41
|
+
"oxlint-tsgolint": "^0.24.0",
|
|
42
|
+
"tsdown": "^0.22.3",
|
|
43
43
|
"typescript": "^6.0.3"
|
|
44
44
|
},
|
|
45
45
|
"engines": {
|