We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 621b47d commit 3fa29f3Copy full SHA for 3fa29f3
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@sqlitecloud/drivers",
3
- "version": "1.0.217",
+ "version": "1.0.218",
4
"description": "SQLiteCloud drivers for Typescript/Javascript in edge, web and node clients",
5
"main": "./lib/index.js",
6
"types": "./lib/index.d.ts",
src/drivers/types.ts
@@ -6,8 +6,9 @@ import tls from 'tls'
7
/** Default timeout value for queries */
8
export const DEFAULT_TIMEOUT = 300 * 1000
9
+
10
/** Default tls connection port */
-export const DEFAULT_PORT = 9960
11
+export const DEFAULT_PORT = 8860
12
13
/**
14
* Configuration for SQLite cloud connection
0 commit comments