@alexghr/env-config
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,1 +1,3 @@ | ||
## [1.0.3](https://github.com/alexghr/env-config/compare/v1.0.2...v1.0.3) (2022-06-19) | ||
## [1.0.2](https://github.com/alexghr/env-config/compare/v1.0.1...v1.0.2) (2022-05-13) | ||
@@ -2,0 +4,0 @@ |
@@ -1,3 +0,2 @@ | ||
export const string = (x)=>x | ||
; | ||
export const string = (x)=>x; | ||
export const number = (x)=>{ | ||
@@ -12,3 +11,2 @@ const parsed = x ? parseInt(x, 10) : NaN; | ||
]); | ||
export const boolean = (x)=>x ? acceptedBooleanTrues.has(x) : undefined | ||
; | ||
export const boolean = (x)=>x ? acceptedBooleanTrues.has(x) : undefined; |
{ | ||
"name": "@alexghr/env-config", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"repository": "https://github.com/alexghr/env-config.git", | ||
@@ -38,11 +38,11 @@ "author": "Alex Gherghisan <alexghr@users.noreply.github.com>", | ||
"@swc/cli": "^0.1.57", | ||
"@swc/core": "^1.2.182", | ||
"@swc/core": "^1.2.204", | ||
"@types/node": "^14.0.0", | ||
"@typescript-eslint/eslint-plugin": "^5.23.0", | ||
"@typescript-eslint/eslint-plugin": "^5.28.0", | ||
"@typescript-eslint/parser": "^5.23.0", | ||
"eslint": "^8.15.0", | ||
"eslint": "^8.18.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"prettier": "^2.6.2", | ||
"semantic-release": "^19.0.2", | ||
"typescript": "^4.6.4" | ||
"typescript": "^4.7.4" | ||
}, | ||
@@ -49,0 +49,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
20109
38