@codebards/ik-embeddable-form 0.0.2808344517-qa → 0.0.2809028997-qa

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/embed.js +2 -2
  2. package/package.json +1 -1
package/dist/embed.js CHANGED
@@ -23783,7 +23783,7 @@ ${leadMagnetStyles}`;
23783
23783
  unmountAll();
23784
23784
  },
23785
23785
  getVersion() {
23786
- return "1.0.43";
23786
+ return "1.0.44";
23787
23787
  }
23788
23788
  };
23789
23789
  if (typeof window !== "undefined") {
@@ -23839,7 +23839,7 @@ ${leadMagnetStyles}`;
23839
23839
  destroy();
23840
23840
  },
23841
23841
  getVersion() {
23842
- return "1.0.43";
23842
+ return "1.0.44";
23843
23843
  },
23844
23844
  /**
23845
23845
  * Allowlisted snapshot of everything the user has submitted so far.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codebards/ik-embeddable-form",
3
- "version": "0.0.2808344517-qa",
3
+ "version": "0.0.2809028997-qa",
4
4
  "description": "Production-ready config-driven embeddable form platform with Shadow DOM isolation",
5
5
  "type": "module",
6
6
  "main": "dist/embed.js",