libram 0.8.2 → 0.8.3

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/dist/ascend.js +1 -1
  2. package/package.json +1 -1
package/dist/ascend.js CHANGED
@@ -145,7 +145,7 @@ function inputToMoonId(moon, playerClass) {
145
145
  }
146
146
  };
147
147
  const fromNormalInput = signNameToId(tc(moon));
148
- if (fromNormalInput >= 0)
148
+ if (fromNormalInput > 0)
149
149
  return fromNormalInput;
150
150
  switch (moon.toLowerCase()) {
151
151
  case "degrassi":
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "libram",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "description": "JavaScript helper library for KoLmafia",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",