File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1616 - run : npm run build
1717 - run : npm publish
1818 env :
19- NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
19+ NODE_AUTH_TOKEN : ${{ secrets.NPM_DEPLOY_TOKEN }}
Original file line number Diff line number Diff line change 11# Vycrypt
22
3+ [ ![ Quality gate] ( https://github.com/zeroledger/vycrypt/actions/workflows/quality-gate.yml/badge.svg )] ( https://github.com/zeroledger/vycrypt/actions/workflows/quality-gate.yml )
4+
5+
6+
37TypeScript Development Kit for ZeroLedger Protocol - A comprehensive cryptographic library for stealth addresses and ECDH encryption.
48
59* Warning* : Software provided as is and has not passed any security checks and reviews.
Original file line number Diff line number Diff line change 1111 "require" : " ./cjs/index.js" ,
1212 "import" : " ./esm/index.js"
1313 },
14+ "publishConfig" : {
15+ "access" : " public"
16+ },
1417 "main" : " cjs/index.js" ,
1518 "keywords" : [
1619 " vyrcypt" ,
6164 "@noble/ciphers" : " ^1.3.0" ,
6265 "viem" : " ^2.31.7"
6366 }
64- }
67+ }
You can’t perform that action at this time.
0 commit comments