@homeofthings/sqlite3 7.0.0 → 7.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +1 -1
- package/prebuilds/darwin-arm64/@homeofthings+sqlite3.glibc.node +0 -0
- package/prebuilds/darwin-x64/@homeofthings+sqlite3.glibc.node +0 -0
- package/prebuilds/linux-arm64/@homeofthings+sqlite3.glibc.node +0 -0
- package/prebuilds/linux-arm64/@homeofthings+sqlite3.musl.node +0 -0
- package/prebuilds/linux-x64/@homeofthings+sqlite3.musl.node +0 -0
- package/prebuilds/win32-arm64/@homeofthings+sqlite3.glibc.node +0 -0
- package/prebuilds/win32-x64/@homeofthings+sqlite3.glibc.node +0 -0
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ Asynchronous, non-blocking [SQLite3](https://sqlite.org/) bindings for [Node.js]
|
|
|
12
12
|
[](https://badge.fury.io/js/%40homeofthings%2Fsqlite3)
|
|
13
13
|

|
|
14
14
|
[](https://github.com/gms1/node-sqlite3/actions/workflows/ci.yml)
|
|
15
|
-
[](https://codecov.io/gh/gms1/node-sqlite3)
|
|
15
|
+
[](https://codecov.io/gh/gms1/node-sqlite3)
|
|
16
16
|
[](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmapbox%2Fnode-sqlite3?ref=badge_shield)
|
|
17
17
|

|
|
18
18
|
|
|
@@ -54,6 +54,7 @@ Prebuilt binaries are bundled inside the npm package using [`prebuildify`](https
|
|
|
54
54
|
* `linux-arm64` (musl)
|
|
55
55
|
* `linux-x64` (musl)
|
|
56
56
|
* `win32-x64`
|
|
57
|
+
* `win32-arm64`
|
|
57
58
|
|
|
58
59
|
Support for other platforms and architectures may be added in the future if CI supports building on them.
|
|
59
60
|
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|