@htmlbricks/hb-input-email 0.66.2 → 0.66.4

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/manifest.json +3 -1
  2. package/package.json +1 -1
package/manifest.json CHANGED
@@ -178,6 +178,8 @@
178
178
  }
179
179
  }
180
180
  ],
181
+ "iifeIntegrity": "sha384-sm7EzTLZf5GEbUdeCo0kKEl8f43lE0Tu+8SS9ZdbmeHzy/eMDIzeqmDqUNuwh2Lm",
182
+ "iifeIntegrityType": "sha384",
181
183
  "screenshots": [],
182
184
  "licenses": [
183
185
  {
@@ -196,5 +198,5 @@
196
198
  "size": {},
197
199
  "iifePath": "main.iife.js",
198
200
  "repoName": "@htmlbricks/hb-input-email",
199
- "version": "0.66.2"
201
+ "version": "0.66.4"
200
202
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-input-email",
3
- "version": "0.66.2",
3
+ "version": "0.66.4",
4
4
  "contributors": [],
5
5
  "description": "`type=\"email\"` field using `schemaentry` for id, value, placeholder, readonly, and required, with extra checks for a sensible address shape plus optional `validationRegex` and `params` min/max length. Use `show_validation` for Bootstrap states and `validationTip`. Dispatches `setVal` on updates and `clickEnter` when Enter is pressed.",
6
6
  "licenses": [