update pmf widget to 0.0.6

This commit is contained in:
Matthias Nannt
2023-01-27 12:17:37 +01:00
parent c99b4a8754
commit 50a9c2bc8a
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -16,7 +16,7 @@ const config: FormbricksConfig = {
customer: {},
onFinished: () => {},
// Merge existing config
...(window as any).formbricks?.config,
...(window as any).formbricksPmf?.config,
};
let submission: any = {};