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 d84cca2 commit 052fa08Copy full SHA for 052fa08
package.json
@@ -1,14 +1,14 @@
1
{
2
"name": "sqlitecloud-js",
3
- "version": "0.0.20-beta",
+ "version": "0.0.21-beta",
4
"description": "SQLiteCloud drivers for Typescript/Javascript in edge, web and node clients",
5
"main": "./lib/index.js",
6
"types": "./lib/index.d.ts",
7
"files": [
8
"lib/**/*"
9
],
10
"scripts": {
11
- "test": "jest --detectOpenHandles --runInBand --coverage",
+ "test": "jest --coverage",
12
"build": "rm -rf ./lib/ && tsc --project tsconfig.build.json",
13
"prettier": "prettier --write 'src/**/*'",
14
"lint": "eslint ./src/ --fix && tsc --noEmit",
0 commit comments