factoriomod-debug 2.0.0 → 2.0.1

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/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.0",
4
+ "version": "2.0.1",
5
5
  "publisher": "justarandomgeek",
6
6
  "description": "Debug Tools for developing Factorio Mods",
7
7
  "author": {
@@ -53,7 +53,7 @@
53
53
  "@types/ini": "^4.1.1",
54
54
  "@types/inquirer": "^9.0.7",
55
55
  "@types/mocha": "^10.0.9",
56
- "@types/node": "^22.7.5",
56
+ "@types/node": "^22.7.7",
57
57
  "@types/node-fetch": "^2.6.11",
58
58
  "@types/readdir-glob": "^1.1.5",
59
59
  "@types/request": "^2.48.12",
@@ -63,7 +63,7 @@
63
63
  "@vscode/codicons": "^0.0.36",
64
64
  "@vscode/debugadapter": "^1.68.0",
65
65
  "@vscode/debugadapter-testsupport": "^1.68.0",
66
- "@vscode/vsce": "^3.1.1",
66
+ "@vscode/vsce": "^3.2.0",
67
67
  "@vscode/webview-ui-toolkit": "^1.4.0",
68
68
  "archiver": "^7.0.1",
69
69
  "c8": "^10.1.2",
@@ -76,7 +76,7 @@
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.12.0",
79
+ "eslint": "^9.13.0",
80
80
  "ini": "^5.0.0",
81
81
  "inquirer": "^12.0.0",
82
82
  "jsonc-parser": "^3.3.1",
@@ -90,7 +90,7 @@
90
90
  "tree-kill": "^1.2.2",
91
91
  "tsx": "^4.19.1",
92
92
  "typescript": "^5.6.3",
93
- "typescript-eslint": "^8.9.0",
93
+ "typescript-eslint": "^8.10.0",
94
94
  "vscode-languageclient": "^9.0.1",
95
95
  "vscode-languageserver": "^9.0.1",
96
96
  "vscode-languageserver-textdocument": "^1.0.12",
@@ -4,23 +4,15 @@
4
4
  "type": "object",
5
5
  "definitions": {
6
6
  "migration_item": {
7
- "oneOf": [
8
- {
9
- "type":"array",
10
- "items": {
11
- "type":"array",
12
- "items": {"type": "string"},
13
- "minItems": 2,
14
- "maxItems": 2,
15
- "uniqueItems": true
16
- }
17
- },
18
- {
19
- "type": "string"
20
- }
21
- ]
7
+ "type":"array",
8
+ "items": {
9
+ "type":"array",
10
+ "items": {"type": "string"},
11
+ "minItems": 2,
12
+ "maxItems": 2,
13
+ "uniqueItems": true
14
+ }
22
15
  }
23
-
24
16
  },
25
17
  "properties": {
26
18
  "custom-input": { "$ref": "#/definitions/migration_item"},