@pagenary/publisher 2026.6.10 → 2026.6.12

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 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
- See `docs/ARCHITECTURE.md` and `.aiwg/architecture/adr/ADR-015-fortemi-core-search-adapter.md`.
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.10",
3
+ "version": "2026.6.12",
4
4
  "type": "module",
5
5
  "description": "Multi-tenant static publishing component for Pagenary platform.",
6
6
  "license": "AGPL-3.0-or-later",
@@ -64,9 +64,10 @@
64
64
  "node": ">=16"
65
65
  },
66
66
  "optionalDependencies": {
67
- "terser": "^5.44.0"
67
+ "terser": "^5.48.0"
68
68
  },
69
69
  "devDependencies": {
70
- "jest": "^29.7.0"
70
+ "@fortemi/core": "2026.6.7",
71
+ "jest": "^30.4.2"
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:08:05.316Z" />
24
+ <meta name="x-build" content="2026-06-18T17:44:12.862Z" />
25
25
  </head>
26
26
  <body>
27
27
  <a class="skip-link" href="#app">Skip to content</a>
@@ -27,7 +27,7 @@
27
27
  "headline": "API Reference",
28
28
  "description": "Module-level documentation for the publisher internals.",
29
29
  "url": "https://docs.pagenary.com/pages/api.html",
30
- "dateModified": "2026-06-17",
30
+ "dateModified": "2026-06-18",
31
31
  "mainEntityOfPage": {
32
32
  "@type": "WebPage",
33
33
  "@id": "https://docs.pagenary.com/pages/api.html"
@@ -27,7 +27,7 @@
27
27
  "headline": "Architecture",
28
28
  "description": "The static SPA pattern, build pipeline, and tenant content model.",
29
29
  "url": "https://docs.pagenary.com/pages/architecture.html",
30
- "dateModified": "2026-06-17",
30
+ "dateModified": "2026-06-18",
31
31
  "mainEntityOfPage": {
32
32
  "@type": "WebPage",
33
33
  "@id": "https://docs.pagenary.com/pages/architecture.html"
@@ -27,7 +27,7 @@
27
27
  "headline": "Deployment",
28
28
  "description": "Hosting the static output and multi-tenant domain routing.",
29
29
  "url": "https://docs.pagenary.com/pages/deployment.html",
30
- "dateModified": "2026-06-17",
30
+ "dateModified": "2026-06-18",
31
31
  "mainEntityOfPage": {
32
32
  "@type": "WebPage",
33
33
  "@id": "https://docs.pagenary.com/pages/deployment.html"
@@ -27,7 +27,7 @@
27
27
  "headline": "Developer Guide",
28
28
  "description": "Project layout, scripts, and the content authoring workflow.",
29
29
  "url": "https://docs.pagenary.com/pages/developer-guide.html",
30
- "dateModified": "2026-06-17",
30
+ "dateModified": "2026-06-18",
31
31
  "mainEntityOfPage": {
32
32
  "@type": "WebPage",
33
33
  "@id": "https://docs.pagenary.com/pages/developer-guide.html"
@@ -27,7 +27,7 @@
27
27
  "headline": "Extending",
28
28
  "description": "Add section templates, content types, and build behaviors.",
29
29
  "url": "https://docs.pagenary.com/pages/extending.html",
30
- "dateModified": "2026-06-17",
30
+ "dateModified": "2026-06-18",
31
31
  "mainEntityOfPage": {
32
32
  "@type": "WebPage",
33
33
  "@id": "https://docs.pagenary.com/pages/extending.html"
@@ -27,7 +27,7 @@
27
27
  "headline": "Quickstart",
28
28
  "description": "Install, build the default bundle, and serve it locally.",
29
29
  "url": "https://docs.pagenary.com/pages/quickstart.html",
30
- "dateModified": "2026-06-17",
30
+ "dateModified": "2026-06-18",
31
31
  "mainEntityOfPage": {
32
32
  "@type": "WebPage",
33
33
  "@id": "https://docs.pagenary.com/pages/quickstart.html"
@@ -27,7 +27,7 @@
27
27
  "headline": "SEO Strategy",
28
28
  "description": "Metadata, hash-routing considerations, and discoverability.",
29
29
  "url": "https://docs.pagenary.com/pages/seo-strategy.html",
30
- "dateModified": "2026-06-17",
30
+ "dateModified": "2026-06-18",
31
31
  "mainEntityOfPage": {
32
32
  "@type": "WebPage",
33
33
  "@id": "https://docs.pagenary.com/pages/seo-strategy.html"
@@ -27,7 +27,7 @@
27
27
  "headline": "Tenant Configuration",
28
28
  "description": "Every config.json option: branding, theming, SEO, and export.",
29
29
  "url": "https://docs.pagenary.com/pages/tenant-config.html",
30
- "dateModified": "2026-06-17",
30
+ "dateModified": "2026-06-18",
31
31
  "mainEntityOfPage": {
32
32
  "@type": "WebPage",
33
33
  "@id": "https://docs.pagenary.com/pages/tenant-config.html"
@@ -27,7 +27,7 @@
27
27
  "headline": "Theming Recipes",
28
28
  "description": "Copy-paste recipes for colors, fonts, and nav positions — with live demos.",
29
29
  "url": "https://docs.pagenary.com/pages/theming-recipes.html",
30
- "dateModified": "2026-06-17",
30
+ "dateModified": "2026-06-18",
31
31
  "mainEntityOfPage": {
32
32
  "@type": "WebPage",
33
33
  "@id": "https://docs.pagenary.com/pages/theming-recipes.html"
@@ -27,7 +27,7 @@
27
27
  "headline": "Welcome",
28
28
  "description": "What Pagenary is and how this dogfooded portal is built.",
29
29
  "url": "https://docs.pagenary.com/pages/welcome.html",
30
- "dateModified": "2026-06-17",
30
+ "dateModified": "2026-06-18",
31
31
  "mainEntityOfPage": {
32
32
  "@type": "WebPage",
33
33
  "@id": "https://docs.pagenary.com/pages/welcome.html"
package/site/robots.txt CHANGED
@@ -1,5 +1,5 @@
1
1
  # Pagenary Docs
2
- # Generated: 2026-06-17T21:08:06.023Z
2
+ # Generated: 2026-06-18T17:44:13.537Z
3
3
 
4
4
  User-agent: *
5
5
  Allow: /
package/site/sitemap.xml CHANGED
@@ -2,67 +2,67 @@
2
2
  <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3
3
  <url>
4
4
  <loc>https://docs.pagenary.com/</loc>
5
- <lastmod>2026-06-17</lastmod>
5
+ <lastmod>2026-06-18</lastmod>
6
6
  <changefreq>weekly</changefreq>
7
7
  <priority>1.0</priority>
8
8
  </url>
9
9
  <url>
10
10
  <loc>https://docs.pagenary.com/pages/welcome.html</loc>
11
- <lastmod>2026-06-17</lastmod>
11
+ <lastmod>2026-06-18</lastmod>
12
12
  <changefreq>monthly</changefreq>
13
13
  <priority>0.8</priority>
14
14
  </url>
15
15
  <url>
16
16
  <loc>https://docs.pagenary.com/pages/quickstart.html</loc>
17
- <lastmod>2026-06-17</lastmod>
17
+ <lastmod>2026-06-18</lastmod>
18
18
  <changefreq>monthly</changefreq>
19
19
  <priority>0.6</priority>
20
20
  </url>
21
21
  <url>
22
22
  <loc>https://docs.pagenary.com/pages/developer-guide.html</loc>
23
- <lastmod>2026-06-17</lastmod>
23
+ <lastmod>2026-06-18</lastmod>
24
24
  <changefreq>monthly</changefreq>
25
25
  <priority>0.6</priority>
26
26
  </url>
27
27
  <url>
28
28
  <loc>https://docs.pagenary.com/pages/tenant-config.html</loc>
29
- <lastmod>2026-06-17</lastmod>
29
+ <lastmod>2026-06-18</lastmod>
30
30
  <changefreq>monthly</changefreq>
31
31
  <priority>0.6</priority>
32
32
  </url>
33
33
  <url>
34
34
  <loc>https://docs.pagenary.com/pages/theming-recipes.html</loc>
35
- <lastmod>2026-06-17</lastmod>
35
+ <lastmod>2026-06-18</lastmod>
36
36
  <changefreq>monthly</changefreq>
37
37
  <priority>0.6</priority>
38
38
  </url>
39
39
  <url>
40
40
  <loc>https://docs.pagenary.com/pages/extending.html</loc>
41
- <lastmod>2026-06-17</lastmod>
41
+ <lastmod>2026-06-18</lastmod>
42
42
  <changefreq>monthly</changefreq>
43
43
  <priority>0.6</priority>
44
44
  </url>
45
45
  <url>
46
46
  <loc>https://docs.pagenary.com/pages/architecture.html</loc>
47
- <lastmod>2026-06-17</lastmod>
47
+ <lastmod>2026-06-18</lastmod>
48
48
  <changefreq>monthly</changefreq>
49
49
  <priority>0.6</priority>
50
50
  </url>
51
51
  <url>
52
52
  <loc>https://docs.pagenary.com/pages/api.html</loc>
53
- <lastmod>2026-06-17</lastmod>
53
+ <lastmod>2026-06-18</lastmod>
54
54
  <changefreq>monthly</changefreq>
55
55
  <priority>0.6</priority>
56
56
  </url>
57
57
  <url>
58
58
  <loc>https://docs.pagenary.com/pages/deployment.html</loc>
59
- <lastmod>2026-06-17</lastmod>
59
+ <lastmod>2026-06-18</lastmod>
60
60
  <changefreq>monthly</changefreq>
61
61
  <priority>0.6</priority>
62
62
  </url>
63
63
  <url>
64
64
  <loc>https://docs.pagenary.com/pages/seo-strategy.html</loc>
65
- <lastmod>2026-06-17</lastmod>
65
+ <lastmod>2026-06-18</lastmod>
66
66
  <changefreq>monthly</changefreq>
67
67
  <priority>0.6</priority>
68
68
  </url>
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VENDORED — @fortemi/core/aiwg-index
3
3
  *
4
- * Source : @fortemi/core@2026.6.6 → dist/aiwg-index.js
4
+ * Source : @fortemi/core@2026.6.7 → dist/aiwg-index.js
5
5
  * SHA-256: 70cb729f18d7fb901606737b5ede8dcb2eac7704176aae60d7d6fc10f9508c42 (upstream dist file)
6
6
  * License: AGPL-3.0-only (compatible with this package's AGPL-3.0-or-later)
7
7
  * Why : Pagenary's publisher build is a no-bundler copy-src→dist pipeline that
@@ -12,7 +12,9 @@
12
12
  * Update : Re-vendor by copying the dist file from a newer @fortemi/core release
13
13
  * and refreshing the SHA-256 above. Do not hand-edit below this banner.
14
14
  * 6.5 adds encodeAiwgDetailId / aiwgDetailHrefForId + a transparent
15
- * query match-cache (additive); 6.4 and 6.6 are doc-only.
15
+ * query match-cache (additive); 6.4, 6.6 and 6.7 ship an identical
16
+ * aiwg-index dist (the 6.7 dist is byte-for-byte equal to 6.6 — the
17
+ * 6.7 release changed other parts of the package, not this surface).
16
18
  */
17
19
  // src/aiwg-index.ts
18
20
  var AIWG_SCAN_REQUIRED_FIELDS = [
@@ -796,4 +798,4 @@ function communityIdsFor(item, options) {
796
798
 
797
799
  export { AIWG_SCAN_REQUIRED_FIELDS, aiwgDetailHrefForId, aiwgFortemiIndexToCommunityGraph, assertAiwgFortemiChunkManifest, assertAiwgFortemiChunkPart, assertAiwgFortemiIndexExport, buildAiwgChunkedIndex, createAiwgFetchChunkLoader, createAiwgFetchDetailLoader, createAiwgIndexController, createAiwgReviewDecisionExport, encodeAiwgDetailId, getAiwgFortemiFacets, queryAiwgFortemiIndex, validateAiwgFortemiChunkManifest, validateAiwgFortemiChunkPart, validateAiwgFortemiIndexExport };
798
800
  //# sourceMappingURL=aiwg-index.js.map
799
- //# sourceMappingURL=aiwg-index.js.map
801
+ //# sourceMappingURL=aiwg-index.js.map