Skip to content

Commit

Permalink
bump patch version, fix to new header paradigm
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Bunting committed Nov 15, 2023
1 parent 6fc6885 commit 6169865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"version": "1.1.41",
"version": "1.1.42",
"scripts": {
"test": "NODE_ENV=test jest --setupFiles dotenv/config",
"clean": "rm -rf build/ && rm -rf supergood-*.log",
Expand Down
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ function post(
'Content-Type': 'application/json',
'Content-Length': dataString.length,
Authorization: authorization,
'supergood-api-type': 'supergood-js',
'supergood-api': 'supergood-js',
'supergood-api-version': packageVersion
},
timeout: 5000 // in ms
Expand Down

0 comments on commit 6169865

Please sign in to comment.