hyperbook 0.33.1 → 0.33.3
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.33.
|
|
3
|
+
"version": "0.33.3",
|
|
4
4
|
"private": true,
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"gray-matter": "4.0.3",
|
|
@@ -10,38 +10,38 @@
|
|
|
10
10
|
"react-redux": "9.1.2",
|
|
11
11
|
"redux": "5.0.1",
|
|
12
12
|
"redux-persist": "6.0.0",
|
|
13
|
-
"@hyperbook/element-alert": "0.2.2",
|
|
14
13
|
"@hyperbook/drawer": "0.1.2",
|
|
15
|
-
"@hyperbook/element-audio": "0.2.
|
|
16
|
-
"@hyperbook/element-bitflow": "0.2.
|
|
17
|
-
"@hyperbook/element-collapsible": "0.4.2",
|
|
18
|
-
"@hyperbook/element-excalidraw": "0.6.2",
|
|
19
|
-
"@hyperbook/element-embed": "0.2.2",
|
|
14
|
+
"@hyperbook/element-audio": "0.2.3",
|
|
15
|
+
"@hyperbook/element-bitflow": "0.2.3",
|
|
20
16
|
"@hyperbook/element-dl": "0.2.3",
|
|
17
|
+
"@hyperbook/element-alert": "0.2.2",
|
|
18
|
+
"@hyperbook/element-embed": "0.2.2",
|
|
19
|
+
"@hyperbook/element-collapsible": "0.4.2",
|
|
21
20
|
"@hyperbook/element-bookmarks": "0.3.3",
|
|
21
|
+
"@hyperbook/element-excalidraw": "0.6.2",
|
|
22
|
+
"@hyperbook/element-mermaid": "0.3.7",
|
|
22
23
|
"@hyperbook/element-online-ide": "0.6.2",
|
|
23
|
-
"@hyperbook/element-mermaid": "0.3.6",
|
|
24
24
|
"@hyperbook/element-plantuml": "0.2.2",
|
|
25
25
|
"@hyperbook/element-protect": "0.4.2",
|
|
26
|
-
"@hyperbook/element-qr": "0.3.2",
|
|
27
|
-
"@hyperbook/element-slideshow": "0.0.2",
|
|
28
26
|
"@hyperbook/element-scratchblock": "0.2.2",
|
|
27
|
+
"@hyperbook/element-qr": "0.3.3",
|
|
29
28
|
"@hyperbook/element-sql-ide": "0.5.2",
|
|
29
|
+
"@hyperbook/element-slideshow": "0.0.2",
|
|
30
30
|
"@hyperbook/element-struktog": "0.2.2",
|
|
31
31
|
"@hyperbook/element-tabs": "0.2.2",
|
|
32
32
|
"@hyperbook/element-term": "0.2.2",
|
|
33
33
|
"@hyperbook/element-tiles": "0.1.4",
|
|
34
|
-
"@hyperbook/element-video": "0.2.
|
|
34
|
+
"@hyperbook/element-video": "0.2.4",
|
|
35
|
+
"@hyperbook/fs": "0.13.1",
|
|
35
36
|
"@hyperbook/element-youtube": "0.2.2",
|
|
36
|
-
"@hyperbook/markdown": "0.9.6",
|
|
37
37
|
"@hyperbook/provider": "0.4.2",
|
|
38
|
-
"@hyperbook/
|
|
39
|
-
"@hyperbook/
|
|
40
|
-
"@hyperbook/
|
|
41
|
-
"@hyperbook/
|
|
38
|
+
"@hyperbook/shell": "0.7.6",
|
|
39
|
+
"@hyperbook/markdown": "0.9.7",
|
|
40
|
+
"@hyperbook/styles": "0.4.0",
|
|
41
|
+
"@hyperbook/store": "0.2.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@hyperbook/next-watch": "0.7.
|
|
44
|
+
"@hyperbook/next-watch": "0.7.4"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"next:dev": "next-hyperbook-watch",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hyperbook",
|
|
3
|
-
"version": "0.33.
|
|
3
|
+
"version": "0.33.3",
|
|
4
4
|
"author": "Mike Barkmin",
|
|
5
5
|
"homepage": "https://github.com/openpatch/hyperbook#readme",
|
|
6
6
|
"license": "MIT",
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"rimraf": "5.0.7",
|
|
44
44
|
"tar": "6.2.1",
|
|
45
45
|
"update-check": "1.5.4",
|
|
46
|
-
"@platforms/web": "0.33.
|
|
46
|
+
"@platforms/web": "0.33.3"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@hyperbook/fs": "0.13.
|
|
49
|
+
"@hyperbook/fs": "0.13.1",
|
|
50
50
|
"@hyperbook/types": "0.8.1"
|
|
51
51
|
},
|
|
52
52
|
"scripts": {
|