Skip to content

Commit

Permalink
downgrade curlconverter to a CJS compatible version
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy committed Aug 3, 2023
1 parent bba0215 commit 4f7dc79
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 135 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"cookie-parser": "^1.4.6",
"crypto-js": "~4.1.1",
"csrf": "^3.1.0",
"curlconverter": "^4.8.0",
"curlconverter": "3.21.0",
"dotenv": "^8.0.0",
"express": "^4.18.2",
"express-async-errors": "^3.1.1",
Expand Down
3 changes: 3 additions & 0 deletions packages/cli/src/curlconverter.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
declare module 'curlconverter' {
export function toJsonString(data: string): string;
}
Loading

0 comments on commit 4f7dc79

Please sign in to comment.