chore: update version to 2025.0.7, restore module entry in package.json, and simplify HttpMethod enum

This commit is contained in:
2025-08-20 13:22:33 -04:00
parent b12aef225a
commit 069c4bf405
4 changed files with 8 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
// Replace entire file with simplified string enum
export enum HttpMethod {
GET = 'GET',
POST = 'POST',