CLEN 3743- 3695: type definition updates, refactor circular import - #518
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (8)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Repository: pubnub/javascript/.coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
@pubnub-release-bot release |
|
🚀 Release successfully completed 🚀 |
fix(types): Type definition updates.
Added required public type definitions for proxy type, dataSync event. Merges PR #517 .
Closes #517
refactor: event engine state modules structural split to avoid circular imports.
Fixes Rollup circular dependency warnings in Event Engine state modules.
Closes #290