wiki-search-index 0.1.1 → 0.1.2
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/README.md +1 -0
- package/builder/wiki-index.mjs +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -54,6 +54,7 @@ Run locally: `python3 -m http.server` from the repo root, then open
|
|
|
54
54
|
|
|
55
55
|
## Release notes
|
|
56
56
|
|
|
57
|
+
- 0.1.2 _Fix: the published CLI was missing its execute bit, so `npx wiki-search-index` failed — now runnable._
|
|
57
58
|
- 0.1.1 _HTML entities (`—`, `Ӓ`, …) are decoded so they no longer pollute the index._
|
|
58
59
|
- 0.1.0 _Initial release of the `wiki-search-index` builder._
|
|
59
60
|
|
package/builder/wiki-index.mjs
CHANGED
|
File without changes
|