File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @one-click-connect/browser-dapp" ,
3- "version" : " 0.1.0-alpha.4 " ,
3+ "version" : " 0.1.0-alpha.5 " ,
44 "main" : " ./dist/index.js" ,
55 "module" : " ./dist/index.mjs" ,
66 "types" : " ./dist/index.d.ts" ,
1818 "clean" : " rimraf .turbo dist node_modules" ,
1919 "check-types" : " npx tsc --noEmit" ,
2020 "lint" : " eslint ." ,
21- "test" : " jest --passWithNoTests"
21+ "test" : " jest --passWithNoTests" ,
22+ "publish" : " pnpm bundle && pnpm publish --access public"
2223 },
2324 "author" : " Peersyst" ,
2425 "dependencies" : {
25- "@one-click-connect/core" : " workspace:* " ,
26- "@one-click-connect/dapp-core" : " workspace:* " ,
26+ "@one-click-connect/core" : " 0.0.1-alpha.0 " ,
27+ "@one-click-connect/dapp-core" : " 0.0.1-alpha.0 " ,
2728 "assert" : " ^2.1.0" ,
2829 "buffer" : " ^6.0.3" ,
2930 "crypto-browserify" : " ^3.12.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @one-click-connect/wallet" ,
3- "version" : " 0.1.0-alpha.4 " ,
3+ "version" : " 0.1.0-alpha.5 " ,
44 "main" : " ./dist/index.js" ,
55 "module" : " ./dist/index.mjs" ,
66 "types" : " ./dist/index.d.ts" ,
1111 "clean" : " rimraf .turbo dist node_modules" ,
1212 "check-types" : " npx tsc --noEmit" ,
1313 "lint" : " eslint ." ,
14- "test" : " jest --passWithNoTests"
14+ "test" : " jest --passWithNoTests" ,
15+ "publish" : " pnpm bundle && pnpm publish --access public"
1516 },
1617 "author" : " Peersyst" ,
1718 "peerDependencies" : {
1819 "near-api-js" : " ^4.0.4"
1920 },
2021 "dependencies" : {
21- "@one-click-connect/core" : " workspace:* " ,
22- "@one-click-connect/wallet-core" : " workspace:* " ,
22+ "@one-click-connect/core" : " 0.0.1-alpha.0 " ,
23+ "@one-click-connect/wallet-core" : " 0.0.1-alpha.0 " ,
2324 "assert" : " ^2.1.0" ,
2425 "buffer" : " ^6.0.3" ,
2526 "crypto-browserify" : " ^3.12.1" ,
You can’t perform that action at this time.
0 commit comments