Comparing version 0.7.4 to 0.7.5
{ | ||
"name": "utilium", | ||
"version": "0.7.4", | ||
"version": "0.7.5", | ||
"description": "Typescript utilies", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
# Utilium | ||
A bunch of utilies for Typescript that I have found to be very useful | ||
A bunch of utilies for Typescript. This includes: | ||
- Structs (using decorators) | ||
- Compile-time math types | ||
- Debugging types | ||
- Convenience types and functions for strings and objects | ||
- RNG functions | ||
- `List`, a class that combines the best aspects of `Set` and arrays | ||
- `JSONFileMap` and `FolderMap` | ||
- Version utilities |
@@ -5,3 +5,3 @@ { | ||
"module": "NodeNext", | ||
"target": "ES2023", | ||
"target": "ES2022", | ||
"moduleResolution": "NodeNext", | ||
@@ -8,0 +8,0 @@ "outDir": "dist", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
75058
42
2119
13