typed-factorio 2.2.0 → 2.4.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.2.0",
3
+ "version": "2.4.0",
4
4
  "description": "Featureful typescript definitions for the Factorio modding api.",
5
5
  "keywords": [
6
6
  "factorio",
@@ -26,7 +26,8 @@
26
26
  "prepublishOnly": "npm run generate && npm run check",
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
- "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"
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
31
  },
31
32
  "peerDependencies": {
32
33
  "lua-types": "^2.13.1",