Skip to content

Commit c83835b

Browse files
committed
🚑 Fix for Astro v4
1 parent b6a02e7 commit c83835b

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

‎bun.lockb‎

-19 KB
Binary file not shown.

‎demo/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
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
}

‎package.json‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -16,6 +16,7 @@
1616
"analytics",
1717
"beam",
1818
"tracking",
19+
"webanalytics",
1920
"withastro"
2021
],
2122
"author": {
@@ -38,6 +39,6 @@
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
}

0 commit comments

Comments
 (0)