kolmafia 26744.0.0 → 26746.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Generated by KoLmafia r26744
1
+ // Generated by KoLmafia r26746
2
2
  export function abort(string: string): never;
3
3
  export function abort(): never;
4
4
  export function absorbedMonsters(): { [monster: string]: boolean };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kolmafia",
3
- "version": "26744.0.0",
3
+ "version": "26746.0.0",
4
4
  "description": "Typings for the KoLmafia JS standard library",
5
5
  "main": "index",
6
6
  "types": "index",