typed-factorio 2.4.0 → 2.5.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typed-factorio",
3
- "version": "2.4.0",
3
+ "version": "2.5.0",
4
4
  "description": "Featureful typescript definitions for the Factorio modding api.",
5
5
  "keywords": [
6
6
  "factorio",
@@ -27,7 +27,7 @@
27
27
  "download-latest-json-apis": "ts-node --esm ./scripts/download-latest.ts",
28
28
  "new-version-changelog": "ts-node --esm ./scripts/new-version-changelog.ts",
29
29
  "next-factorio-version": "npm run download-latest-json-apis && npm run clean && npm run generate && npm run check && npm run new-version-changelog && npm version minor",
30
- "check-next-factorio-version": "ts-node --esm ./scripts/new-version-diff.ts"
30
+ "next-factorio-version-diff": "ts-node --esm ./scripts/new-version-diff.ts"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "lua-types": "^2.13.1",