@alwatr/resolve-url
Advanced tools
Comparing version 1.0.2 to 5.0.0
@@ -6,2 +6,20 @@ # Change Log | ||
## 5.0.0 (2024-11-02) | ||
### ⚠ BREAKING CHANGES | ||
* To simplify version management and ensure consistency, all nanolib packages now use the same version as @alwatr/nanolib. This may require updates to your project's dependencies. | ||
### Features | ||
* add `resolve-url` package ([a884212](https://github.com/Alwatr/nanolib/commit/a88421233d5cd84dd2fea34c370026b9a81cd887)) by @ | ||
### Bug Fixes | ||
* **resolve-url:** version & update `README` ([ea2513a](https://github.com/Alwatr/nanolib/commit/ea2513a374a7841cc8d7f9a4cafcba6efced0299)) by @ | ||
### Code Refactoring | ||
* use the same version as @alwatr/nanolib ([60eb860](https://github.com/Alwatr/nanolib/commit/60eb860a0e33dfffe2d1d95e63ce54c60876be06)) by @ | ||
## [1.0.2](https://github.com/Alwatr/nanolib/compare/@alwatr/resolve-url@1.0.1...@alwatr/resolve-url@1.0.2) (2024-11-02) | ||
@@ -8,0 +26,0 @@ |
{ | ||
"name": "@alwatr/resolve-url", | ||
"version": "1.0.2", | ||
"version": "5.0.0", | ||
"description": "A tiny TypeScript library to resolve URLs.", | ||
@@ -70,12 +70,12 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
"dependencies": { | ||
"@alwatr/package-tracer": "^1.0.8" | ||
"@alwatr/package-tracer": "^5.0.0" | ||
}, | ||
"devDependencies": { | ||
"@alwatr/nano-build": "^2.0.4", | ||
"@alwatr/prettier-config": "^1.0.6", | ||
"@alwatr/tsconfig-base": "^1.3.3", | ||
"@alwatr/type-helper": "^2.0.3", | ||
"@alwatr/nano-build": "^5.0.0", | ||
"@alwatr/prettier-config": "^5.0.0", | ||
"@alwatr/tsconfig-base": "^5.0.0", | ||
"@alwatr/type-helper": "^5.0.0", | ||
"typescript": "^5.6.3" | ||
}, | ||
"gitHead": "5aecc962a161034aa9213dcc5fb3c1cece9eaca2" | ||
"gitHead": "7d12943fafa8ef50636346e66ff56c50e2fd0c72" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
44900
+ Added@alwatr/package-tracer@5.0.0(transitive)
- Removed@alwatr/package-tracer@1.0.8(transitive)