We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee463e5 commit 76b1befCopy full SHA for 76b1bef
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@sqlitecloud/drivers",
3
- "version": "1.0.157",
+ "version": "1.0.178",
4
"description": "SQLiteCloud drivers for Typescript/Javascript in edge, web and node clients",
5
"main": "./lib/index.js",
6
"types": "./lib/index.d.ts",
@@ -87,5 +87,8 @@
87
"trailingComma": "none",
88
"arrowParens": "avoid",
89
"printWidth": 160
90
+ },
91
+ "browser": {
92
+ "tls": false
93
}
94
0 commit comments