-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update README * Update package.json * @WalshyDev made me fix my readme * Update README.md Co-authored-by: Daniel Walsh <[email protected]> * Update README.md Co-authored-by: Daniel Walsh <[email protected]> * bump example to 0.0.5 Co-authored-by: Daniel Walsh <[email protected]>
- Loading branch information
1 parent
765e841
commit ad1088d
Showing
4 changed files
with
23 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,6 @@ | |
}, | ||
"dependencies": { | ||
"kysely": "^0.22.0", | ||
"kysely-d1": "^0.0.4" | ||
"kysely-d1": "^0.0.5" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "kysely-d1", | ||
"description": "Kysely dialect for Cloudflare D1", | ||
"main": "./dist/index.js", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"types": "./dist/index.d.ts", | ||
"repository": "[email protected]:aidenwallis/kysely-d1.git", | ||
"author": "Aiden <[email protected]>", | ||
|