typed-factorio 1.7.4 → 1.7.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.
@@ -1276,10 +1276,11 @@ interface LuaControl {
1276
1276
  | LuaEquipmentGrid
1277
1277
  | LuaPlayer
1278
1278
  | LuaGuiElement
1279
+ | LuaInventory
1279
1280
  | defines.gui_type
1280
1281
  | nil
1281
1282
  )
1282
- get opened(): LuaEntity | LuaEquipment | LuaEquipmentGrid | LuaPlayer | LuaGuiElement | nil
1283
+ get opened(): LuaEntity | LuaEquipment | LuaEquipmentGrid | LuaPlayer | LuaGuiElement | LuaInventory | nil
1283
1284
  /**
1284
1285
  * Size of the crafting queue.
1285
1286
  * @see {@link https://lua-api.factorio.com/latest/LuaControl.html#LuaControl.crafting_queue_size Online documentation}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typed-factorio",
3
- "version": "1.7.4",
3
+ "version": "1.7.5",
4
4
  "description": "Featureful typescript definitions for the the Factorio modding lua api.",
5
5
  "keywords": [
6
6
  "factorio", "types", "typescript-to-lua", "tstl"