Skip to content

Commit 2482782

Browse files
committed
chore(release): 0.0.3
1 parent a118073 commit 2482782

File tree

1 file changed

+23
-6
lines changed

1 file changed

+23
-6
lines changed

package.json

+23-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zod-config",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Load configuration variables from multiple sources with flexible adapters, ensuring type safety with Zod.",
55
"author": "Alexandre Marques",
66
"license": "MIT",
@@ -21,7 +21,9 @@
2121
"release:dry-run": "standard-version --skip.changelog --dry-run",
2222
"yalc:publish": "yalc publish"
2323
},
24-
"files": ["dist/**"],
24+
"files": [
25+
"dist/**"
26+
],
2527
"exports": {
2628
".": {
2729
"types": "./dist/index.d.ts",
@@ -50,9 +52,15 @@
5052
},
5153
"typesVersions": {
5254
"*": {
53-
"env-adapter": ["./dist/env-adapter.d.ts"],
54-
"json-adapter": ["./dist/json-adapter.d.ts"],
55-
"dotenv-adapter": ["./dist/dotenv-adapter.d.ts"]
55+
"env-adapter": [
56+
"./dist/env-adapter.d.ts"
57+
],
58+
"json-adapter": [
59+
"./dist/json-adapter.d.ts"
60+
],
61+
"dotenv-adapter": [
62+
"./dist/dotenv-adapter.d.ts"
63+
]
5664
}
5765
},
5866
"publishConfig": {
@@ -66,7 +74,16 @@
6674
"url": "https://github.com/alexmarqs/zod-config/issues"
6775
},
6876
"homepage": "https://github.com/alexmarqs/zod-config#readme",
69-
"keywords": ["zod", "config", "env", "json", "dotenv", "typescript", "adapters", "typesafe"],
77+
"keywords": [
78+
"zod",
79+
"config",
80+
"env",
81+
"json",
82+
"dotenv",
83+
"typescript",
84+
"adapters",
85+
"typesafe"
86+
],
7087
"devDependencies": {
7188
"@biomejs/biome": "1.7.3",
7289
"@types/node": "20.10.7",

0 commit comments

Comments
 (0)