Skip to content

Commit

Permalink
Label updates + npm audit
Browse files Browse the repository at this point in the history
  • Loading branch information
edolganov committed Nov 19, 2024
1 parent 005bcf4 commit b42c174
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 36 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 SMARTy Pay
Copyright (c) 2024 Smarty Pay

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# smartypay-client-metamask
Metamask support for SmartyPay api
Metamask support for Smarty Pay api
56 changes: 28 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "smartypay-client-metamask",
"version": "2.36.0",
"description": "Metamask support for SmartyPay api",
"version": "2.36.2",
"description": "Metamask support for Smarty Pay api",
"author": "Evgeny Dolganov <[email protected]>",
"repository": "https://github.com/smarty-pay/smartypay-client-metamask",
"license": "MIT",
Expand All @@ -22,8 +22,8 @@
"esbuild-browser": "node ./build.js"
},
"dependencies": {
"smartypay-client-model": "^2.36.0",
"smartypay-client-web3-common": "^2.36.0"
"smartypay-client-model": "^2.36.2",
"smartypay-client-web3-common": "^2.36.2"
},
"devDependencies": {
"@types/jest": "^29.5.12",
Expand Down
5 changes: 5 additions & 0 deletions src/ethereum-api.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
Smarty Pay Client Metamask
@author Evgeny Dolganov <[email protected]>
*/

import { util } from 'smartypay-client-model';

export function getEthereum() {
Expand Down
2 changes: 1 addition & 1 deletion src/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
SMARTy Pay Client Metamask
Smarty Pay Client Metamask
@author Evgeny Dolganov <[email protected]>
*/

Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
SMARTy Pay Client Metamask
Smarty Pay Client Metamask
@author Evgeny Dolganov <[email protected]>
*/

Expand Down

0 comments on commit b42c174

Please sign in to comment.