hyperbook 0.76.1 → 0.77.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.
@@ -12,6 +12,8 @@
12
12
  "shell-reset-hyperbook": "Das Hyperbook zurücksetzen",
13
13
  "shell-import-hyperbook": "Das Hyperbook aus einer Datei importieren",
14
14
  "shell-export-hyperbook": "Das Hyperbook in eine Datei exportieren",
15
+ "breadcrumb-navigation": "Brotkrümelnavigation",
16
+ "breadcrumb-home": "Startseite",
15
17
  "qr-code": "QR-Code",
16
18
  "p5-update": "Aktualisieren",
17
19
  "p5-code-preview": "Code-Vorschau",
@@ -12,6 +12,8 @@
12
12
  "shell-reset-hyperbook": "Reset Hyperbook",
13
13
  "shell-import-hyperbook": "Import Hyperbook from a file",
14
14
  "shell-export-hyperbook": "Export Hyperbook to a file",
15
+ "breadcrumb-navigation": "Breadcrumb",
16
+ "breadcrumb-home": "Home",
15
17
  "qr-code": "QR Code",
16
18
  "p5-update": "Update",
17
19
  "p5-code-preview": "Code Preview",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hyperbook",
3
- "version": "0.76.1",
3
+ "version": "0.77.0",
4
4
  "author": "Mike Barkmin",
5
5
  "homepage": "https://github.com/openpatch/hyperbook#readme",
6
6
  "license": "MIT",
@@ -56,10 +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.3.1",
60
- "@hyperbook/fs": "0.23.0",
61
- "@hyperbook/types": "0.19.0",
62
- "@hyperbook/markdown": "0.47.1"
59
+ "create-hyperbook": "0.3.2",
60
+ "@hyperbook/fs": "0.24.0",
61
+ "@hyperbook/markdown": "0.48.0",
62
+ "@hyperbook/types": "0.20.0"
63
63
  },
64
64
  "scripts": {
65
65
  "version": "pnpm build",