typed-factorio 0.7.3 → 0.7.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -3291,7 +3291,7 @@ interface LuaEntity extends LuaControl {
3291
3291
  *
3292
3292
  * {@link https://lua-api.factorio.com/next/LuaEntity.html#LuaEntity.name View documentation}
3293
3293
  */
3294
- readonly name: "inserter" | "filter-inserter"
3294
+ readonly name: string
3295
3295
  /**
3296
3296
  * Name of the entity or tile contained in this ghost
3297
3297
  *
@@ -11332,7 +11332,7 @@ interface LuaItemPrototype {
11332
11332
  *
11333
11333
  * {@link https://lua-api.factorio.com/next/LuaItemPrototype.html#LuaItemPrototype.type View documentation}
11334
11334
  */
11335
- readonly type: "gun" | "mining-tool"
11335
+ readonly type: string
11336
11336
  /**
11337
11337
  * Name of this prototype.
11338
11338
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typed-factorio",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "description": "Featureful typescript definitions for the the Factorio modding lua api.",
5
5
  "keywords": [
6
6
  "factorio",