Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit a668f1b

Browse files
committed
SDK regeneration
1 parent 08c6ad7 commit a668f1b

File tree

188 files changed

+4917
-3817
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

188 files changed

+4917
-3817
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hookdeck/sdk",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"private": false,
55
"repository": "https://github.com/hookdeck/hookdeck-typescript-sdk",
66
"main": "./index.js",
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"url-join": "4.0.1",
16-
"form-data": "4.0.0",
16+
"form-data": "^4.0.0",
1717
"formdata-node": "^6.0.3",
1818
"node-fetch": "2.7.0",
1919
"qs": "6.11.2",
@@ -23,12 +23,18 @@
2323
"@types/url-join": "4.0.1",
2424
"@types/qs": "6.9.8",
2525
"@types/node-fetch": "2.6.9",
26+
"fetch-mock-jest": "^1.5.1",
2627
"jest": "29.7.0",
2728
"@types/jest": "29.5.5",
2829
"ts-jest": "29.1.1",
2930
"jest-environment-jsdom": "29.7.0",
3031
"@types/node": "17.0.33",
3132
"prettier": "2.7.1",
3233
"typescript": "4.6.4"
34+
},
35+
"browser": {
36+
"fs": false,
37+
"os": false,
38+
"path": false
3339
}
3440
}

0 commit comments

Comments
 (0)