@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.
- package/dist/embed.js +1 -1
- 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.
|
|
20664
|
+
return "1.0.30";
|
|
20665
20665
|
}
|
|
20666
20666
|
};
|
|
20667
20667
|
if (typeof window !== "undefined") {
|
package/package.json
CHANGED