Skip to content

Commit 09a191b

Browse files
16 bump
1 parent b330def commit 09a191b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/facade/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ These fields are NOT configurable via requirements — they are computed at runt
3535

3636
| Requirement | Default | Description |
3737
|---|---|---|
38-
| `fe_facade_url` | `https://web-host.wippy.ai/webcomponents-1.0.15` | CDN base URL for the Web Host frontend bundle |
38+
| `fe_facade_url` | `https://web-host.wippy.ai/webcomponents-1.0.16` | CDN base URL for the Web Host frontend bundle |
3939
| `fe_entry_path` | `/iframe.html` | Iframe HTML entry point path (appended to `fe_facade_url`) |
4040

4141
### App Identity
@@ -126,9 +126,9 @@ Only override what differs from defaults.
126126

127127
```json
128128
{
129-
"facade_url": "https://web-host.wippy.ai/webcomponents-1.0.15",
129+
"facade_url": "https://web-host.wippy.ai/webcomponents-1.0.16",
130130
"iframe_origin": "https://web-host.wippy.ai",
131-
"iframe_url": "https://web-host.wippy.ai/webcomponents-1.0.15/iframe.html?waitForCustomConfig",
131+
"iframe_url": "https://web-host.wippy.ai/webcomponents-1.0.16/iframe.html?waitForCustomConfig",
132132
"api_url": "http://localhost:8085",
133133
"ws_url": "ws://localhost:8085",
134134
"feature": {

src/facade/_index.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ entries:
3333
targets:
3434
- entry: wippy.facade:fe_facade_url
3535
path: .default
36-
default: https://web-host.wippy.ai/webcomponents-1.0.15
36+
default: https://web-host.wippy.ai/webcomponents-1.0.16
3737

3838
- name: fe_entry_path
3939
kind: ns.requirement

src/facade/config_handler_test.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ local function define_tests()
9393
end)
9494

9595
test.it("extracts iframe origin from facade URL", function()
96-
local facade_url = "https://web-host.wippy.ai/webcomponents-1.0.15"
96+
local facade_url = "https://web-host.wippy.ai/webcomponents-1.0.16"
9797
local origin = facade_url:match("^(https?://[^/]+)")
9898

9999
test.eq(origin, "https://web-host.wippy.ai")

0 commit comments

Comments
 (0)