@pagenary/publisher 2026.6.10 → 2026.6.11
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 +3 -1
- package/package.json +2 -1
- package/site/index.html +1 -1
- package/site/robots.txt +1 -1
- package/src/vendor/fortemi-aiwg-index.js +1 -1
package/README.md
CHANGED
|
@@ -89,7 +89,9 @@ inspect, build, or run the AIWG project from `~/dev/aiwg`.
|
|
|
89
89
|
- **Fortemi-backed full-text search** — ranked results with snippets over a static
|
|
90
90
|
chunked index emitted at build time; lazy chunk fetch (precache) and offset
|
|
91
91
|
paging for infinite scroll, with a clean in-browser fallback. No server, no WASM.
|
|
92
|
-
|
|
92
|
+
The engine is *vendored* (`@fortemi/core`) — see `docs/VENDORING.md` for the
|
|
93
|
+
process, `docs/ARCHITECTURE.md`, and
|
|
94
|
+
`.aiwg/architecture/adr/ADR-015-fortemi-core-search-adapter.md`.
|
|
93
95
|
- **Manifest-Driven Nav** — declarative navigation structure
|
|
94
96
|
- **Keyboard Navigation** — arrow keys, Enter to select
|
|
95
97
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pagenary/publisher",
|
|
3
|
-
"version": "2026.6.
|
|
3
|
+
"version": "2026.6.11",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Multi-tenant static publishing component for Pagenary platform.",
|
|
6
6
|
"license": "AGPL-3.0-or-later",
|
|
@@ -67,6 +67,7 @@
|
|
|
67
67
|
"terser": "^5.44.0"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
+
"@fortemi/core": "2026.6.6",
|
|
70
71
|
"jest": "^29.7.0"
|
|
71
72
|
}
|
|
72
73
|
}
|
package/site/index.html
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
</script>
|
|
22
22
|
<link rel="icon" type="image/png" href="./favicon.png" />
|
|
23
23
|
<link rel="stylesheet" href="./styles.css" />
|
|
24
|
-
<meta name="x-build" content="2026-06-17T21:
|
|
24
|
+
<meta name="x-build" content="2026-06-17T21:38:42.780Z" />
|
|
25
25
|
</head>
|
|
26
26
|
<body>
|
|
27
27
|
<a class="skip-link" href="#app">Skip to content</a>
|
package/site/robots.txt
CHANGED
|
@@ -796,4 +796,4 @@ function communityIdsFor(item, options) {
|
|
|
796
796
|
|
|
797
797
|
export { AIWG_SCAN_REQUIRED_FIELDS, aiwgDetailHrefForId, aiwgFortemiIndexToCommunityGraph, assertAiwgFortemiChunkManifest, assertAiwgFortemiChunkPart, assertAiwgFortemiIndexExport, buildAiwgChunkedIndex, createAiwgFetchChunkLoader, createAiwgFetchDetailLoader, createAiwgIndexController, createAiwgReviewDecisionExport, encodeAiwgDetailId, getAiwgFortemiFacets, queryAiwgFortemiIndex, validateAiwgFortemiChunkManifest, validateAiwgFortemiChunkPart, validateAiwgFortemiIndexExport };
|
|
798
798
|
//# sourceMappingURL=aiwg-index.js.map
|
|
799
|
-
//# sourceMappingURL=aiwg-index.js.map
|
|
799
|
+
//# sourceMappingURL=aiwg-index.js.map
|