Skip to content

Commit

Permalink
Merge pull request #146 from adzerk/akirasato/sc-67340/sdk-image-uplo…
Browse files Browse the repository at this point in the history
…ad-not-working-with-newest

[sc-67340] Reintroduce node-fetch v2 instead of v3
  • Loading branch information
akiradev authored Jan 14, 2025
2 parents eba19ff + fdffc1f commit fec2a9c
Show file tree
Hide file tree
Showing 3 changed files with 182 additions and 56 deletions.
113 changes: 113 additions & 0 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adzerk/management-sdk",
"version": "1.0.0-beta.24",
"version": "1.0.0-beta.25",
"description": "JavaScript SDK for Adzerk's Management API",
"main": "lib/index.js",
"engines": {
Expand Down Expand Up @@ -31,6 +31,7 @@
"@types/concat-stream": "^2.0.0",
"@types/jest": "^26.0.8",
"@types/node": "^22.5.4",
"@types/node-fetch": "^2.6.12",
"babel-jest": "^29.7.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
Expand Down Expand Up @@ -65,6 +66,7 @@
"file-type": "^16.5.4",
"form-data": "^4.0.0",
"map-obj": "^4.3.0",
"node-fetch": "^2.7.0",
"openapi-types": "^12.1.3",
"strickland": "^2.2.0"
},
Expand Down
Loading

0 comments on commit fec2a9c

Please sign in to comment.