cloudwright-ai-web 0.3.1__tar.gz → 0.3.2__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 (32) hide show
  1. {cloudwright_ai_web-0.3.1 → cloudwright_ai_web-0.3.2}/PKG-INFO +1 -1
  2. {cloudwright_ai_web-0.3.1 → cloudwright_ai_web-0.3.2}/cloudwright_web/__init__.py +1 -1
  3. {cloudwright_ai_web-0.3.1 → cloudwright_ai_web-0.3.2}/.gitignore +0 -0
  4. {cloudwright_ai_web-0.3.1 → cloudwright_ai_web-0.3.2}/README.md +0 -0
  5. {cloudwright_ai_web-0.3.1 → cloudwright_ai_web-0.3.2}/cloudwright_web/app.py +0 -0
  6. {cloudwright_ai_web-0.3.1 → cloudwright_ai_web-0.3.2}/cloudwright_web/py.typed +0 -0
  7. {cloudwright_ai_web-0.3.1 → cloudwright_ai_web-0.3.2}/cloudwright_web/static/assets/index-BZV40eAE.css +0 -0
  8. {cloudwright_ai_web-0.3.1 → cloudwright_ai_web-0.3.2}/cloudwright_web/static/assets/index-fjOZ8Gop.js +0 -0
  9. {cloudwright_ai_web-0.3.1 → cloudwright_ai_web-0.3.2}/cloudwright_web/static/index.html +0 -0
  10. {cloudwright_ai_web-0.3.1 → cloudwright_ai_web-0.3.2}/frontend/index.html +0 -0
  11. {cloudwright_ai_web-0.3.1 → cloudwright_ai_web-0.3.2}/frontend/package-lock.json +0 -0
  12. {cloudwright_ai_web-0.3.1 → cloudwright_ai_web-0.3.2}/frontend/package.json +0 -0
  13. {cloudwright_ai_web-0.3.1 → cloudwright_ai_web-0.3.2}/frontend/src/App.tsx +0 -0
  14. {cloudwright_ai_web-0.3.1 → cloudwright_ai_web-0.3.2}/frontend/src/components/ArchitectureDiagram.tsx +0 -0
  15. {cloudwright_ai_web-0.3.1 → cloudwright_ai_web-0.3.2}/frontend/src/components/BoundaryNode.tsx +0 -0
  16. {cloudwright_ai_web-0.3.1 → cloudwright_ai_web-0.3.2}/frontend/src/components/CloudServiceNode.tsx +0 -0
  17. {cloudwright_ai_web-0.3.1 → cloudwright_ai_web-0.3.2}/frontend/src/components/CostTable.tsx +0 -0
  18. {cloudwright_ai_web-0.3.1 → cloudwright_ai_web-0.3.2}/frontend/src/components/DiagramControls.tsx +0 -0
  19. {cloudwright_ai_web-0.3.1 → cloudwright_ai_web-0.3.2}/frontend/src/components/DiagramLegend.tsx +0 -0
  20. {cloudwright_ai_web-0.3.1 → cloudwright_ai_web-0.3.2}/frontend/src/components/ExportPanel.tsx +0 -0
  21. {cloudwright_ai_web-0.3.1 → cloudwright_ai_web-0.3.2}/frontend/src/components/NodeSidePanel.tsx +0 -0
  22. {cloudwright_ai_web-0.3.1 → cloudwright_ai_web-0.3.2}/frontend/src/components/SpecPanel.tsx +0 -0
  23. {cloudwright_ai_web-0.3.1 → cloudwright_ai_web-0.3.2}/frontend/src/components/SummaryBar.tsx +0 -0
  24. {cloudwright_ai_web-0.3.1 → cloudwright_ai_web-0.3.2}/frontend/src/components/ValidationPanel.tsx +0 -0
  25. {cloudwright_ai_web-0.3.1 → cloudwright_ai_web-0.3.2}/frontend/src/lib/icons.ts +0 -0
  26. {cloudwright_ai_web-0.3.1 → cloudwright_ai_web-0.3.2}/frontend/src/main.tsx +0 -0
  27. {cloudwright_ai_web-0.3.1 → cloudwright_ai_web-0.3.2}/frontend/tsconfig.json +0 -0
  28. {cloudwright_ai_web-0.3.1 → cloudwright_ai_web-0.3.2}/frontend/vite.config.ts +0 -0
  29. {cloudwright_ai_web-0.3.1 → cloudwright_ai_web-0.3.2}/pyproject.toml +0 -0
  30. {cloudwright_ai_web-0.3.1 → cloudwright_ai_web-0.3.2}/tests/__init__.py +0 -0
  31. {cloudwright_ai_web-0.3.1 → cloudwright_ai_web-0.3.2}/tests/test_api.py +0 -0
  32. {cloudwright_ai_web-0.3.1 → cloudwright_ai_web-0.3.2}/tests/test_diagram_api.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cloudwright-ai-web
3
- Version: 0.3.1
3
+ Version: 0.3.2
4
4
  Summary: Web UI for Cloudwright architecture intelligence
5
5
  Project-URL: Homepage, https://github.com/xmpuspus/cloudwright
6
6
  Project-URL: Repository, https://github.com/xmpuspus/cloudwright
@@ -1,6 +1,6 @@
1
1
  """Cloudwright Web — FastAPI backend for architecture intelligence."""
2
2
 
3
- __version__ = "0.3.1"
3
+ __version__ = "0.3.2"
4
4
 
5
5
 
6
6
  def __getattr__(name: str):