Skip to content

Commit

Permalink
Upd
Browse files Browse the repository at this point in the history
  • Loading branch information
webda2l committed Oct 26, 2024
1 parent ae61d7b commit 5fa2d81
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 31 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@a2lix/schemql",
"version": "0.1.1",
"version": "0.2.0",
"description": "A lightweight TypeScript library that enhances your SQL workflow by combining raw SQL with targeted type safety and schema validation",
"license": "MIT",
"keywords": [
Expand All @@ -17,7 +17,9 @@
"dbms-agnostic",
"lightweight",
"sql-first",
"query-builder"
"query-builder",
"json",
"jsonpath"
],
"author": {
"name": "David ALLIX",
Expand Down Expand Up @@ -56,8 +58,8 @@
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.7.6",
"pkgroll": "^2.5.0",
"@types/node": "^22.8.1",
"pkgroll": "^2.5.1",
"ts-node": "^10.9.2",
"tsx": "^4.19.1",
"typescript": "^5.6.3"
Expand Down
54 changes: 27 additions & 27 deletions pnpm-lock.yaml

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

0 comments on commit 5fa2d81

Please sign in to comment.