Skip to content

Commit

Permalink
Improvements (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
David ALLIX authored Nov 25, 2024
1 parent f879b87 commit bd7a306
Show file tree
Hide file tree
Showing 7 changed files with 340 additions and 110 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@a2lix/schemql",
"version": "0.4.1",
"version": "0.4.2",
"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 Down Expand Up @@ -82,7 +82,7 @@
"scripts": {
"biome": "biome check --write ./src ./tests",
"biome:ci": "biome ci ./src ./tests",
"test": "tsx --test ./tests/**/*.ts",
"test": "tsx --test './tests/**/*.test.ts'",
"build": "pkgroll --clean-dist --minify --src src/"
},
"dependencies": {
Expand All @@ -91,17 +91,17 @@
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.9.1",
"better-sqlite3": "^11.5.0",
"pkgroll": "^2.5.1",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
},
"peerDependencies": {
"@cloudflare/workers-types": "^4.20241112.0",
"better-sqlite3": "^11.5.0"
"@cloudflare/workers-types": "*",
"better-sqlite3": "*"
},
"optionalDependencies": {
"@cloudflare/workers-types": "^4.20241112.0",
"better-sqlite3": "^11.5.0"
"@cloudflare/workers-types": "*"
}
}
94 changes: 28 additions & 66 deletions pnpm-lock.yaml

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

Loading

0 comments on commit bd7a306

Please sign in to comment.