hyperbook 0.26.6 → 0.27.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.
|
|
3
|
+
"version": "0.27.1",
|
|
4
4
|
"private": true,
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"gray-matter": "4.0.3",
|
|
@@ -12,30 +12,31 @@
|
|
|
12
12
|
"redux-persist": "6.0.0",
|
|
13
13
|
"@hyperbook/drawer": "0.1.1",
|
|
14
14
|
"@hyperbook/element-alert": "0.2.0",
|
|
15
|
-
"@hyperbook/element-audio": "0.2.0",
|
|
16
15
|
"@hyperbook/element-bitflow": "0.2.0",
|
|
17
16
|
"@hyperbook/element-bookmarks": "0.3.0",
|
|
17
|
+
"@hyperbook/element-audio": "0.2.0",
|
|
18
18
|
"@hyperbook/element-collapsible": "0.4.0",
|
|
19
|
-
"@hyperbook/element-dl": "0.2.0",
|
|
20
19
|
"@hyperbook/element-embed": "0.2.0",
|
|
21
|
-
"@hyperbook/element-
|
|
20
|
+
"@hyperbook/element-dl": "0.2.0",
|
|
22
21
|
"@hyperbook/element-mermaid": "0.3.1",
|
|
23
22
|
"@hyperbook/element-online-ide": "0.6.0",
|
|
24
23
|
"@hyperbook/element-plantuml": "0.2.0",
|
|
24
|
+
"@hyperbook/element-excalidraw": "0.6.0",
|
|
25
25
|
"@hyperbook/element-protect": "0.4.0",
|
|
26
|
-
"@hyperbook/element-qr": "0.3.0",
|
|
27
26
|
"@hyperbook/element-scratchblock": "0.2.0",
|
|
27
|
+
"@hyperbook/element-qr": "0.3.0",
|
|
28
28
|
"@hyperbook/element-sql-ide": "0.5.0",
|
|
29
|
+
"@hyperbook/element-term": "0.2.0",
|
|
29
30
|
"@hyperbook/element-struktog": "0.2.0",
|
|
31
|
+
"@hyperbook/element-tiles": "0.1.1",
|
|
30
32
|
"@hyperbook/element-tabs": "0.2.0",
|
|
31
|
-
"@hyperbook/element-term": "0.2.0",
|
|
32
|
-
"@hyperbook/element-youtube": "0.2.0",
|
|
33
33
|
"@hyperbook/fs": "0.11.0",
|
|
34
|
+
"@hyperbook/element-youtube": "0.2.0",
|
|
34
35
|
"@hyperbook/markdown": "0.9.2",
|
|
35
|
-
"@hyperbook/provider": "0.4.0",
|
|
36
36
|
"@hyperbook/shell": "0.7.3",
|
|
37
|
-
"@hyperbook/
|
|
38
|
-
"@hyperbook/styles": "0.3.0"
|
|
37
|
+
"@hyperbook/provider": "0.4.0",
|
|
38
|
+
"@hyperbook/styles": "0.3.0",
|
|
39
|
+
"@hyperbook/store": "0.2.0"
|
|
39
40
|
},
|
|
40
41
|
"devDependencies": {
|
|
41
42
|
"@hyperbook/next-watch": "0.6.3"
|
|
@@ -43,6 +43,8 @@ import elementBitflow from "@hyperbook/element-bitflow";
|
|
|
43
43
|
import "@hyperbook/element-bitflow/index.css";
|
|
44
44
|
import elementScratchblock from "@hyperbook/element-scratchblock";
|
|
45
45
|
import "@hyperbook/element-scratchblock/index.css";
|
|
46
|
+
import elementTiles from "@hyperbook/element-tiles";
|
|
47
|
+
import "@hyperbook/element-tiles/index.css";
|
|
46
48
|
import Link from "next/link";
|
|
47
49
|
import Head from "next/head";
|
|
48
50
|
import { Styles } from "@hyperbook/styles";
|
|
@@ -95,7 +97,8 @@ function MyApp({ Component, pageProps }) {
|
|
|
95
97
|
elementMermaid,
|
|
96
98
|
elementExcalidraw,
|
|
97
99
|
elementScratchblock,
|
|
98
|
-
elementBitflow
|
|
100
|
+
elementBitflow,
|
|
101
|
+
elementTiles
|
|
99
102
|
],
|
|
100
103
|
router,
|
|
101
104
|
storage: typeof window !== "undefined" ? localStorage : noopStorage,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hyperbook",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.27.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.
|
|
47
|
+
"@platforms/web": "0.27.1"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@hyperbook/fs": "0.11.0",
|