File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 "scripts" : {
66 "dev" : " astro dev" ,
77 "start" : " astro dev" ,
8- "build" : " astro build" ,
8+ "build" : " astro check &&astro build" ,
99 "preview" : " astro preview" ,
1010 "astro" : " astro" ,
1111 "preinstall" : " npx only-allow bun"
1212 },
1313 "dependencies" : {
14- "astro" : " ^3 .0.0" ,
14+ "astro" : " ^4 .0.0" ,
1515 "astro-beam" : " ../"
1616 }
1717}
Original file line number Diff line number Diff line change 11{
22 "name" : " astro-beam" ,
3- "version" : " 1.1.1 " ,
3+ "version" : " 1.1.2 " ,
44 "description" : " BeamAnalytics integration for Astro" ,
55 "type" : " module" ,
66 "exports" : {
1616 " analytics" ,
1717 " beam" ,
1818 " tracking" ,
19+ " webanalytics" ,
1920 " withastro"
2021 ],
2122 "author" : {
3839 "url" : " git+https://github.com/advanced-astro/astro-beam.git"
3940 },
4041 "peerDependencies" : {
41- "astro" : " ^2.0.0 || ^3.0.0"
42+ "astro" : " ^2.0.0 || ^3.0.0 || ^4.0.0 "
4243 }
4344}
You can’t perform that action at this time.
0 commit comments