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