We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e62596 commit 835274bCopy full SHA for 835274b
1 file changed
example/src/tests/dbsetup.spec.ts
@@ -17,8 +17,8 @@ let expect = chai.expect;
17
const expectedVersion = isLibsql()
18
? '3.45.1'
19
: isSQLCipher()
20
- ? '3.49.1'
21
- : '3.49.1';
+ ? '3.49.2'
+ : '3.50.0';
22
const flavor = isLibsql() ? 'libsql' : isSQLCipher() ? 'sqlcipher' : 'sqlite';
23
24
// const expectedSqliteVecVersion = 'v0.1.2-alpha.7';
0 commit comments