fix: bump web sdk

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-11-21 12:12:45 +01:00
parent 71270b3493
commit 44184236a8
7 changed files with 27 additions and 20 deletions

View File

@@ -33,7 +33,7 @@ const methods: { name: OpenPanelMethodNames; value: unknown }[] = [
value: {
...options,
sdk: 'astro',
sdkVersion: '1.0.3',
sdkVersion: '1.0.4',
},
},
];