Skip to content

Commit 4b197fc

Browse files
authored
Merge pull request #117 from bobbrodie/6.1.x
SP-1033 Update elliptic to 6.5.7
2 parents a851550 + 8aef09e commit 4b197fc

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitpay-sdk",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"description": "Complete version of the NodeJS library for the new cryptographically secure BitPay API",
55
"engines": {
66
"node": ">=18.0.0 <23.0.0"
@@ -44,7 +44,7 @@
4444
"homepage": "https://github.com/bitpay/nodejs-bitpay-client#readme",
4545
"dependencies": {
4646
"bs58": "4.0.1",
47-
"elliptic": "6.5.6",
47+
"elliptic": "6.5.7",
4848
"lodash": "4.17.21",
4949
"zod": "3.23.8"
5050
},

src/Env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const Prod = 'PROD';
33
export const TestUrl = 'https://test.bitpay.com/';
44
export const ProdUrl = 'https://bitpay.com/';
55
export const BitpayApiVersion = '2.0.0';
6-
export const BitpayPluginInfo = 'BitPay_NodeJs_Client_v6.1.0';
6+
export const BitpayPluginInfo = 'BitPay_NodeJs_Client_v6.1.1';
77
export const BitpayApiFrame = 'std';
88
export const BitpayApiFrameVersion = '1.0.0';
99

0 commit comments

Comments
 (0)