@alwatr/util
Advanced tools
Comparing version 1.2.10 to 1.3.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [1.3.0](https://github.com/Alwatr/eslib/compare/@alwatr/util@1.2.10...@alwatr/util@1.3.0) (2023-11-14) | ||
### Features | ||
* **yarn:** pnp ([b6a562c](https://github.com/Alwatr/eslib/commit/b6a562c909a35b3e626442e5c325da3fce448e1b)) by @AliMD | ||
## [1.2.10](https://github.com/Alwatr/eslib/compare/@alwatr/util@1.2.9...@alwatr/util@1.2.10) (2023-11-08) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@alwatr/util", | ||
"version": "1.2.10", | ||
"version": "1.3.0", | ||
"description": "Util library written in tiny TypeScript module.", | ||
@@ -43,10 +43,13 @@ "keywords": [ | ||
"dependencies": { | ||
"@alwatr/math": "^1.1.12", | ||
"@alwatr/type": "^1.1.5", | ||
"@alwatr/logger": "^2.2.0", | ||
"@alwatr/math": "^1.2.0", | ||
"@alwatr/type": "^1.2.0", | ||
"@alwatr/util": "^1.3.0", | ||
"tslib": "^2.6.2" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.9.0", | ||
"flatstr": "^1.0.12" | ||
}, | ||
"gitHead": "dc6207512b0fbae5ffad73e77a0e076c1523e4b1" | ||
"gitHead": "c9c6d5abf5e2aeafa915fde58c73e030ac00db27" | ||
} |
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
54737
5
2
+ Added@alwatr/logger@^2.2.0
+ Added@alwatr/util@^1.3.0
Updated@alwatr/math@^1.2.0
Updated@alwatr/type@^1.2.0