typed-factorio 1.0.0 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- package/Changelog.md +13 -1
- package/generated/classes.d.ts +363 -141
- package/generated/concepts.d.ts +192 -90
- package/generated/defines.d.ts +9 -0
- package/generated/events.d.ts +64 -0
- package/package.json +3 -2
package/Changelog.md
CHANGED
@@ -1,6 +1,18 @@
|
|
1
|
+
# v1.3.0
|
2
|
+
|
3
|
+
- Updated to factorio version 1.1.61
|
4
|
+
|
5
|
+
# v1.2.0
|
6
|
+
|
7
|
+
- Updated to factorio version 1.1.60
|
8
|
+
|
9
|
+
# v1.1.0
|
10
|
+
|
11
|
+
- Updated to factorio version 1.1.59
|
12
|
+
|
1
13
|
# v1.0.0
|
2
14
|
|
3
|
-
- This project now has all the features that was originally planned, and can now guarantee reasonable backwards compatibility for future releases.
|
15
|
+
- This project now has all the features that was originally planned, and can now guarantee reasonable backwards compatibility for future releases.
|
4
16
|
- Updated to factorio version 1.1.57
|
5
17
|
|
6
18
|
# v0.20.0
|