File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1616 registry-url : ' https://registry.npmjs.org'
1717 - uses : oven-sh/setup-bun@v2
1818 - run : bun install
19- - run : bun publish --provenance --access public
19+ - run : npm publish --provenance --access public
2020 env :
2121 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ 2.1.5 ] - 2025-07-08
3+ ## [ 2.1.6 ] - 2025-07-08
44
55### Fixed
66- ** README updates** : Fixed outdated README content in npm package
77- ** Documentation links** : Corrected incorrect links to wiki and documentation
8+ - ** CI workflow** : Updated GitHub Actions workflow to use bun for installation while publishing with npm
89
910## [ 2.1.3] - 2025-07-08
1011
Original file line number Diff line number Diff line change 11{
22 "name" : " @pitzzahh/signaldb-adapter-tauri" ,
3- "version" : " 2.1.5 " ,
3+ "version" : " 2.1.6 " ,
44 "description" : " A SignalDB persistence adapter for Tauri apps with optional encryption support" ,
55 "module" : " dist/index.js" ,
66 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments