@htmlbricks/hb-json-viewer 0.65.22 → 0.65.23
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/manifest.json +5 -4
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
|
-
"description": "",
|
|
41
|
+
"description": "Renders JSON as an expandable, syntax-colored tree. Accepts a parsed object or a JSON string and supports initial expand modes (open, closed, or first level only).",
|
|
42
42
|
"storybookArgs": {
|
|
43
43
|
"json": {
|
|
44
44
|
"control": {
|
|
@@ -389,12 +389,13 @@
|
|
|
389
389
|
],
|
|
390
390
|
"readmePath": "README.md",
|
|
391
391
|
"name": "hb-json-viewer",
|
|
392
|
-
"category": "
|
|
392
|
+
"category": "data",
|
|
393
393
|
"tags": [
|
|
394
|
-
"
|
|
394
|
+
"data",
|
|
395
|
+
"json"
|
|
395
396
|
],
|
|
396
397
|
"size": {},
|
|
397
398
|
"iifePath": "main.iife.js",
|
|
398
399
|
"repoName": "@htmlbricks/hb-json-viewer",
|
|
399
|
-
"version": "0.65.
|
|
400
|
+
"version": "0.65.23"
|
|
400
401
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-json-viewer",
|
|
3
|
-
"version": "0.65.
|
|
3
|
+
"version": "0.65.23",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
5
|
+
"description": "Renders JSON as an expandable, syntax-colored tree. Accepts a parsed object or a JSON string and supports initial expand modes (open, closed, or first level only).",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|