astro-vtbot
Advanced tools
Comparing version 1.7.23 to 1.7.24
@@ -27,5 +27,5 @@ let show: () => void; | ||
if (!(initializer && lowPrio)) initializer = onPageLoad; | ||
document.addEventListener("astro:page-load", doInit); | ||
document.addEventListener("astro:before-preparation", doShow); | ||
document.addEventListener("astro:after-preparation", doHide); | ||
document.addEventListener('astro:page-load', doInit); | ||
document.addEventListener('astro:before-preparation', doShow); | ||
document.addEventListener('astro:after-preparation', doHide); | ||
} | ||
@@ -32,0 +32,0 @@ |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.7.23", | ||
"version": "1.7.24", | ||
"description": "The 👜 Bag of Tricks ✨ for Astro's View Transitions", | ||
@@ -77,3 +77,3 @@ "homepage": "https://github.com/martrapp/astro-vtbot#readme", | ||
"@astrojs/check": "^0.7.0", | ||
"@astrojs/starlight": "^0.23.2", | ||
"@astrojs/starlight": "^0.24.2", | ||
"@changesets/changelog-github": "0.5.0", | ||
@@ -83,5 +83,5 @@ "@changesets/cli": "^2.27.5", | ||
"@types/dom-view-transitions": "^1.0.4", | ||
"@types/node": "^20.12.13", | ||
"astro": "^4.9.2", | ||
"prettier": "^3.1.0", | ||
"@types/node": "^20.14.2", | ||
"astro": "^4.10.2", | ||
"prettier": "^3.3.2", | ||
"prettier-plugin-astro": "^0.14.0", | ||
@@ -88,0 +88,0 @@ "typescript": "^5.3.3" |
Sorry, the diff of this file is not supported yet
103920