File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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.14 ` | CDN base URL for the Web Host frontend bundle |
38+ | ` fe_facade_url ` | ` https://web-host.wippy.ai/webcomponents-1.0.15 ` | 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.14 ",
129+ "facade_url": "https://web-host.wippy.ai/webcomponents-1.0.15 ",
130130 "iframe_origin": "https://web-host.wippy.ai",
131- "iframe_url": "https://web-host.wippy.ai/webcomponents-1.0.14 /iframe.html?waitForCustomConfig",
131+ "iframe_url": "https://web-host.wippy.ai/webcomponents-1.0.15 /iframe.html?waitForCustomConfig",
132132 "api_url": "http://localhost:8085",
133133 "ws_url": "ws://localhost:8085",
134134 "feature": {
Original file line number Diff line number Diff 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.14
36+ default : https://web-host.wippy.ai/webcomponents-1.0.15
3737
3838 - name : fe_entry_path
3939 kind : ns.requirement
Original file line number Diff line number Diff 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.14 "
96+ local facade_url = " https://web-host.wippy.ai/webcomponents-1.0.15 "
9797 local origin = facade_url :match (" ^(https?://[^/]+)" )
9898
9999 test .eq (origin , " https://web-host.wippy.ai" )
You can’t perform that action at this time.
0 commit comments