factoriomod-debug 2.0.6 → 2.0.8
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/CHANGELOG.md +17 -0
- package/dist/{chunk-M5LZ6CNU.js → chunk-USWMQ2GW.js} +43 -41
- package/dist/fmtk-cli.js +61 -61
- package/dist/fmtk-vscode.js +16 -16
- package/package.json +42 -36
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
|
+
"version": "2.0.8",
|
|
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.
|
|
16
|
+
"vscode": "^1.101.0",
|
|
17
17
|
"node": ">20"
|
|
18
18
|
},
|
|
19
19
|
"icon": "images/factoriomod-debug-icon.png",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"test": "c8 mocha"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@inquirer/input": "^4.
|
|
48
|
-
"@inquirer/password": "^4.0.
|
|
47
|
+
"@inquirer/input": "^4.2.0",
|
|
48
|
+
"@inquirer/password": "^4.0.16",
|
|
49
49
|
"@stylistic/eslint-plugin-ts": "^4.4.1",
|
|
50
50
|
"@types/archiver": "^6.0.3",
|
|
51
51
|
"@types/buffers": "^0.1.34",
|
|
@@ -57,45 +57,45 @@
|
|
|
57
57
|
"@types/inquirer": "^9.0.8",
|
|
58
58
|
"@types/mocha": "^10.0.10",
|
|
59
59
|
"@types/mute-stream": "^0.0.4",
|
|
60
|
-
"@types/node": "^22.
|
|
60
|
+
"@types/node": "^22.16.2",
|
|
61
61
|
"@types/node-fetch": "^2.6.12",
|
|
62
62
|
"@types/readdir-glob": "^1.1.5",
|
|
63
63
|
"@types/request": "^2.48.12",
|
|
64
64
|
"@types/semver": "^7.7.0",
|
|
65
|
-
"@types/vscode": "^1.
|
|
65
|
+
"@types/vscode": "^1.101.0",
|
|
66
66
|
"@types/vscode-webview": "^1.57.5",
|
|
67
67
|
"@vscode/codicons": "^0.0.36",
|
|
68
68
|
"@vscode/debugadapter": "^1.68.0",
|
|
69
69
|
"@vscode/debugadapter-testsupport": "^1.68.0",
|
|
70
|
-
"@vscode/vsce": "^3.
|
|
70
|
+
"@vscode/vsce": "^3.6.0",
|
|
71
71
|
"@vscode/webview-ui-toolkit": "^1.4.0",
|
|
72
72
|
"archiver": "^7.0.1",
|
|
73
73
|
"c8": "^10.1.3",
|
|
74
|
-
"chai": "^5.2.
|
|
74
|
+
"chai": "^5.2.1",
|
|
75
75
|
"chai-as-promised": "^8.0.1",
|
|
76
76
|
"commander": "^14.0.0",
|
|
77
77
|
"d3": "^7.9.0",
|
|
78
78
|
"d3-flame-graph": "^4.1.3",
|
|
79
79
|
"dot-object": "^2.1.5",
|
|
80
|
-
"esbuild": "^0.25.
|
|
80
|
+
"esbuild": "^0.25.6",
|
|
81
81
|
"esbuild-plugin-import-glob": "^0.1.1",
|
|
82
82
|
"esbuild-visualizer": "^0.7.0",
|
|
83
|
-
"eslint": "^9.
|
|
84
|
-
"globals": "^16.
|
|
83
|
+
"eslint": "^9.30.1",
|
|
84
|
+
"globals": "^16.3.0",
|
|
85
85
|
"ini": "^5.0.0",
|
|
86
86
|
"jiti": "^2.4.2",
|
|
87
87
|
"jsonc-parser": "^3.3.1",
|
|
88
88
|
"mime": "^4.0.7",
|
|
89
|
-
"mocha": "
|
|
89
|
+
"mocha": "11.6.0",
|
|
90
90
|
"node-fetch": "^3.3.2",
|
|
91
91
|
"readdir-glob": "^2.0.1",
|
|
92
92
|
"remark": "^15.0.1",
|
|
93
93
|
"rimraf": "^6.0.1",
|
|
94
94
|
"semver": "^7.7.2",
|
|
95
95
|
"tree-kill": "^1.2.2",
|
|
96
|
-
"tsx": "^4.
|
|
96
|
+
"tsx": "^4.20.3",
|
|
97
97
|
"typescript": "^5.8.3",
|
|
98
|
-
"typescript-eslint": "^8.
|
|
98
|
+
"typescript-eslint": "^8.36.0",
|
|
99
99
|
"vscode-languageclient": "^9.0.1",
|
|
100
100
|
"vscode-languageserver": "^9.0.1",
|
|
101
101
|
"vscode-languageserver-textdocument": "^1.0.12",
|
|
@@ -292,8 +292,33 @@
|
|
|
292
292
|
"items": {
|
|
293
293
|
"type": "object",
|
|
294
294
|
"required": [
|
|
295
|
-
"name"
|
|
296
|
-
|
|
295
|
+
"name"
|
|
296
|
+
],
|
|
297
|
+
"anyOf": [
|
|
298
|
+
{
|
|
299
|
+
"required": [
|
|
300
|
+
"onlineDocs"
|
|
301
|
+
]
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"required": [
|
|
305
|
+
"factorioPath"
|
|
306
|
+
],
|
|
307
|
+
"properties": {
|
|
308
|
+
"configPath": {
|
|
309
|
+
"type": "string",
|
|
310
|
+
"description": "Path to Factorio config.ini file."
|
|
311
|
+
},
|
|
312
|
+
"docsPath": {
|
|
313
|
+
"type": "string",
|
|
314
|
+
"description": "Path to runtime-api.json, must be relative to factorioPath."
|
|
315
|
+
},
|
|
316
|
+
"protosPath": {
|
|
317
|
+
"type": "string",
|
|
318
|
+
"description": "Path to prototype-api.json, must be relative to factorioPath."
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
}
|
|
297
322
|
],
|
|
298
323
|
"properties": {
|
|
299
324
|
"name": {
|
|
@@ -301,7 +326,7 @@
|
|
|
301
326
|
"description": "Display name for this installation"
|
|
302
327
|
},
|
|
303
328
|
"active": {
|
|
304
|
-
"
|
|
329
|
+
"deprecationMessage": "Active status is no longer marked in settings"
|
|
305
330
|
},
|
|
306
331
|
"factorioPath": {
|
|
307
332
|
"type": "string",
|
|
@@ -316,31 +341,12 @@
|
|
|
316
341
|
"${workspaceFolder}/factorio/bin/x64/factorio"
|
|
317
342
|
]
|
|
318
343
|
},
|
|
319
|
-
"configPath": {
|
|
320
|
-
"type": "string",
|
|
321
|
-
"description": "Path to Factorio config.ini file."
|
|
322
|
-
},
|
|
323
344
|
"onlineDocs": {
|
|
324
345
|
"type": [
|
|
325
346
|
"boolean",
|
|
326
347
|
"string"
|
|
327
348
|
],
|
|
328
349
|
"description": "Use online docs, version id or `true` for `latest`"
|
|
329
|
-
},
|
|
330
|
-
"docsPath": {
|
|
331
|
-
"type": "string",
|
|
332
|
-
"description": "Path to runtime-api.json, must be relative to factorioPath."
|
|
333
|
-
},
|
|
334
|
-
"protosPath": {
|
|
335
|
-
"type": "string",
|
|
336
|
-
"description": "Path to prototype-api.json, must be relative to factorioPath."
|
|
337
|
-
},
|
|
338
|
-
"nativeDebugger": {
|
|
339
|
-
"type": "string",
|
|
340
|
-
"description": "Native debugger to launch factorio with",
|
|
341
|
-
"examples": [
|
|
342
|
-
"vsjitdebugger.exe"
|
|
343
|
-
]
|
|
344
350
|
}
|
|
345
351
|
}
|
|
346
352
|
}
|