@publier/shell 3.3.2 → 3.3.3

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.
@@ -5,7 +5,7 @@
5
5
  * The shell's lazy-upgrade bootstrap (`runtime/lazy-upgrade-init.ts`) dynamic-imports
6
6
  * THIS module instead of directly importing each custom-element package.
7
7
  * Resolving through a shell-local path ensures the consumer's bundler
8
- * (Vite 8/Rolldown in publier-website) follows the import graph through
8
+ * (Vite 8/Rolldown in the marketing-sites dogfood site) follows the import graph through
9
9
  * `@publier/shell`'s own node_modules, where `@github/clipboard-copy-element`
10
10
  * and `@github/tab-container-element` are guaranteed to resolve — they are
11
11
  * declared dependencies of `@publier/shell` itself.
@@ -32,7 +32,7 @@ declare const upgradeThemeToggle: () => Promise<unknown>;
32
32
  * `@github/*` elements do: the bootstrap's dynamic import through a
33
33
  * shell-local path is what makes the consumer's bundler emit the dependency
34
34
  * (a processed `<script>` in the primitives component was silently dropped
35
- * from consumer builds — publier-website KI-2). Triggered by the bootstrap's
35
+ * from consumer builds — marketing-sites dogfood site KI-2). Triggered by the bootstrap's
36
36
  * paint-visible scan, like `<relative-time>`; the runtime module re-wires
37
37
  * itself on `astro:page-load` after the first import.
38
38
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@publier/shell",
3
- "version": "3.3.2",
3
+ "version": "3.3.3",
4
4
  "license": "UNLICENSED",
5
5
  "description": "Qwik + Astro docs layout for Publier sites.",
6
6
  "_filesRationale": "mixed: dist for build-time TS + source globs for shipped .astro components",
@@ -115,7 +115,7 @@
115
115
  "@github/clipboard-copy-element": "^1.3.2",
116
116
  "@github/relative-time-element": "^5.3.1",
117
117
  "@github/tab-container-element": "^4.9.0",
118
- "@publier/native": "2.1.0",
118
+ "@publier/native": "2.1.1",
119
119
  "@tailwindcss/typography": "^0.5.20",
120
120
  "astro-pagefind": "^2.0.1",
121
121
  "daisyui": "^5.7.22",