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 5c26808 commit b1e38e5
Show file tree
Hide file tree
Showing 22 changed files with 45 additions and 45 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) 2022 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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SMARTy Pay Node SDK
# Smarty Pay Node SDK
Simple library for creating payments on backend side

## Installation
Expand Down Expand Up @@ -59,7 +59,7 @@ Api common config:
[See docs](https://docs.smartypay.io/api/recharge-payments)

```typescript
import {SmartyPayAPI} from 'smartypay-node-sdk';
import { SmartyPayAPI } from 'smartypay-node-sdk';

async function createRechargeAddress(customerId: string) {

Expand Down
42 changes: 21 additions & 21 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smartypay-node-sdk",
"version": "2.36.0",
"version": "2.36.2",
"description": "Simple library for creating payments on backend side",
"author": "Evgeny Dolganov <[email protected]>",
"repository": "https://github.com/smarty-pay/smartypay-node-sdk",
Expand Down Expand Up @@ -44,6 +44,6 @@
"typescript": "^5.5.4"
},
"dependencies": {
"smartypay-client-model": "2.36.0"
"smartypay-client-model": "2.36.2"
}
}
4 changes: 2 additions & 2 deletions src/cli.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node

/*
SMARTy Pay Node SDK
Smarty Pay Node SDK
@author Evgeny Dolganov <[email protected]>
*/

Expand All @@ -20,7 +20,7 @@ let state: StateType = 'unknown';
let paymentReq: Record<PaymentKey, string | undefined>;
let inProgress = false;

stdout.write('Welcome to SMARTy Pay CLI');
stdout.write('Welcome to Smarty Pay CLI');
stdout.write("\nEnter 'help' for see all commands");
stdout.write(NextLineInput);

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

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

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

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

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

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

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 Node SDK
Smarty Pay Node SDK
@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 Node SDK
Smarty Pay Node SDK
@author Evgeny Dolganov <[email protected]>
*/

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

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

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

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

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

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

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

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

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

Expand Down

0 comments on commit b1e38e5

Please sign in to comment.