typed-factorio 1.10.1 → 1.10.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typed-factorio",
3
- "version": "1.10.1",
3
+ "version": "1.10.2",
4
4
  "description": "Featureful typescript definitions for the the Factorio modding lua api.",
5
5
  "keywords": [
6
6
  "factorio",
@@ -1230,7 +1230,7 @@ interface BlueprintInfinitySettings {
1230
1230
  interface BlueprintControlBehavior {
1231
1231
  readonly condition?: CircuitCondition
1232
1232
  readonly circuit_condition?: CircuitCondition
1233
- readonly filters?: Signal[]
1233
+ readonly filters?: ConstantCombinatorParameters[]
1234
1234
  readonly is_on?: boolean
1235
1235
  readonly arithmetic_conditions?: ArithmeticCombinatorParameters
1236
1236
  readonly decider_conditions?: DeciderCombinatorParameters