@alwatr/env
Advanced tools
Comparing version 1.0.1 to 5.0.0
@@ -6,2 +6,22 @@ # 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. | ||
### Bug Fixes | ||
* **env:** package.json path ([fff643d](https://github.com/Alwatr/nanolib/commit/fff643d949340e84509502e62b2587d03a47e034)) by @ | ||
### Code Refactoring | ||
* **env:** rename package and function ([6d72576](https://github.com/Alwatr/nanolib/commit/6d72576576964ba4bf3bdc5767e14d9293f941c9)) by @ | ||
* use the same version as @alwatr/nanolib ([60eb860](https://github.com/Alwatr/nanolib/commit/60eb860a0e33dfffe2d1d95e63ce54c60876be06)) by @ | ||
### Dependencies update | ||
* bump the development-dependencies group across 1 directory with 2 updates ([2dfda9e](https://github.com/Alwatr/nanolib/commit/2dfda9ec38a595f1fd961490d1a2fbf060f20a66)) by @ | ||
* update ([4434ba6](https://github.com/Alwatr/nanolib/commit/4434ba67c3f576bb1a0c307fbdb263c43cd9733a)) by @ | ||
## [1.0.1](https://github.com/Alwatr/nanolib/compare/@alwatr/env@1.0.0...@alwatr/env@1.0.1) (2024-11-02) | ||
@@ -8,0 +28,0 @@ |
{ | ||
"name": "@alwatr/env", | ||
"version": "1.0.1", | ||
"version": "5.0.0", | ||
"description": "A tiny and tree-shakable TypeScript library to get environment variables with type-safe and fallback value for development and production.", | ||
@@ -70,14 +70,14 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
"dependencies": { | ||
"@alwatr/package-tracer": "^1.0.8", | ||
"@alwatr/platform-info": "^1.2.8" | ||
"@alwatr/package-tracer": "^5.0.0", | ||
"@alwatr/platform-info": "^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", | ||
"@types/node": "^22.8.6", | ||
"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
48270
+ Added@alwatr/package-tracer@5.0.0(transitive)
+ Added@alwatr/platform-info@5.0.0(transitive)
- Removed@alwatr/package-tracer@1.0.8(transitive)
- Removed@alwatr/platform-info@1.2.8(transitive)
Updated@alwatr/platform-info@^5.0.0