feat: fixes and documenting methods
Showing
| ... | @@ -40,6 +40,7 @@ | ... | @@ -40,6 +40,7 @@ |
| "dependencies": { | "dependencies": { | ||
| "eventsource-parser": "^0.0.5", | "eventsource-parser": "^0.0.5", | ||
| "expiry-map": "^2.0.0", | "expiry-map": "^2.0.0", | ||
| "p-timeout": "^6.0.0", | |||
| "remark": "^14.0.2", | "remark": "^14.0.2", | ||
| "strip-markdown": "^5.0.0", | "strip-markdown": "^5.0.0", | ||
| "uuid": "^9.0.0" | "uuid": "^9.0.0" | ||
| ... | @@ -62,6 +63,9 @@ | ... | @@ -62,6 +63,9 @@ |
| "typedoc-plugin-markdown": "^3.13.6", | "typedoc-plugin-markdown": "^3.13.6", | ||
| "typescript": "^4.9.3" | "typescript": "^4.9.3" | ||
| }, | }, | ||
| "optionalDependencies": { | |||
| "undici": "^5.13.0" | |||
| }, | |||
| "lint-staged": { | "lint-staged": { | ||
| "*.{ts,tsx}": [ | "*.{ts,tsx}": [ | ||
| "prettier --write" | "prettier --write" | ||
| ... | @@ -89,8 +93,5 @@ | ... | @@ -89,8 +93,5 @@ |
| "ai", | "ai", | ||
| "ml", | "ml", | ||
| "bot" | "bot" | ||
| ], | ] | ||
| "optionalDependencies": { | |||
| "undici": "^5.13.0" | |||
| } | |||
| } | } |
Please register or sign in to comment