Skip to content

Commit

Permalink
feat: refactoring away api usage for plain fetch calls
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Jul 28, 2024
1 parent 768a630 commit 0547fa9
Show file tree
Hide file tree
Showing 9 changed files with 112 additions and 14,644 deletions.
371 changes: 72 additions & 299 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,9 @@
"dist"
],
"dependencies": {
"@types/har-format": "^1.2.10",
"api": "^6.1.1",
"content-type": "^1.0.5",
"find-cache-dir": "^3.3.2",
"flat-cache": "^3.0.4",
"json-schema-to-ts": "^2.9.2",
"lodash": "^4.17.15",
"oas": "^20.10.2",
"ssri": "^10.0.1",
Expand All @@ -44,6 +41,7 @@
"@types/content-type": "^1.1.5",
"@types/find-cache-dir": "^3.2.1",
"@types/flat-cache": "^2.0.0",
"@types/har-format": "^1.2.15",
"@types/lodash": "^4.14.197",
"@types/multer": "^1.4.7",
"@types/node": "^20.14.12",
Expand Down
11 changes: 0 additions & 11 deletions packages/node/src/.api/api.json

This file was deleted.

Loading

0 comments on commit 0547fa9

Please sign in to comment.