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 975bfd3 commit 7d03fafCopy full SHA for 7d03faf
.github/workflows/publish.yml
@@ -51,6 +51,6 @@ jobs:
51
working-directory: ./
52
run: |
53
pnpm build
54
- npm publish --access public --provenance
+ npm publish --access public
55
env:
56
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@sqliteai/docs-chatbot",
3
"description": "Documentation search chatbot powered by SQLite and AI",
4
- "version": "0.0.3",
+ "version": "0.0.2",
5
"license": "MIT",
6
"type": "module",
7
"main": "./dist/cjs/index.cjs.js",
0 commit comments