@signpostmarv/intermediary-number 0.3.1 → 0.4.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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  # Intermediary Number
5
5
 
6
- Intermediary Number classes & utilities for the [Production Calculator](https://github.com/SignpostMarv/Satisfactory-Production-Calculator) for Satisfactory built upon [Docs.json.ts](https://github.com/Satisfactory-Clips-Archive/Docs.json.ts).
6
+ Intermediary Number classes & utilities for the [Production Calculator](https://github.com/SignpostMarv/Satisfactory-Production-Calculator) for Satisfactory built upon [Docs.json.ts](https://github.com/satisfactory-dev/Docs.json.ts).
7
7
 
8
8
  ## Using
9
9
 
@@ -30,5 +30,5 @@ Please refer to the tests in the meantime.
30
30
 
31
31
  ## Issues
32
32
 
33
- - Issue tracker for all the related projects except Docs.json.ts are [available on GitHub](https://github.com/users/SignpostMarv/projects/1).
34
- - [Issues with Docs.json.ts currently need to be viewed separately](https://github.com/Satisfactory-Clips-Archive/Docs.json.ts/issues).
33
+ - Issue tracker for all the related projects except Docs.json.ts are [available on GitHub](https://github.com/orgs/satisfactory-dev/projects/1).
34
+ - [Issues with Docs.json.ts currently need to be viewed separately](https://github.com/satisfactory-dev/Docs.json.ts/issues).
package/package.json CHANGED
@@ -18,13 +18,13 @@
18
18
  "glob": "^10.4.1",
19
19
  "prettier": "^3.3.2",
20
20
  "ts-node": "^10.9.2",
21
- "typescript": "~5.4.5",
21
+ "typescript": "~5.5.2",
22
22
  "typescript-eslint": "^7.13.0"
23
23
  },
24
24
  "dependencies": {
25
- "@satisfactory-clips-archive/custom-assert": "^0.1.4",
25
+ "@satisfactory-dev/custom-assert": "^0.2.2",
26
26
  "bignumber.js": "^9.1.2",
27
27
  "fraction.js": "^4.3.7"
28
28
  },
29
- "version": "0.3.1"
29
+ "version": "0.4.1"
30
30
  }