@codebards/ik-embeddable-form 0.0.2767921802-qa → 0.0.2768272119-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
@@ -22275,7 +22275,7 @@ ${intlTelStyles}`;
22275
22275
  destroy();
22276
22276
  },
22277
22277
  getVersion() {
22278
- return "1.0.41";
22278
+ return "1.0.42";
22279
22279
  },
22280
22280
  /**
22281
22281
  * 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.2767921802-qa",
3
+ "version": "0.0.2768272119-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",