typed-factorio 0.18.0 → 0.18.1

Sign up to get free protection for your applications and to get access to all the features.
package/Changelog.md CHANGED
@@ -1,3 +1,7 @@
1
+ # v0.18.1
2
+
3
+ - `TechnologyIdentification` now also has a more specific type when read.
4
+
1
5
  # v0.18.0
2
6
 
3
7
  - `ForceIdentification` and `ItemPrototypeIdentification` now have more specific types when read.
@@ -11812,7 +11812,8 @@ interface LuaForce {
11812
11812
  *
11813
11813
  * {@link https://lua-api.factorio.com/latest/LuaForce.html#LuaForce.research_queue View documentation}
11814
11814
  */
11815
- research_queue: TechnologyIdentification[] | undefined
11815
+ get research_queue(): LuaTechnology[] | undefined
11816
+ set research_queue(value: TechnologyIdentification[] | undefined)
11816
11817
  /**
11817
11818
  * Whether research is enabled for this force, see {@link LuaForce.enable_research LuaForce::enable_research} and
11818
11819
  * {@link LuaForce.disable_research LuaForce::disable_research}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typed-factorio",
3
- "version": "0.18.0",
3
+ "version": "0.18.1",
4
4
  "description": "Featureful typescript definitions for the the Factorio modding lua api.",
5
5
  "keywords": [
6
6
  "factorio",