@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.
- package/dist/embed.js +1 -1
- 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.
|
|
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