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