We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be08498 commit 6631e95Copy full SHA for 6631e95
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "verzod",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"license": "MIT",
5
"description": "A simple versioning and migration library based on Zod schemas",
6
"author": "Andrew Bastin (andrewbastin.k@gmail.com)",
@@ -21,6 +21,7 @@
21
"dist"
22
],
23
"exports": "./dist/index.js",
24
+ "types": "./dist/index.d.ts",
25
"scripts": {
26
"test": "vitest --run",
27
"build": "tsup",
0 commit comments