factoriomod-debug 2.0.4 → 2.0.5

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.
@@ -37,7 +37,7 @@
37
37
  }
38
38
  },
39
39
  {
40
- "match": "^ (((Major|Minor) )?Features|Graphics|Sounds|Optimi[sz]ations|(Combat )?Balancing|Circuit Network|Changes|Bugfixes|Modding|Scripting|Gui|Control|Translation|Debug|Ease of use|Info|Locale|Other):$",
40
+ "match": "^ (((Major|Minor) )?Features|Graphics|Sounds|Optimizations|(Combat )?Balancing|Circuit Network|Changes|Bugfixes|Modding|Scripting|Gui|Control|Translation|Debug|Ease of use|Info|Locale|Compatibility|Other):?$",
41
41
  "captures": {
42
42
  "1": {
43
43
  "name": "entity.name.class.factorio-changelog"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "factoriomod-debug",
3
3
  "displayName": "Factorio Modding Tool Kit",
4
- "version": "2.0.4",
4
+ "version": "2.0.5",
5
5
  "publisher": "justarandomgeek",
6
6
  "description": "Debug Tools for developing Factorio Mods",
7
7
  "author": {
@@ -13,7 +13,7 @@
13
13
  "multi-root ready"
14
14
  ],
15
15
  "engines": {
16
- "vscode": "^1.95.0",
16
+ "vscode": "^1.96.0",
17
17
  "node": ">20"
18
18
  },
19
19
  "icon": "images/factoriomod-debug-icon.png",
@@ -53,12 +53,12 @@
53
53
  "@types/ini": "^4.1.1",
54
54
  "@types/inquirer": "^9.0.7",
55
55
  "@types/mocha": "^10.0.10",
56
- "@types/node": "^22.10.1",
56
+ "@types/node": "^22.10.2",
57
57
  "@types/node-fetch": "^2.6.12",
58
58
  "@types/readdir-glob": "^1.1.5",
59
59
  "@types/request": "^2.48.12",
60
60
  "@types/semver": "^7.5.8",
61
- "@types/vscode": "^1.95.0",
61
+ "@types/vscode": "^1.96.0",
62
62
  "@types/vscode-webview": "^1.57.5",
63
63
  "@vscode/codicons": "^0.0.36",
64
64
  "@vscode/debugadapter": "^1.68.0",
@@ -66,7 +66,7 @@
66
66
  "@vscode/vsce": "^3.2.1",
67
67
  "@vscode/webview-ui-toolkit": "^1.4.0",
68
68
  "archiver": "^7.0.1",
69
- "c8": "^10.1.2",
69
+ "c8": "^10.1.3",
70
70
  "chai": "^5.1.2",
71
71
  "chai-as-promised": "^8.0.1",
72
72
  "commander": "^12.1.0",
@@ -76,9 +76,9 @@
76
76
  "esbuild": "^0.24.0",
77
77
  "esbuild-plugin-import-glob": "^0.1.1",
78
78
  "esbuild-visualizer": "^0.6.0",
79
- "eslint": "^9.16.0",
79
+ "eslint": "^9.17.0",
80
80
  "ini": "^5.0.0",
81
- "inquirer": "^12.1.0",
81
+ "inquirer": "^12.2.0",
82
82
  "jsonc-parser": "^3.3.1",
83
83
  "mimer": "^2.0.2",
84
84
  "mocha": "^11.0.1",
@@ -90,7 +90,7 @@
90
90
  "tree-kill": "^1.2.2",
91
91
  "tsx": "^4.19.2",
92
92
  "typescript": "^5.7.2",
93
- "typescript-eslint": "^8.17.0",
93
+ "typescript-eslint": "^8.18.1",
94
94
  "vscode-languageclient": "^9.0.1",
95
95
  "vscode-languageserver": "^9.0.1",
96
96
  "vscode-languageserver-textdocument": "^1.0.12",