@htmlbricks/hb-input-range 0.66.3 → 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
@@ -198,6 +198,8 @@
198
198
  }
199
199
  }
200
200
  ],
201
+ "iifeIntegrity": "sha384-CAafEplpj2anji+oZxE5VnPS25kQmAkZFm7XdE9MVYz6UlKEse6k/6QFEbPAL9uQ",
202
+ "iifeIntegrityType": "sha384",
201
203
  "screenshots": [],
202
204
  "licenses": [
203
205
  {
@@ -216,5 +218,5 @@
216
218
  "size": {},
217
219
  "iifePath": "main.iife.js",
218
220
  "repoName": "@htmlbricks/hb-input-range",
219
- "version": "0.66.3"
221
+ "version": "0.66.4"
220
222
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-input-range",
3
- "version": "0.66.3",
3
+ "version": "0.66.4",
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": [