factoriomod-debug 2.0.9 → 2.0.11

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.9",
4
+ "version": "2.0.11",
5
5
  "publisher": "justarandomgeek",
6
6
  "description": "Debug Tools for developing Factorio Mods",
7
7
  "author": {
@@ -13,8 +13,8 @@
13
13
  "multi-root ready"
14
14
  ],
15
15
  "engines": {
16
- "vscode": "^1.104.0",
17
- "node": ">22"
16
+ "vscode": "^1.116.0",
17
+ "node": ">=22.7.0"
18
18
  },
19
19
  "icon": "images/factoriomod-debug-icon.png",
20
20
  "categories": [
@@ -33,7 +33,7 @@
33
33
  "lint": "eslint . --ext ts --flag unstable_native_nodejs_ts_config",
34
34
  "typecheck": "tsc -p tsconfig.json --noEmit",
35
35
  "typecheck-watch": "tsc -p tsconfig.json --noEmit --watch",
36
- "esbuild": "node ./build.ts",
36
+ "esbuild": "node --experimental-transform-types ./build.ts",
37
37
  "watch": "npm run esbuild -- --watch",
38
38
  "stats": "npm run esbuild -- --minify --meta && esbuild-visualizer --metadata ./out/meta.json --filename ./out/stats.html",
39
39
  "vscode:prepublish": "npm run prepare",
@@ -41,56 +41,54 @@
41
41
  "package": "vsce package",
42
42
  "publish-vscode": "vsce publish",
43
43
  "publish-vscode-prerelease": "vsce publish --pre-release",
44
- "test": "c8 node --experimental-transform-types --test ./test/*.spec.ts",
45
- "postinstall": "node ./postinstall.ts"
44
+ "test": "c8 node --experimental-transform-types --test ./test/*.spec.ts"
46
45
  },
47
46
  "devDependencies": {
48
- "@inquirer/input": "^4.2.4",
49
- "@inquirer/password": "^4.0.20",
50
- "@stylistic/eslint-plugin": "^5.3.1",
51
- "@types/archiver": "^6.0.3",
47
+ "@inquirer/input": "^5.0.12",
48
+ "@inquirer/password": "^5.0.12",
49
+ "@stylistic/eslint-plugin": "^5.10.0",
50
+ "@types/archiver": "^7.0.0",
52
51
  "@types/buffers": "^0.1.34",
53
52
  "@types/d3": "^7.4.3",
54
53
  "@types/dateformat": "^5.0.3",
55
- "@types/dot-object": "^2.1.6",
56
54
  "@types/ini": "^4.1.1",
57
55
  "@types/inquirer": "^9.0.9",
58
56
  "@types/mute-stream": "^0.0.4",
59
- "@types/node": "^22.18.5",
57
+ "@types/node": "^25.6.0",
60
58
  "@types/readdir-glob": "^1.1.5",
61
59
  "@types/request": "^2.48.13",
62
60
  "@types/semver": "^7.7.1",
63
- "@types/vscode": "^1.104.0",
61
+ "@types/vscode": "^1.116.0",
64
62
  "@types/vscode-webview": "^1.57.5",
65
- "@vscode/codicons": "^0.0.40",
63
+ "@vscode/codicons": "^0.0.45",
66
64
  "@vscode/debugadapter": "^1.68.0",
67
65
  "@vscode/debugadapter-testsupport": "^1.68.0",
68
- "@vscode/vsce": "^3.6.0",
66
+ "@vscode/vsce": "^3.9.1",
69
67
  "@vscode/webview-ui-toolkit": "^1.4.0",
70
68
  "archiver": "^7.0.1",
71
- "c8": "^10.1.3",
72
- "commander": "^14.0.1",
69
+ "c8": "^11.0.0",
70
+ "commander": "^14.0.3",
73
71
  "d3": "^7.9.0",
74
- "d3-flame-graph": "^4.1.3",
72
+ "d3-flame-graph": "^5.0.0",
75
73
  "dateformat": "^5.0.3",
76
- "dot-object": "^2.1.5",
77
- "esbuild": "^0.25.10",
78
- "esbuild-compress": "^2.0.2",
74
+ "dotize": "^0.6.0",
75
+ "esbuild": "^0.28.0",
76
+ "esbuild-compress": "^2.2.0",
79
77
  "esbuild-plugin-import-glob": "^0.1.1",
80
78
  "esbuild-visualizer": "^0.7.0",
81
- "eslint": "^9.35.0",
82
- "globals": "^16.4.0",
83
- "ini": "^5.0.0",
79
+ "eslint": "^10.2.1",
80
+ "globals": "^17.5.0",
81
+ "ini": "^6.0.0",
84
82
  "jsonc-parser": "^3.3.1",
85
83
  "mime": "^4.1.0",
86
- "patch-package": "^8.0.0",
87
- "readdir-glob": "^2.0.1",
84
+ "patch-package": "^8.0.1",
85
+ "readdir-glob": "^3.0.0",
88
86
  "remark": "^15.0.1",
89
- "rimraf": "^6.0.1",
90
- "semver": "^7.7.2",
87
+ "rimraf": "^6.1.3",
88
+ "semver": "^7.7.4",
91
89
  "tree-kill": "^1.2.2",
92
- "typescript": "^5.9.2",
93
- "typescript-eslint": "^8.44.0",
90
+ "typescript": "^6.0.3",
91
+ "typescript-eslint": "^8.59.0",
94
92
  "vscode-languageclient": "^9.0.1",
95
93
  "vscode-languageserver": "^9.0.1",
96
94
  "vscode-languageserver-textdocument": "^1.0.12",
@@ -351,6 +349,11 @@
351
349
  "description": "Generate docs files when selecting a Factorio version.",
352
350
  "default": true
353
351
  },
352
+ "factorio.docs.usePrototypeDumps": {
353
+ "type": "boolean",
354
+ "description": "EXPERIMENTAL: Use prototype dumps `script-output/mod-settings-dump.json` and `script-output/data-raw-dump.json` if available when generating docs",
355
+ "default": false
356
+ },
354
357
  "factorio.docs.docLinksVersion": {
355
358
  "description": "What version to use when generating docs links",
356
359
  "enumDescriptions": [
@@ -637,8 +640,8 @@
637
640
  "Factorio Locale",
638
641
  "factorio-locale"
639
642
  ],
640
- "extensions": [
641
- ".cfg"
643
+ "filenamePatterns": [
644
+ "**/locale/*/*.cfg"
642
645
  ],
643
646
  "configuration": "./language/factorio-locale.language-configuration.json"
644
647
  },
@@ -685,6 +688,9 @@
685
688
  "Namespace",
686
689
  "!Class"
687
690
  ]
691
+ },
692
+ "[factorio-locale]": {
693
+ "editor.wordWrap": "on"
688
694
  }
689
695
  },
690
696
  "jsonValidation": [
@@ -787,6 +793,10 @@
787
793
  true
788
794
  ]
789
795
  },
796
+ "tags": {
797
+ "type": "object",
798
+ "description": "Extra debug session tags, readable under `__DebugAdapter.tags` during this session."
799
+ },
790
800
  "modsPath": {
791
801
  "type": "string",
792
802
  "description": "Absolute path to Factorio mods directory."