@signpostmarv/intermediary-number 0.3.0 → 0.3.1

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.
package/index.js CHANGED
@@ -2,3 +2,4 @@ export * from './lib/IntermediaryNumber';
2
2
  export * from './lib/IntermediaryNumberTypes';
3
3
  export * from './lib/Numbers';
4
4
  export * from './lib/NumberStrings';
5
+ //# sourceMappingURL=index.js.map
package/lib/Docs.json.js CHANGED
@@ -4,3 +4,4 @@ export class NotAnAmountString extends Error {
4
4
  export function is_string(maybe) {
5
5
  return 'string' === typeof maybe;
6
6
  }
7
+ //# sourceMappingURL=Docs.json.js.map
@@ -993,3 +993,4 @@ export class TokenScan {
993
993
  }
994
994
  }
995
995
  //#endregion
996
+ //# sourceMappingURL=IntermediaryNumber.js.map
@@ -1 +1,2 @@
1
1
  export {};
2
+ //# sourceMappingURL=IntermediaryNumberTypes.js.map
@@ -51,3 +51,4 @@ export class NumberStrings {
51
51
  }
52
52
  }
53
53
  }
54
+ //# sourceMappingURL=NumberStrings.js.map
package/lib/Numbers.js CHANGED
@@ -47,3 +47,4 @@ export class Numbers {
47
47
  return result;
48
48
  }
49
49
  }
50
+ //# sourceMappingURL=Numbers.js.map
package/package.json CHANGED
@@ -11,23 +11,20 @@
11
11
  "exports": "./index.js",
12
12
  "types": "./index.d.ts",
13
13
  "devDependencies": {
14
- "@eslint/js": "^9.4.0",
15
- "@stdlib/types": "^0.3.2",
16
14
  "@types/eslint": "^8.56.10",
17
15
  "@types/node": "^20.14.2",
18
- "c8": "^9.1.0",
16
+ "c8": "^10.1.2",
19
17
  "eslint": "^8.57.0",
20
18
  "glob": "^10.4.1",
21
19
  "prettier": "^3.3.2",
22
20
  "ts-node": "^10.9.2",
23
- "tslib": "^2.6.3",
24
- "typescript": "^5.4.5",
21
+ "typescript": "~5.4.5",
25
22
  "typescript-eslint": "^7.13.0"
26
23
  },
27
24
  "dependencies": {
28
- "@satisfactory-clips-archive/custom-assert": "^0.1.2",
25
+ "@satisfactory-clips-archive/custom-assert": "^0.1.4",
29
26
  "bignumber.js": "^9.1.2",
30
27
  "fraction.js": "^4.3.7"
31
28
  },
32
- "version": "0.3.0"
29
+ "version": "0.3.1"
33
30
  }