hyperbook 0.29.4 → 0.30.0
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platforms/web",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.30.0",
|
|
4
4
|
"private": true,
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"gray-matter": "4.0.3",
|
|
@@ -10,35 +10,35 @@
|
|
|
10
10
|
"react-redux": "8.1.0",
|
|
11
11
|
"redux": "4.2.1",
|
|
12
12
|
"redux-persist": "6.0.0",
|
|
13
|
-
"@hyperbook/drawer": "0.1.1",
|
|
14
13
|
"@hyperbook/element-alert": "0.2.0",
|
|
15
|
-
"@hyperbook/
|
|
14
|
+
"@hyperbook/drawer": "0.1.1",
|
|
16
15
|
"@hyperbook/element-bitflow": "0.2.0",
|
|
16
|
+
"@hyperbook/element-video": "0.2.1",
|
|
17
17
|
"@hyperbook/element-audio": "0.2.0",
|
|
18
18
|
"@hyperbook/element-bookmarks": "0.3.0",
|
|
19
|
-
"@hyperbook/element-collapsible": "0.4.0",
|
|
20
19
|
"@hyperbook/element-embed": "0.2.0",
|
|
21
20
|
"@hyperbook/element-dl": "0.2.0",
|
|
22
21
|
"@hyperbook/element-excalidraw": "0.6.0",
|
|
23
|
-
"@hyperbook/element-
|
|
22
|
+
"@hyperbook/element-collapsible": "0.4.0",
|
|
24
23
|
"@hyperbook/element-online-ide": "0.6.0",
|
|
25
|
-
"@hyperbook/element-
|
|
24
|
+
"@hyperbook/element-mermaid": "0.3.4",
|
|
26
25
|
"@hyperbook/element-protect": "0.4.0",
|
|
26
|
+
"@hyperbook/element-plantuml": "0.2.0",
|
|
27
27
|
"@hyperbook/element-qr": "0.3.0",
|
|
28
28
|
"@hyperbook/element-scratchblock": "0.2.0",
|
|
29
29
|
"@hyperbook/element-sql-ide": "0.5.0",
|
|
30
30
|
"@hyperbook/element-slideshow": "0.0.0",
|
|
31
|
-
"@hyperbook/element-tabs": "0.2.0",
|
|
32
31
|
"@hyperbook/element-struktog": "0.2.0",
|
|
32
|
+
"@hyperbook/element-tabs": "0.2.0",
|
|
33
33
|
"@hyperbook/element-term": "0.2.0",
|
|
34
|
-
"@hyperbook/element-tiles": "0.1.2",
|
|
35
34
|
"@hyperbook/element-youtube": "0.2.0",
|
|
36
|
-
"@hyperbook/
|
|
35
|
+
"@hyperbook/element-tiles": "0.1.2",
|
|
37
36
|
"@hyperbook/markdown": "0.9.3",
|
|
37
|
+
"@hyperbook/fs": "0.11.3",
|
|
38
38
|
"@hyperbook/provider": "0.4.0",
|
|
39
|
-
"@hyperbook/styles": "0.3.0",
|
|
40
39
|
"@hyperbook/shell": "0.7.3",
|
|
41
|
-
"@hyperbook/store": "0.2.0"
|
|
40
|
+
"@hyperbook/store": "0.2.0",
|
|
41
|
+
"@hyperbook/styles": "0.3.0"
|
|
42
42
|
},
|
|
43
43
|
"resolutions": {
|
|
44
44
|
"cytoscape": "3.28.1"
|
|
@@ -19,7 +19,7 @@ const getStaticProps = async ({ params }) => {
|
|
|
19
19
|
href = path.join(...params.page);
|
|
20
20
|
}
|
|
21
21
|
const file = await vfile.get(root, "book", "/" + href);
|
|
22
|
-
const { content, data } =
|
|
22
|
+
const { content, data } = file.markdown;
|
|
23
23
|
const hyperbookJson = await hyperbook.getJson(root);
|
|
24
24
|
const navigation = await hyperbook.getNavigation(root, file);
|
|
25
25
|
return {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hyperbook",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.30.0",
|
|
4
4
|
"author": "Mike Barkmin",
|
|
5
5
|
"homepage": "https://github.com/openpatch/hyperbook#readme",
|
|
6
6
|
"license": "MIT",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"rimraf": "3.0.2",
|
|
45
45
|
"tar": "6.1.14",
|
|
46
46
|
"update-check": "1.5.4",
|
|
47
|
-
"@platforms/web": "0.
|
|
47
|
+
"@platforms/web": "0.30.0"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@hyperbook/fs": "0.11.3",
|