@codebards/ik-embeddable-form 0.0.2771554554-qa → 0.0.2785208265-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
@@ -22272,7 +22272,7 @@ ${intlTelStyles}`;
22272
22272
  destroy();
22273
22273
  },
22274
22274
  getVersion() {
22275
- return "1.0.42";
22275
+ return "1.0.43";
22276
22276
  },
22277
22277
  /**
22278
22278
  * 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.2771554554-qa",
3
+ "version": "0.0.2785208265-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",