factorio-types 0.0.27 → 0.0.28

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/dist/classes.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  // Factorio API reference https://lua-api.factorio.com/latest/index.html
3
3
  // Generated from JSON source https://lua-api.factorio.com/latest/runtime-api.json
4
4
  // Definition source https://github.com/sguest/factorio-types
5
- // Factorio version 1.1.67
5
+ // Factorio version 1.1.69
6
6
  // API version 3
7
7
 
8
8
  /**
@@ -4315,7 +4315,7 @@ interface LuaEntityPrototype {
4315
4315
  readonly automated_ammo_count?: number
4316
4316
 
4317
4317
  /**
4318
- * Whether this spider vehicle prototoype automatically cycles weapons.
4318
+ * Whether this spider vehicle prototype automatically cycles weapons.
4319
4319
  * @remarks
4320
4320
  * Applies to subclasses: SpiderVehicle
4321
4321
  *
@@ -5755,6 +5755,14 @@ interface LuaEntityPrototype {
5755
5755
  */
5756
5756
  readonly timeout?: number
5757
5757
 
5758
+ /**
5759
+ * The torso bob speed of this spider vehicle prototype.
5760
+ * @remarks
5761
+ * Applies to subclasses: SpiderVehicle
5762
+ *
5763
+ */
5764
+ readonly torso_bob_speed?: number
5765
+
5758
5766
  /**
5759
5767
  * The torso rotation speed of this spider vehicle prototype.
5760
5768
  * @remarks
@@ -2,7 +2,7 @@
2
2
  // Factorio API reference https://lua-api.factorio.com/latest/index.html
3
3
  // Generated from JSON source https://lua-api.factorio.com/latest/runtime-api.json
4
4
  // Definition source https://github.com/sguest/factorio-types
5
- // Factorio version 1.1.67
5
+ // Factorio version 1.1.69
6
6
  // API version 3
7
7
 
8
8
  /**
package/dist/defines.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  // Factorio API reference https://lua-api.factorio.com/latest/index.html
3
3
  // Generated from JSON source https://lua-api.factorio.com/latest/runtime-api.json
4
4
  // Definition source https://github.com/sguest/factorio-types
5
- // Factorio version 1.1.67
5
+ // Factorio version 1.1.69
6
6
  // API version 3
7
7
 
8
8
  declare namespace defines {
package/dist/events.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  // Factorio API reference https://lua-api.factorio.com/latest/index.html
3
3
  // Generated from JSON source https://lua-api.factorio.com/latest/runtime-api.json
4
4
  // Definition source https://github.com/sguest/factorio-types
5
- // Factorio version 1.1.67
5
+ // Factorio version 1.1.69
6
6
  // API version 3
7
7
 
8
8
  /**
package/dist/global.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  // Factorio API reference https://lua-api.factorio.com/latest/index.html
3
3
  // Generated from JSON source https://lua-api.factorio.com/latest/runtime-api.json
4
4
  // Definition source https://github.com/sguest/factorio-types
5
- // Factorio version 1.1.67
5
+ // Factorio version 1.1.69
6
6
  // API version 3
7
7
 
8
8
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "factorio-types",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
4
4
  "description": "Typescript declarations for the factorio mod API",
5
5
  "main": "index.d.ts",
6
6
  "repository": "https://github.com/sguest/factorio-types.git",