hyperbook 0.70.1 → 0.71.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.
@@ -0,0 +1,11 @@
1
+ ---
2
+ name: Getting Started
3
+ ---
4
+
5
+ ## Getting Started
6
+
7
+ This is created with :t[hyperbook].
8
+
9
+ ## Bookmarks
10
+
11
+ ::bookmarks
@@ -0,0 +1,3 @@
1
+ .hyperbook
2
+ out
3
+ public/archives/
@@ -0,0 +1,11 @@
1
+ ---
2
+ name: Hyperbook
3
+ ---
4
+
5
+ ## Hyperbook
6
+
7
+ A great tool for building interactive workbooks.
8
+
9
+ See the [hyperbook
10
+ documentation](https://hyperbook.openpatch.org) for more
11
+ details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hyperbook",
3
- "version": "0.70.1",
3
+ "version": "0.71.0",
4
4
  "author": "Mike Barkmin",
5
5
  "homepage": "https://github.com/openpatch/hyperbook#readme",
6
6
  "license": "MIT",
@@ -56,9 +56,10 @@
56
56
  "tar": "7.4.3",
57
57
  "update-check": "1.5.4",
58
58
  "ws": "^8.18.0",
59
+ "create-hyperbook": "0.2.0",
59
60
  "@hyperbook/fs": "0.21.0",
60
61
  "@hyperbook/types": "0.18.0",
61
- "@hyperbook/markdown": "0.43.1"
62
+ "@hyperbook/markdown": "0.43.2"
62
63
  },
63
64
  "scripts": {
64
65
  "version": "pnpm build",