Conversation
Updates the four facade references that pin the Wippy Web Host CDN version: `_index.yaml` default, `Makefile` build constant, README sample config, and the integration test fixture.
AndrewKirkovski
added a commit
to wippyai/app-template
that referenced
this pull request
Apr 30, 2026
Updates all consumer package.json files to ^0.0.26 across the 9 applications + web components, refreshes their package-lock.json from clean installs, and bumps the four CSS asset URLs in static/login.html from webcomponents-1.0.25 to webcomponents-1.0.26. Builds verified clean for all 9 packages against the freshly-published @wippy-fe/* 0.0.26 set; smoke test (wippy backend serving production build, login page renders, four web-host CDN assets HTTP 200) passed. Pairs with wippyai/framework#51 (facade default).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Wippy Web Host `1.0.26` is already deployed at `web-host.wippy.ai/webcomponents-1.0.26/` and the supporting npm packages (`@wippy-fe/*@0.0.26`) are published. Verified end-to-end with app-template clean rebuild + smoke (login page renders, all four CSS assets fetched HTTP 200).