@pagelines/widget 1.0.637 → 1.0.639
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 -1
- package/dist/widget.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -14,4 +14,4 @@ pnpm build # Production IIFE bundle for CDN
|
|
|
14
14
|
|
|
15
15
|
Playground (`/playground/widget`) tests **built packages**. Run `pnpm sdk:build && pnpm widget:build` first.
|
|
16
16
|
|
|
17
|
-
**See `plans/architecture/widget.md` for architecture and CDN usage.**
|
|
17
|
+
**See `plans/architecture/architecture-widget.md` for architecture and CDN usage.**
|