@htmlbricks/hb-input-range 0.66.4 → 0.66.5

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 +1 -2
  2. package/package.json +1 -1
package/manifest.json CHANGED
@@ -199,7 +199,6 @@
199
199
  }
200
200
  ],
201
201
  "iifeIntegrity": "sha384-CAafEplpj2anji+oZxE5VnPS25kQmAkZFm7XdE9MVYz6UlKEse6k/6QFEbPAL9uQ",
202
- "iifeIntegrityType": "sha384",
203
202
  "screenshots": [],
204
203
  "licenses": [
205
204
  {
@@ -218,5 +217,5 @@
218
217
  "size": {},
219
218
  "iifePath": "main.iife.js",
220
219
  "repoName": "@htmlbricks/hb-input-range",
221
- "version": "0.66.4"
220
+ "version": "0.66.5"
222
221
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-input-range",
3
- "version": "0.66.4",
3
+ "version": "0.66.5",
4
4
  "contributors": [],
5
5
  "description": "Range slider (`type=\"range\"`) whose bounds come from `schemaentry.params.min` and/or `max` when present. Parses stringified `schemaentry` when needed and enforces required/min/max rules for the numeric value. Dispatches `setVal` continuously with `{ value, valid, id }` and can show `validationTip` when `show_validation` is enabled.",
6
6
  "licenses": [