@json-canvas-viewer/preact 1.0.0 → 1.0.1
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/package.json +6 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@json-canvas-viewer/preact",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "An extensible web-based viewer for JSON Canvas in the form of a Preact component, easy to embed into websites.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"frontend",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"json-canvas",
|
|
9
9
|
"obsidian-md",
|
|
10
10
|
"preact",
|
|
11
|
-
"preact-
|
|
11
|
+
"preact-components",
|
|
12
12
|
"typescript"
|
|
13
13
|
],
|
|
14
14
|
"homepage": "https://github.com/hesprs/json-canvas-viewer",
|
|
@@ -39,15 +39,16 @@
|
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"publishConfig": {
|
|
42
|
-
"access": "public"
|
|
42
|
+
"access": "public",
|
|
43
|
+
"provenance": true
|
|
43
44
|
},
|
|
44
45
|
"dependencies": {
|
|
45
|
-
"json-canvas-viewer": "4.
|
|
46
|
+
"json-canvas-viewer": "4.1.0"
|
|
46
47
|
},
|
|
47
48
|
"devDependencies": {
|
|
48
49
|
"@preact/preset-vite": "^2.10.3",
|
|
49
50
|
"@repo/shared": "0.0.1",
|
|
50
|
-
"vite-plugin-json-canvas": "1.0.
|
|
51
|
+
"vite-plugin-json-canvas": "1.0.1"
|
|
51
52
|
},
|
|
52
53
|
"peerDependencies": {
|
|
53
54
|
"preact": "^10.28.4"
|