Skip to content

Commit 158e92e

Browse files
authored
Merge pull request #122 from bobbrodie/6.2.x
SP-1067 Update dependencies and bump versions
2 parents d5fe548 + 4a5f996 commit 158e92e

File tree

3 files changed

+31
-31
lines changed

3 files changed

+31
-31
lines changed

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitpay-sdk",
3-
"version": "6.2.0",
3+
"version": "6.2.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"
@@ -51,18 +51,18 @@
5151
"devDependencies": {
5252
"@types/bs58": "4.0.4",
5353
"@types/elliptic": "6.4.18",
54-
"@types/jest": "29.5.12",
54+
"@types/jest": "29.5.13",
5555
"@types/lodash": "4.17.7",
56-
"@types/node": "22.5.4",
56+
"@types/node": "22.5.5",
5757
"@typescript-eslint/eslint-plugin": "8.5.0",
5858
"@typescript-eslint/parser": "8.5.0",
5959
"eslint": "9.10.0",
6060
"eslint-config-prettier": "9.1.0",
6161
"eslint-plugin-prettier": "5.2.1",
62-
"husky": "9.1.5",
62+
"husky": "9.1.6",
6363
"i": "0.3.7",
6464
"jest": "29.7.0",
65-
"msw": "2.4.5",
65+
"msw": "2.4.7",
6666
"npm": "10.8.3",
6767
"prettier": "3.3.3",
6868
"rimraf": "5.0.9",

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.2.0';
6+
export const BitpayPluginInfo = 'BitPay_NodeJs_Client_v6.2.1';
77
export const BitpayApiFrame = 'std';
88
export const BitpayApiFrameVersion = '1.0.0';
99

0 commit comments

Comments
 (0)