factoriomod-debug 1.1.44 → 1.1.45

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/.mocharc.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/mocharc",
3
3
  "extension": ["ts"],
4
- "require": "ts-node/register",
4
+ "require": "tsx",
5
5
  "spec": "test/**/*.spec.ts",
6
6
  "timeout": 60000
7
7
  }
package/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  [<img height='36' style='border:0px;height:36px;' src='https://az743702.vo.msecnd.net/cdn/kofi2.png?v=2' border='0' alt='Buy Me a Coffee at ko-fi.com'/>](https://ko-fi.com/X8X41IE4T)
4
4
 
5
+ ## 1.1.45
6
+ * Debugger
7
+ * Don't choke on metatables with broken metatables
8
+ * Add `readOnly` to `RenderOptions` for custom variable views
9
+ * Locale:
10
+ * Don't crash when diagnosing file with empty keys
11
+ * LuaLS library package:
12
+ * Remove hard-coded defines.prototype list, they're included in the json docs starting from Factorio 1.1.110
13
+
5
14
  ## 1.1.44
6
15
  * Debugger
7
16
  * Set `SteamAppId` when launching for `--version`