Skip to content

Commit

Permalink
chore(release): 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmarqs committed Jun 1, 2024
1 parent a118073 commit 2482782
Showing 1 changed file with 23 additions and 6 deletions.
29 changes: 23 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zod-config",
"version": "0.0.2",
"version": "0.0.3",
"description": "Load configuration variables from multiple sources with flexible adapters, ensuring type safety with Zod.",
"author": "Alexandre Marques",
"license": "MIT",
Expand All @@ -21,7 +21,9 @@
"release:dry-run": "standard-version --skip.changelog --dry-run",
"yalc:publish": "yalc publish"
},
"files": ["dist/**"],
"files": [
"dist/**"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -50,9 +52,15 @@
},
"typesVersions": {
"*": {
"env-adapter": ["./dist/env-adapter.d.ts"],
"json-adapter": ["./dist/json-adapter.d.ts"],
"dotenv-adapter": ["./dist/dotenv-adapter.d.ts"]
"env-adapter": [
"./dist/env-adapter.d.ts"
],
"json-adapter": [
"./dist/json-adapter.d.ts"
],
"dotenv-adapter": [
"./dist/dotenv-adapter.d.ts"
]
}
},
"publishConfig": {
Expand All @@ -66,7 +74,16 @@
"url": "https://github.com/alexmarqs/zod-config/issues"
},
"homepage": "https://github.com/alexmarqs/zod-config#readme",
"keywords": ["zod", "config", "env", "json", "dotenv", "typescript", "adapters", "typesafe"],
"keywords": [
"zod",
"config",
"env",
"json",
"dotenv",
"typescript",
"adapters",
"typesafe"
],
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@types/node": "20.10.7",
Expand Down

0 comments on commit 2482782

Please sign in to comment.