Skip to content

Commit

Permalink
Merge pull request #122 from bobbrodie/6.2.x
Browse files Browse the repository at this point in the history
SP-1067 Update dependencies and bump versions
  • Loading branch information
bobbrodie authored Sep 16, 2024
2 parents d5fe548 + 4a5f996 commit 158e92e
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
50 changes: 25 additions & 25 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitpay-sdk",
"version": "6.2.0",
"version": "6.2.1",
"description": "Complete version of the NodeJS library for the new cryptographically secure BitPay API",
"engines": {
"node": ">=18.0.0 <23.0.0"
Expand Down Expand Up @@ -51,18 +51,18 @@
"devDependencies": {
"@types/bs58": "4.0.4",
"@types/elliptic": "6.4.18",
"@types/jest": "29.5.12",
"@types/jest": "29.5.13",
"@types/lodash": "4.17.7",
"@types/node": "22.5.4",
"@types/node": "22.5.5",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"eslint": "9.10.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"husky": "9.1.5",
"husky": "9.1.6",
"i": "0.3.7",
"jest": "29.7.0",
"msw": "2.4.5",
"msw": "2.4.7",
"npm": "10.8.3",
"prettier": "3.3.3",
"rimraf": "5.0.9",
Expand Down
2 changes: 1 addition & 1 deletion src/Env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const Prod = 'PROD';
export const TestUrl = 'https://test.bitpay.com/';
export const ProdUrl = 'https://bitpay.com/';
export const BitpayApiVersion = '2.0.0';
export const BitpayPluginInfo = 'BitPay_NodeJs_Client_v6.2.0';
export const BitpayPluginInfo = 'BitPay_NodeJs_Client_v6.2.1';
export const BitpayApiFrame = 'std';
export const BitpayApiFrameVersion = '1.0.0';

Expand Down

0 comments on commit 158e92e

Please sign in to comment.