@arundo/typed-env
Advanced tools
Comparing version 0.0.3 to 0.0.5
@@ -6,3 +6,3 @@ import { z } from 'zod'; | ||
[K in keyof InputType as SnakeToCamelCase<string & K>]: InputType[K]; | ||
}; | ||
} & {}; | ||
type NamingConvention = 'camelcase' | 'default'; | ||
@@ -9,0 +9,0 @@ type BaseSchema = Record<string, unknown>; |
{ | ||
"name": "@arundo/typed-env", | ||
"version": "0.0.3", | ||
"version": "0.0.5", | ||
"description": "Typed environment variables made easy 🚀", | ||
@@ -8,4 +8,11 @@ "main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"keywords": [], | ||
"author": "", | ||
"keywords": [ | ||
"typescript", | ||
"validation", | ||
"types", | ||
"environment-variables", | ||
"zod", | ||
"env" | ||
], | ||
"author": "Arundo Analytics", | ||
"license": "MIT", | ||
@@ -12,0 +19,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
1
6168
7