hyperbook 0.17.0 → 0.17.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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platforms/web",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.1",
|
|
4
4
|
"private": true,
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"gray-matter": "4.0.3",
|
|
@@ -10,30 +10,30 @@
|
|
|
10
10
|
"react-redux": "8.1.0",
|
|
11
11
|
"redux": "4.2.1",
|
|
12
12
|
"redux-persist": "6.0.0",
|
|
13
|
-
"@hyperbook/element-alert": "0.1.
|
|
14
|
-
"@hyperbook/element-bitflow": "0.1.
|
|
15
|
-
"@hyperbook/element-bookmarks": "0.2.
|
|
16
|
-
"@hyperbook/element-collapsible": "0.3.
|
|
17
|
-
"@hyperbook/element-dl": "0.1.
|
|
18
|
-
"@hyperbook/element-
|
|
19
|
-
"@hyperbook/element-
|
|
20
|
-
"@hyperbook/element-mermaid": "0.1.
|
|
21
|
-
"@hyperbook/element-online-ide": "0.3.
|
|
22
|
-
"@hyperbook/element-protect": "0.3.
|
|
23
|
-
"@hyperbook/element-qr": "0.1.
|
|
24
|
-
"@hyperbook/element-scratchblock": "0.1.
|
|
25
|
-
"@hyperbook/element-
|
|
26
|
-
"@hyperbook/element-
|
|
27
|
-
"@hyperbook/element-tabs": "0.1.
|
|
28
|
-
"@hyperbook/element-term": "0.1.
|
|
29
|
-
"@hyperbook/element-youtube": "0.1.
|
|
30
|
-
"@hyperbook/markdown": "0.6.3",
|
|
31
|
-
"@hyperbook/provider": "0.2.4",
|
|
32
|
-
"@hyperbook/shell": "0.4.5",
|
|
33
|
-
"@hyperbook/store": "0.1.4",
|
|
13
|
+
"@hyperbook/element-alert": "0.1.13",
|
|
14
|
+
"@hyperbook/element-bitflow": "0.1.14",
|
|
15
|
+
"@hyperbook/element-bookmarks": "0.2.8",
|
|
16
|
+
"@hyperbook/element-collapsible": "0.3.4",
|
|
17
|
+
"@hyperbook/element-dl": "0.1.14",
|
|
18
|
+
"@hyperbook/element-embed": "0.1.1",
|
|
19
|
+
"@hyperbook/element-excalidraw": "0.4.4",
|
|
20
|
+
"@hyperbook/element-mermaid": "0.1.13",
|
|
21
|
+
"@hyperbook/element-online-ide": "0.3.2",
|
|
22
|
+
"@hyperbook/element-protect": "0.3.4",
|
|
23
|
+
"@hyperbook/element-qr": "0.1.14",
|
|
24
|
+
"@hyperbook/element-scratchblock": "0.1.4",
|
|
25
|
+
"@hyperbook/element-sql-ide": "0.3.2",
|
|
26
|
+
"@hyperbook/element-struktog": "0.1.13",
|
|
27
|
+
"@hyperbook/element-tabs": "0.1.14",
|
|
28
|
+
"@hyperbook/element-term": "0.1.13",
|
|
29
|
+
"@hyperbook/element-youtube": "0.1.13",
|
|
34
30
|
"@hyperbook/fs": "0.8.1",
|
|
35
|
-
"@hyperbook/
|
|
36
|
-
"@hyperbook/
|
|
31
|
+
"@hyperbook/markdown": "0.6.4",
|
|
32
|
+
"@hyperbook/provider": "0.2.5",
|
|
33
|
+
"@hyperbook/shell": "0.4.6",
|
|
34
|
+
"@hyperbook/store": "0.1.5",
|
|
35
|
+
"@hyperbook/styles": "0.1.13",
|
|
36
|
+
"@hyperbook/toc": "0.2.3"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@hyperbook/next-watch": "0.3.0"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hyperbook",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.1",
|
|
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.17.
|
|
47
|
+
"@platforms/web": "0.17.1"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@hyperbook/fs": "0.8.1",
|