@htmlbricks/hb-form-composer 0.66.3 → 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.
- package/main.iife.js +3 -3
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -1
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -109,6 +109,7 @@
|
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
],
|
|
112
|
+
"iifeIntegrity": "sha384-tcnkWrjlnQU0UBZQgxYZC6jjzJIQNwQ9EySKSWy/DYbm4RTSpjc47PRzUQOZjw/M",
|
|
112
113
|
"screenshots": [],
|
|
113
114
|
"licenses": [
|
|
114
115
|
{
|
|
@@ -128,5 +129,5 @@
|
|
|
128
129
|
"size": {},
|
|
129
130
|
"iifePath": "main.iife.js",
|
|
130
131
|
"repoName": "@htmlbricks/hb-form-composer",
|
|
131
|
-
"version": "0.66.
|
|
132
|
+
"version": "0.66.5"
|
|
132
133
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-form-composer",
|
|
3
|
-
"version": "0.66.
|
|
3
|
+
"version": "0.66.5",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Visual form-schema builder: internal `hb-form` defines field types, validation flags, and options, mirrored into an `hb-table` preview and editable via `hb-dialogform`. Accumulates `output_schema` as the composed `hb-form` schema array and can emit debug-oriented events for each sub-component interaction.",
|
|
6
6
|
"licenses": [
|