hyperbook 0.58.2 → 0.60.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hyperbook",
3
- "version": "0.58.2",
3
+ "version": "0.60.0",
4
4
  "author": "Mike Barkmin",
5
5
  "homepage": "https://github.com/openpatch/hyperbook#readme",
6
6
  "license": "MIT",
@@ -24,6 +24,9 @@
24
24
  "engines": {
25
25
  "node": ">=12.22.0"
26
26
  },
27
+ "dependencies": {
28
+ "favicons": "^7.2.0"
29
+ },
27
30
  "devDependencies": {
28
31
  "@pnpm/exportable-manifest": "1000.0.6",
29
32
  "@types/archiver": "6.0.3",
@@ -53,14 +56,14 @@
53
56
  "tar": "7.4.3",
54
57
  "update-check": "1.5.4",
55
58
  "ws": "^8.18.0",
56
- "@hyperbook/fs": "0.19.0",
57
- "@hyperbook/markdown": "0.34.1",
58
- "@hyperbook/types": "0.15.2"
59
+ "@hyperbook/markdown": "0.35.1",
60
+ "@hyperbook/types": "0.16.0",
61
+ "@hyperbook/fs": "0.20.0"
59
62
  },
60
63
  "scripts": {
61
64
  "version": "pnpm build",
62
65
  "lint": "tsc --noEmit",
63
66
  "dev": "ncc build ./index.ts -w -o dist/",
64
- "build": "rimraf dist && ncc build ./index.ts -o ./dist/ --no-cache --no-source-map-register && node postbuild.mjs"
67
+ "build": "rimraf dist && ncc build ./index.ts -o ./dist/ --no-cache --no-source-map-register --external favicons --external sharp && node postbuild.mjs"
65
68
  }
66
69
  }
@@ -1,11 +0,0 @@
1
- ---
2
- name: Getting Started
3
- ---
4
-
5
- ## Getting Started
6
-
7
- This is created with :t[hyperbook].
8
-
9
- ## Bookmarks
10
-
11
- ::bookmarks
@@ -1,3 +0,0 @@
1
- .hyperbook
2
- out
3
- public/archives/
@@ -1,11 +0,0 @@
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.