Skip to content

Commit 0e934a7

Browse files
committed
Dependencies
1 parent ffdcb00 commit 0e934a7

File tree

3 files changed

+22
-20
lines changed

3 files changed

+22
-20
lines changed

index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ declare type SqlValue =
1111
/** Types of values that can be passed to SQLite. */
1212
declare type BindableValue =
1313
| SqlValue
14-
/** converted to NULL */
14+
/** Converted to NULL */
1515
| undefined
16-
/** converted to INTEGER */
16+
/** Converted to INTEGER */
1717
| boolean;
1818

1919
/** Internal data types supported by SQLite3. */

package-lock.json

Lines changed: 17 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sqlite.org/sqlite-wasm",
3-
"version": "3.46.1-build3",
3+
"version": "3.46.1-build4",
44
"description": "SQLite Wasm conveniently wrapped as an ES Module.",
55
"keywords": [
66
"sqlite",
@@ -61,8 +61,8 @@
6161
"node-fetch": "^3.3.2",
6262
"prettier": "^3.3.3",
6363
"prettier-plugin-jsdoc": "^1.3.0",
64-
"publint": "^0.2.10",
64+
"publint": "^0.2.11",
6565
"shx": "^0.3.4",
66-
"typescript": "^5.5.4"
66+
"typescript": "^5.6.3"
6767
}
6868
}

0 commit comments

Comments
 (0)