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 f71f2f3 commit bb0e1f8Copy full SHA for bb0e1f8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sqlitecloud-js",
3
- "version": "0.0.26",
+ "version": "0.0.29",
4
"description": "SQLiteCloud drivers for Typescript/Javascript in edge, web and node clients",
5
"main": "./lib/index.js",
6
"types": "./lib/index.d.ts",
@@ -10,6 +10,7 @@
10
"scripts": {
11
"test": "jest --coverage",
12
"build": "rm -rf ./lib/ && tsc --project tsconfig.build.json",
13
+ "publish": "npm run build && npm publish",
14
"prettier": "prettier --write 'src/**/*'",
15
"lint": "eslint ./src/ --fix && tsc --noEmit",
16
"typedoc": "rm -rf ./docs/ && typedoc --out docs && typedoc --plugin typedoc-plugin-markdown --out docs/markdown",
0 commit comments