astro-vtbot
Advanced tools
Comparing version 1.10.6 to 1.10.7
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.10.6", | ||
"version": "1.10.7", | ||
"description": "The ๐ Bag of Tricks โจ for Astro's View Transitions", | ||
@@ -33,4 +33,4 @@ "homepage": "https://events-3bg.pages.dev/", | ||
"./components/*.astro": { | ||
"import": "./components/*.astro", | ||
"types": "./components/*.d.ts" | ||
"types": "./components/*.d.ts", | ||
"import": "./components/*.astro" | ||
}, | ||
@@ -41,4 +41,4 @@ "./components/loading-indicator": "./components/loading-indicator.ts", | ||
"./animations/*.astro": { | ||
"import": "./animations/*.astro", | ||
"types": "./animations/*.d.ts" | ||
"types": "./animations/*.d.ts", | ||
"import": "./animations/*.astro" | ||
}, | ||
@@ -82,3 +82,3 @@ "./assets/*": "./assets/*", | ||
"@vtbag/cam-shaft": "^1.0.1", | ||
"@vtbag/element-crossing": "^1.0.3", | ||
"@vtbag/element-crossing": "^1.0.4", | ||
"@vtbag/inspection-chamber": "^1.0.17", | ||
@@ -89,3 +89,3 @@ "@vtbag/turn-signal": "^1.1.0" | ||
"@astrojs/check": "^0.9.4", | ||
"@astrojs/starlight": "^0.28.4", | ||
"@astrojs/starlight": "^0.29.0", | ||
"@changesets/changelog-github": "0.5.0", | ||
@@ -95,4 +95,4 @@ "@changesets/cli": "^2.27.9", | ||
"@types/dom-view-transitions": "^1.0.5", | ||
"@types/node": "^22.8.4", | ||
"astro": "^4.16.7", | ||
"@types/node": "^22.9.0", | ||
"astro": "^4.16.13", | ||
"prettier": "^3.3.3", | ||
@@ -99,0 +99,0 @@ "prettier-plugin-astro": "^0.14.1", |
@@ -18,3 +18,3 @@ No, its **_NOT_** a roBOT ๐ค, its a ๐ <b>B</b>ag <b>o</b>f <b>T</b>ricks!โจ | ||
Brings you the latest version of @vtbag/element-crossing, which now supports animated SVGs, thanks to [Lukas](https://github.com/trombach)! | ||
Brings you the latest version of @vtbag/element-crossing, with a bug fix for letting `attr-*` properties cross over to the new page! | ||
@@ -21,0 +21,0 @@ For details, see the [CHANGELOG of the ElementCrossing](https://github.com/vtbag/element-crossing/blob/main/CHANGELOG.md). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
132818