@seamapi/webhook
Advanced tools
Comparing version 0.2.0 to 1.0.0-rc.0
{ | ||
"name": "@seamapi/webhook", | ||
"version": "0.2.0", | ||
"version": "1.0.0-rc.0", | ||
"description": "Webhook SDK for the Seam API written in TypeScript.", | ||
@@ -69,3 +69,4 @@ "type": "module", | ||
"peerDependencies": { | ||
"seamapi-types": "^2.0.0" | ||
"seamapi-types": "^1.42.0", | ||
"type-fest": "^4.0.0" | ||
}, | ||
@@ -75,2 +76,5 @@ "peerDependenciesMeta": { | ||
"optional": true | ||
}, | ||
"type-fest": { | ||
"optional": true | ||
} | ||
@@ -93,8 +97,9 @@ }, | ||
"prettier": "^3.0.0", | ||
"seamapi-types": "^2.0.0", | ||
"seamapi-types": "^1.42.0", | ||
"tsc-alias": "^1.8.2", | ||
"tsup": "^8.0.1", | ||
"tsx": "^4.6.2", | ||
"type-fest": "^4.14.0", | ||
"typescript": "^5.1.0" | ||
} | ||
} |
17933
3
17