typed-factorio 2.5.1 → 2.5.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -47,7 +47,7 @@ In the settings and prototype stages, the `data` global variable is available.
47
47
  For [performance reasons](https://github.com/microsoft/TypeScript/wiki/Performance#preferring-base-types-over-unions), `data.extend()` is by default loosely typed.
48
48
  To get full type checking, you can use specific types in one of the following ways:
49
49
  ```ts
50
- // Use `satisfies` on types to check types
50
+ // Use `satisfies` to check types:
51
51
  data.extend([
52
52
  {
53
53
  type: "ammo-category",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typed-factorio",
3
- "version": "2.5.1",
3
+ "version": "2.5.2",
4
4
  "description": "Featureful typescript definitions for the Factorio modding api.",
5
5
  "keywords": [
6
6
  "factorio",