Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Chowdhuri committed Aug 29, 2023
1 parent beacd5c commit 981bbd9
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 4 deletions.
11 changes: 9 additions & 2 deletions ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "xmlai",
"version": "0.0.3",
"version": "0.0.4",
"files": [
"dist"
],
"scripts": {
"dev": "tsup src/* --format esm,cjs --dts --watch",
"test": "vitest",
Expand All @@ -13,7 +16,11 @@
"dotenv": "^16.3.1",
"openai": "^3.3.0",
"tsup": "^7.2.0",
"typescript": ">=3.0.0",
"typescript": "^5.1.6",
"vitest": "^0.34.1"
},
"dependencies": {
"zod": "^3.22.0",
"zod-to-ts": "^1.1.4"
}
}
25 changes: 23 additions & 2 deletions ts/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 981bbd9

Please sign in to comment.