diff --git a/pkgs/standards/tigrbl/tigrbl/system/docs/lens.py b/pkgs/standards/tigrbl/tigrbl/system/docs/lens.py index 0c2dd4f94..e7bd871ae 100644 --- a/pkgs/standards/tigrbl/tigrbl/system/docs/lens.py +++ b/pkgs/standards/tigrbl/tigrbl/system/docs/lens.py @@ -6,7 +6,7 @@ from ...response.stdapi import Response -TIGRBL_LENS_VERSION = "0.0.7" +TIGRBL_LENS_VERSION = "0.0.8" def _with_leading_slash(path: str) -> str: diff --git a/pkgs/standards/tigrbl_tests/tests/i9n/test_mountable_lens_uvicorn.py b/pkgs/standards/tigrbl_tests/tests/i9n/test_mountable_lens_uvicorn.py index f41e39b21..014398e1c 100644 --- a/pkgs/standards/tigrbl_tests/tests/i9n/test_mountable_lens_uvicorn.py +++ b/pkgs/standards/tigrbl_tests/tests/i9n/test_mountable_lens_uvicorn.py @@ -22,11 +22,11 @@ async def test_lens_mountable_on_tigrbl_app_uvicorn(): assert 'id="root"' in response.text assert 'type="importmap"' in response.text assert ( - '"@tigrbljs/tigrbl-lens": "https://esm.sh/@tigrbljs/tigrbl-lens@0.0.7"' + '"@tigrbljs/tigrbl-lens": "https://esm.sh/@tigrbljs/tigrbl-lens@0.0.8"' in response.text ) assert ( - 'href="https://esm.sh/@tigrbljs/tigrbl-lens@0.0.7/dist/tigrbl-lens.css"' + 'href="https://esm.sh/@tigrbljs/tigrbl-lens@0.0.8/dist/tigrbl-lens.css"' in response.text ) assert 'import { createRoot } from "react-dom/client";' in response.text