This is an automated email from the ASF dual-hosted git repository. alba pushed a commit to branch node-sqlite-adapter in repository https://gitbox.apache.org/repos/asf/pouchdb.git
commit 1614e98ebf631a98547072543488007124a84698 Author: Alba Herrerias <[email protected]> AuthorDate: Wed Apr 1 11:20:33 2026 +0100 dep: point websql to correct branch --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index da7b8a117..ba2cb7c8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "through2": "3.0.2", "uuid": "8.3.2", "vuvuzela": "1.0.3", - "websql": "https://github.com/neighbourhoodie/node-websql.git#adapt_for_sqlite_pa" + "websql": "https://github.com/neighbourhoodie/node-websql.git#master" }, "devDependencies": { "@11ty/eleventy": "3.1.2", diff --git a/package.json b/package.json index 443c293c7..46097087f 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "through2": "3.0.2", "uuid": "8.3.2", "vuvuzela": "1.0.3", - "websql": "https://github.com/neighbourhoodie/node-websql.git#adapt_for_sqlite_pa" + "websql": "https://github.com/neighbourhoodie/node-websql.git#master" }, "devDependencies": { "@11ty/eleventy": "3.1.2",
