@codebards/ik-embeddable-form 0.0.2696930884-qa → 0.0.2696943363-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 +1 -1
  2. package/package.json +1 -1
package/dist/embed.js CHANGED
@@ -20661,7 +20661,7 @@ ${intlTelStyles}`;
20661
20661
  destroy();
20662
20662
  },
20663
20663
  getVersion() {
20664
- return "1.0.29";
20664
+ return "1.0.30";
20665
20665
  }
20666
20666
  };
20667
20667
  if (typeof window !== "undefined") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codebards/ik-embeddable-form",
3
- "version": "0.0.2696930884-qa",
3
+ "version": "0.0.2696943363-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",