honkit 6.0.0 → 6.0.1

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 +1 @@
1
- {"version":3,"file":"PluginResolver.d.ts","sourceRoot":"","sources":["../../src/plugins/PluginResolver.ts"],"names":[],"mappings":"AAYA;;;;;;;;;;;;GAYG;AAEH,qBAAa,cAAc;IACvB,aAAa,EAAE,MAAM,CAAC;gBAEV,MAAM,GAAE;QAAE,aAAa,CAAC,EAAE,MAAM,CAAA;KAAO;IAOnD;;;;OAIG;IACH,wBAAwB,CAAC,WAAW,KAAA;CAyBvC"}
1
+ {"version":3,"file":"PluginResolver.d.ts","sourceRoot":"","sources":["../../src/plugins/PluginResolver.ts"],"names":[],"mappings":"AAaA;;;;;;;;;;;;GAYG;AAEH,qBAAa,cAAc;IACvB,aAAa,EAAE,MAAM,CAAC;gBAEV,MAAM,GAAE;QAAE,aAAa,CAAC,EAAE,MAAM,CAAA;KAAO;IAOnD;;;;OAIG;IACH,wBAAwB,CAAC,WAAW,KAAA;CAyBvC"}
@@ -32,6 +32,7 @@ const path_1 = __importDefault(require("path"));
32
32
  const util = __importStar(require("./package-name-util"));
33
33
  const try_resolve_1 = __importDefault(require("try-resolve"));
34
34
  const SPECIAL_PACKAGE_NAME = [
35
+ "fontsettings", // → @honkit/honkit-plugin-fontsettings
35
36
  "highlight", // → @honkit/honkit-plugin-highlight
36
37
  "theme-default" // → @honkit/honkit-plugin-theme-default
37
38
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "honkit",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "description": "HonKit is building beautiful books using Markdown.",
5
5
  "keywords": [
6
6
  "git",
@@ -37,11 +37,12 @@
37
37
  "updateSnapshot": "jest src -u"
38
38
  },
39
39
  "dependencies": {
40
- "@honkit/asciidoc": "6.0.0",
41
- "@honkit/honkit-plugin-highlight": "6.0.0",
42
- "@honkit/honkit-plugin-theme-default": "6.0.0",
43
- "@honkit/html": "6.0.0",
44
- "@honkit/markdown-legacy": "6.0.0",
40
+ "@honkit/asciidoc": "6.0.1",
41
+ "@honkit/honkit-plugin-fontsettings": "6.0.1",
42
+ "@honkit/honkit-plugin-highlight": "6.0.1",
43
+ "@honkit/honkit-plugin-theme-default": "6.0.1",
44
+ "@honkit/html": "6.0.1",
45
+ "@honkit/markdown-legacy": "6.0.1",
45
46
  "bash-color": "^0.0.4",
46
47
  "cheerio": "^1.0.0",
47
48
  "chokidar": "^3.6.0",
@@ -58,7 +59,6 @@
58
59
  "extend": "^3.0.2",
59
60
  "flat-cache": "^2.0.1",
60
61
  "front-matter": "^2.3.0",
61
- "gitbook-plugin-fontsettings": "^2.0.0",
62
62
  "gitbook-plugin-livereload": "^0.0.1",
63
63
  "gitbook-plugin-lunr": "^1.2.0",
64
64
  "gitbook-plugin-search": "^2.2.1",
@@ -90,7 +90,7 @@
90
90
  "urijs": "^1.19.11"
91
91
  },
92
92
  "devDependencies": {
93
- "@honkit/internal-test-utils": "6.0.0",
93
+ "@honkit/internal-test-utils": "6.0.1",
94
94
  "@relmify/jest-serializer-strip-ansi": "^1.0.2",
95
95
  "@types/jest": "^29.5.13",
96
96
  "@types/node": "^22.7.4",
@@ -101,5 +101,5 @@
101
101
  "rimraf": "^3.0.2",
102
102
  "typescript": "^5.6.2"
103
103
  },
104
- "gitHead": "367fe659a4a33c656ae51a1ec75fff0447365f9f"
104
+ "gitHead": "8a67601b23ce480bce2bd1a8fb787f1f6f56656f"
105
105
  }