mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-09 19:31:11 +01:00
034f5ae3f1
* Only include go-sqlite3 on the relevant binaries * The driver name is always sqlite3 now * Update to matrix-org/go-sqlite3-js@e537baa * Add initial Wasm test harness * Upgrade go-sqlite3-js This fixes an error about semicolons in single statements. * Add browser-like WebSocket API for testing * Upgrade go-sqlite3-js This upgrade includes printing panic messages next to stacks. * Run for all PRs targeting any branch * Use manual Node caching * Temporarily run for all pushes * Use npm ci instead of install * Use HTTPS auth for repo packages * Match path style from build.sh * update utp Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
7 lines
164 B
JSON
7 lines
164 B
JSON
{
|
|
"dependencies": {
|
|
"isomorphic-ws": "^4.0.1",
|
|
"sql.js": "github:neilalexander/sql.js#252a72bf57b0538cbd49bbd6f70af71e516966ae",
|
|
"ws": "^7.5.2"
|
|
}
|
|
}
|