@alwatr/env
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,2 +6,8 @@ # Change Log | ||
## [1.0.1](https://github.com/Alwatr/nanolib/compare/@alwatr/env@1.0.0...@alwatr/env@1.0.1) (2024-11-02) | ||
### Dependencies update | ||
* update ([4434ba6](https://github.com/Alwatr/nanolib/commit/4434ba67c3f576bb1a0c307fbdb263c43cd9733a)) by @AliMD | ||
## 1.0.0 (2024-10-25) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@alwatr/env", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"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.7", | ||
"@alwatr/platform-info": "^1.2.7" | ||
"@alwatr/package-tracer": "^1.0.8", | ||
"@alwatr/platform-info": "^1.2.8" | ||
}, | ||
"devDependencies": { | ||
"@alwatr/nano-build": "^2.0.3", | ||
"@alwatr/nano-build": "^2.0.4", | ||
"@alwatr/prettier-config": "^1.0.6", | ||
"@alwatr/tsconfig-base": "^1.3.3", | ||
"@alwatr/type-helper": "^2.0.3", | ||
"@types/node": "^22.8.0", | ||
"@types/node": "^22.8.6", | ||
"typescript": "^5.6.3" | ||
}, | ||
"gitHead": "a1e430a02f9a5711fc43f19012091bcd8806c4f9" | ||
"gitHead": "5aecc962a161034aa9213dcc5fb3c1cece9eaca2" | ||
} |
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
47280