cursorflow 2.2.7__tar.gz → 2.2.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. {cursorflow-2.2.7 → cursorflow-2.2.8}/PKG-INFO +1 -1
  2. {cursorflow-2.2.7 → cursorflow-2.2.8}/cursorflow/__init__.py +1 -1
  3. {cursorflow-2.2.7 → cursorflow-2.2.8}/cursorflow/core/browser_controller.py +1 -1
  4. {cursorflow-2.2.7 → cursorflow-2.2.8}/pyproject.toml +1 -1
  5. {cursorflow-2.2.7 → cursorflow-2.2.8}/FIRST_TIME_SETUP.md +0 -0
  6. {cursorflow-2.2.7 → cursorflow-2.2.8}/LICENSE +0 -0
  7. {cursorflow-2.2.7 → cursorflow-2.2.8}/MANIFEST.in +0 -0
  8. {cursorflow-2.2.7 → cursorflow-2.2.8}/POST_INSTALL_MESSAGE.txt +0 -0
  9. {cursorflow-2.2.7 → cursorflow-2.2.8}/README.md +0 -0
  10. {cursorflow-2.2.7 → cursorflow-2.2.8}/cursorflow/auto_init.py +0 -0
  11. {cursorflow-2.2.7 → cursorflow-2.2.8}/cursorflow/auto_updater.py +0 -0
  12. {cursorflow-2.2.7 → cursorflow-2.2.8}/cursorflow/cli.py +0 -0
  13. {cursorflow-2.2.7 → cursorflow-2.2.8}/cursorflow/core/action_validator.py +0 -0
  14. {cursorflow-2.2.7 → cursorflow-2.2.8}/cursorflow/core/agent.py +0 -0
  15. {cursorflow-2.2.7 → cursorflow-2.2.8}/cursorflow/core/auth_handler.py +0 -0
  16. {cursorflow-2.2.7 → cursorflow-2.2.8}/cursorflow/core/browser_engine.py +0 -0
  17. {cursorflow-2.2.7 → cursorflow-2.2.8}/cursorflow/core/config_validator.py +0 -0
  18. {cursorflow-2.2.7 → cursorflow-2.2.8}/cursorflow/core/css_iterator.py +0 -0
  19. {cursorflow-2.2.7 → cursorflow-2.2.8}/cursorflow/core/cursor_integration.py +0 -0
  20. {cursorflow-2.2.7 → cursorflow-2.2.8}/cursorflow/core/cursorflow.py +0 -0
  21. {cursorflow-2.2.7 → cursorflow-2.2.8}/cursorflow/core/error_context_collector.py +0 -0
  22. {cursorflow-2.2.7 → cursorflow-2.2.8}/cursorflow/core/error_correlator.py +0 -0
  23. {cursorflow-2.2.7 → cursorflow-2.2.8}/cursorflow/core/event_correlator.py +0 -0
  24. {cursorflow-2.2.7 → cursorflow-2.2.8}/cursorflow/core/file_change_monitor.py +0 -0
  25. {cursorflow-2.2.7 → cursorflow-2.2.8}/cursorflow/core/hmr_detector.py +0 -0
  26. {cursorflow-2.2.7 → cursorflow-2.2.8}/cursorflow/core/log_collector.py +0 -0
  27. {cursorflow-2.2.7 → cursorflow-2.2.8}/cursorflow/core/log_monitor.py +0 -0
  28. {cursorflow-2.2.7 → cursorflow-2.2.8}/cursorflow/core/mockup_comparator.py +0 -0
  29. {cursorflow-2.2.7 → cursorflow-2.2.8}/cursorflow/core/persistent_session.py +0 -0
  30. {cursorflow-2.2.7 → cursorflow-2.2.8}/cursorflow/core/report_generator.py +0 -0
  31. {cursorflow-2.2.7 → cursorflow-2.2.8}/cursorflow/core/trace_manager.py +0 -0
  32. {cursorflow-2.2.7 → cursorflow-2.2.8}/cursorflow/install_cursorflow_rules.py +0 -0
  33. {cursorflow-2.2.7 → cursorflow-2.2.8}/cursorflow/log_sources/local_file.py +0 -0
  34. {cursorflow-2.2.7 → cursorflow-2.2.8}/cursorflow/log_sources/ssh_remote.py +0 -0
  35. {cursorflow-2.2.7 → cursorflow-2.2.8}/cursorflow/post_install.py +0 -0
  36. {cursorflow-2.2.7 → cursorflow-2.2.8}/cursorflow/rules/__init__.py +0 -0
  37. {cursorflow-2.2.7 → cursorflow-2.2.8}/cursorflow/rules/cursorflow-installation.mdc +0 -0
  38. {cursorflow-2.2.7 → cursorflow-2.2.8}/cursorflow/rules/cursorflow-usage.mdc +0 -0
  39. {cursorflow-2.2.7 → cursorflow-2.2.8}/cursorflow/updater.py +0 -0
  40. {cursorflow-2.2.7 → cursorflow-2.2.8}/cursorflow.egg-info/SOURCES.txt +0 -0
  41. {cursorflow-2.2.7 → cursorflow-2.2.8}/docs/USER_MANUAL.md +0 -0
  42. {cursorflow-2.2.7 → cursorflow-2.2.8}/examples/comprehensive_screenshot_example.py +0 -0
  43. {cursorflow-2.2.7 → cursorflow-2.2.8}/examples/enhanced_screenshot_example.py +0 -0
  44. {cursorflow-2.2.7 → cursorflow-2.2.8}/examples/mockup_comparison_example.py +0 -0
  45. {cursorflow-2.2.7 → cursorflow-2.2.8}/examples/opensas_example.py +0 -0
  46. {cursorflow-2.2.7 → cursorflow-2.2.8}/examples/react_example.py +0 -0
  47. {cursorflow-2.2.7 → cursorflow-2.2.8}/examples/responsive_testing_example.py +0 -0
  48. {cursorflow-2.2.7 → cursorflow-2.2.8}/examples/v2_comprehensive_demo.py +0 -0
  49. {cursorflow-2.2.7 → cursorflow-2.2.8}/setup.cfg +0 -0
  50. {cursorflow-2.2.7 → cursorflow-2.2.8}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cursorflow
3
- Version: 2.2.7
3
+ Version: 2.2.8
4
4
  Summary: 🔥 Complete page intelligence for AI-driven development with Hot Reload Intelligence - captures DOM, network, console, performance, HMR events, and comprehensive page analysis
5
5
  Author-email: GeekWarrior Development <rbush@cooltheory.com>
6
6
  License-Expression: MIT
@@ -56,7 +56,7 @@ def _get_version():
56
56
  pass
57
57
 
58
58
  # Fallback version - should match pyproject.toml
59
- return "2.2.7"
59
+ return "2.2.8"
60
60
 
61
61
  __version__ = _get_version()
62
62
  __author__ = "GeekWarrior Development"
@@ -1363,7 +1363,7 @@ class BrowserController:
1363
1363
  animationData.animation_details.push({
1364
1364
  element_selector: element.tagName.toLowerCase() +
1365
1365
  (element.id ? '#' + element.id : '') +
1366
- (element.className ? '.' + element.className.split(' ').join('.') : ''),
1366
+ (element.className && typeof element.className === 'string' ? '.' + element.className.split(' ').join('.') : ''),
1367
1367
  animation_name: animationName,
1368
1368
  duration: computedStyle.animationDuration,
1369
1369
  delay: computedStyle.animationDelay,
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "cursorflow"
7
- version = "2.2.7"
7
+ version = "2.2.8"
8
8
  description = "🔥 Complete page intelligence for AI-driven development with Hot Reload Intelligence - captures DOM, network, console, performance, HMR events, and comprehensive page analysis"
9
9
  authors = [
10
10
  {name = "GeekWarrior Development", email = "rbush@cooltheory.com"}
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes