We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6684f79 commit f8d99c1Copy full SHA for f8d99c1
2 files changed
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- uses: actions/setup-node@v4
27
with:
28
- node-version: 22.13.1
+ node-version: 22.14.0
29
registry-url: 'https://registry.npmjs.org'
30
31
- name: Setup Dependencies
@@ -48,6 +48,4 @@ jobs:
48
run: npm run build
49
50
- name: Publish package
51
- env:
52
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
53
- run: npm publish --access public --provenance
+ run: npm publish --access public
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@sqlitecloud/drivers",
3
- "version": "1.0.875",
+ "version": "1.0.876",
4
"description": "SQLiteCloud drivers for Typescript/Javascript in edge, web and node clients",
5
"main": "./lib/index.js",
6
"types": "./lib/index.d.ts",
0 commit comments