typed-factorio 1.14.0 → 1.15.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +15 -15
- package/runtime/generated/classes.d.ts +302 -102
- package/runtime/generated/concepts.d.ts +22 -20
- package/runtime/generated/defines.d.ts +18 -0
- package/runtime/generated/events.d.ts +90 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "typed-factorio",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.15.0",
|
4
4
|
"description": "Featureful typescript definitions for the the Factorio modding lua api.",
|
5
5
|
"keywords": [
|
6
6
|
"factorio",
|
@@ -33,30 +33,30 @@
|
|
33
33
|
"typescript-to-lua": "^1.6.1"
|
34
34
|
},
|
35
35
|
"devDependencies": {
|
36
|
-
"@types/jest": "^29.
|
37
|
-
"@types/node": "^
|
36
|
+
"@types/jest": "^29.5.1",
|
37
|
+
"@types/node": "^20.2.3",
|
38
38
|
"@types/prettier": "^2.7.2",
|
39
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
40
|
-
"@typescript-eslint/parser": "^5.
|
39
|
+
"@typescript-eslint/eslint-plugin": "^5.59.7",
|
40
|
+
"@typescript-eslint/parser": "^5.59.7",
|
41
41
|
"array.prototype.flatmap": "^1.3.1",
|
42
42
|
"chalk": "^5.2.0",
|
43
|
-
"eslint": "~8.
|
44
|
-
"eslint-config-prettier": "^8.
|
43
|
+
"eslint": "~8.41.0",
|
44
|
+
"eslint-config-prettier": "^8.8.0",
|
45
45
|
"eslint-config-standard": "^17.0.0",
|
46
|
-
"eslint-import-resolver-typescript": "^3.5.
|
46
|
+
"eslint-import-resolver-typescript": "^3.5.5",
|
47
47
|
"eslint-plugin-import": "^2.27.5",
|
48
|
-
"eslint-plugin-n": "^
|
48
|
+
"eslint-plugin-n": "^16.0.0",
|
49
49
|
"eslint-plugin-node": "^11.1.0",
|
50
50
|
"eslint-plugin-prettier": "^4.2.1",
|
51
51
|
"eslint-plugin-promise": "^6.1.1",
|
52
|
-
"jest": "^29.
|
52
|
+
"jest": "^29.5.0",
|
53
53
|
"lua-types": "^2.13.1",
|
54
|
-
"prettier": "^2.8.
|
55
|
-
"rimraf": "^
|
56
|
-
"ts-jest": "^29.0
|
54
|
+
"prettier": "^2.8.8",
|
55
|
+
"rimraf": "^5.0.1",
|
56
|
+
"ts-jest": "^29.1.0",
|
57
57
|
"ts-node": "^10.9.1",
|
58
|
-
"typescript": "~
|
59
|
-
"typescript-to-lua": "^1.
|
58
|
+
"typescript": "~5.0.4",
|
59
|
+
"typescript-to-lua": "^1.15.1"
|
60
60
|
},
|
61
61
|
"packageManager": "yarn@3.2.3"
|
62
62
|
}
|