update pmf widget version

This commit is contained in:
Matthias Nannt
2023-01-27 11:32:12 +01:00
parent 26f200e4c4
commit ea0383dc2b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@formbricks/pmf",
"version": "0.0.3",
"version": "0.0.4",
"source": "src/index.ts",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",

View File

@@ -7,7 +7,7 @@ export interface FormbricksConfig {
containerId: string;
customer?: Record<any, any>;
style?: any;
onFinished?: () => void;
onFinished: () => void;
}
const config: FormbricksConfig = {