mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-11 17:19:33 -06:00
update pmf widget version
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -7,7 +7,7 @@ export interface FormbricksConfig {
|
||||
containerId: string;
|
||||
customer?: Record<any, any>;
|
||||
style?: any;
|
||||
onFinished?: () => void;
|
||||
onFinished: () => void;
|
||||
}
|
||||
|
||||
const config: FormbricksConfig = {
|
||||
|
||||
Reference in New Issue
Block a user