factorio-test 1.0.2 → 1.1.1

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.
Files changed (2) hide show
  1. package/index.d.ts +2 -0
  2. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -34,6 +34,8 @@ declare namespace FactorioTest {
34
34
  after_test_run?(): void
35
35
 
36
36
  sound_effects: boolean
37
+
38
+ load_luassert: boolean
37
39
  }
38
40
 
39
41
  type TestFn = () => void
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "factorio-test",
3
- "version": "1.0.2",
3
+ "version": "1.1.1",
4
4
  "description": "Type definitions for using Factorio Test with TypescriptToLua",
5
5
  "license": "MIT",
6
6
  "repository": "https://github.com/GlassBricks/FactorioTest",
@@ -8,7 +8,7 @@
8
8
  "index.d.ts"
9
9
  ],
10
10
  "peerDependencies": {
11
- "typed-factorio": "^1.14.0"
11
+ "typed-factorio": ">=1.14.0"
12
12
  },
13
13
  "optionalDependencies": {
14
14
  "luassert-tstl": ">=0.2.3"