hyperbook 0.28.2 → 0.29.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.28.2",
3
+ "version": "0.29.0",
4
4
  "private": true,
5
5
  "dependencies": {
6
6
  "gray-matter": "4.0.3",
@@ -12,35 +12,36 @@
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-bookmarks": "0.3.0",
15
16
  "@hyperbook/element-audio": "0.2.0",
16
17
  "@hyperbook/element-video": "0.2.1",
17
- "@hyperbook/element-bitflow": "0.2.0",
18
18
  "@hyperbook/element-collapsible": "0.4.0",
19
- "@hyperbook/element-bookmarks": "0.3.0",
20
19
  "@hyperbook/element-dl": "0.2.0",
20
+ "@hyperbook/element-bitflow": "0.2.0",
21
21
  "@hyperbook/element-excalidraw": "0.6.0",
22
22
  "@hyperbook/element-embed": "0.2.0",
23
+ "@hyperbook/element-protect": "0.4.0",
23
24
  "@hyperbook/element-mermaid": "0.3.1",
24
- "@hyperbook/element-online-ide": "0.6.0",
25
25
  "@hyperbook/element-plantuml": "0.2.0",
26
- "@hyperbook/element-protect": "0.4.0",
26
+ "@hyperbook/element-online-ide": "0.6.0",
27
27
  "@hyperbook/element-scratchblock": "0.2.0",
28
+ "@hyperbook/element-slideshow": "0.0.0",
29
+ "@hyperbook/element-sql-ide": "0.5.0",
28
30
  "@hyperbook/element-qr": "0.3.0",
29
31
  "@hyperbook/element-struktog": "0.2.0",
30
- "@hyperbook/element-sql-ide": "0.5.0",
31
- "@hyperbook/element-tabs": "0.2.0",
32
32
  "@hyperbook/element-term": "0.2.0",
33
33
  "@hyperbook/element-tiles": "0.1.2",
34
34
  "@hyperbook/element-youtube": "0.2.0",
35
- "@hyperbook/fs": "0.11.1",
36
- "@hyperbook/provider": "0.4.0",
35
+ "@hyperbook/element-tabs": "0.2.0",
36
+ "@hyperbook/fs": "0.11.2",
37
37
  "@hyperbook/markdown": "0.9.2",
38
- "@hyperbook/store": "0.2.0",
38
+ "@hyperbook/shell": "0.7.3",
39
+ "@hyperbook/provider": "0.4.0",
39
40
  "@hyperbook/styles": "0.3.0",
40
- "@hyperbook/shell": "0.7.3"
41
+ "@hyperbook/store": "0.2.0"
41
42
  },
42
43
  "devDependencies": {
43
- "@hyperbook/next-watch": "0.6.4"
44
+ "@hyperbook/next-watch": "0.7.0"
44
45
  },
45
46
  "scripts": {
46
47
  "next:dev": "next-hyperbook-watch",
@@ -47,6 +47,8 @@ import elementScratchblock from "@hyperbook/element-scratchblock";
47
47
  import "@hyperbook/element-scratchblock/index.css";
48
48
  import elementTiles from "@hyperbook/element-tiles";
49
49
  import "@hyperbook/element-tiles/index.css";
50
+ import elementSlideshow from "@hyperbook/element-slideshow";
51
+ import "@hyperbook/element-slideshow/index.css";
50
52
  import Link from "next/link";
51
53
  import Head from "next/head";
52
54
  import { Styles } from "@hyperbook/styles";
@@ -101,7 +103,8 @@ function MyApp({ Component, pageProps }) {
101
103
  elementExcalidraw,
102
104
  elementScratchblock,
103
105
  elementBitflow,
104
- elementTiles
106
+ elementTiles,
107
+ elementSlideshow
105
108
  ],
106
109
  router,
107
110
  storage: typeof window !== "undefined" ? localStorage : noopStorage,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hyperbook",
3
- "version": "0.28.2",
3
+ "version": "0.29.0",
4
4
  "author": "Mike Barkmin",
5
5
  "homepage": "https://github.com/openpatch/hyperbook#readme",
6
6
  "license": "MIT",
@@ -44,10 +44,10 @@
44
44
  "rimraf": "3.0.2",
45
45
  "tar": "6.1.14",
46
46
  "update-check": "1.5.4",
47
- "@platforms/web": "0.28.2"
47
+ "@platforms/web": "0.29.0"
48
48
  },
49
49
  "dependencies": {
50
- "@hyperbook/fs": "0.11.1",
50
+ "@hyperbook/fs": "0.11.2",
51
51
  "@hyperbook/types": "0.7.0"
52
52
  },
53
53
  "scripts": {