@financial-times/x-live-blog-wrapper
Advanced tools
Comparing version 0.0.22 to 0.0.23
@@ -116,3 +116,3 @@ 'use strict'; | ||
var eventSource = new EventSource("http://localhost:3003/v2/liveblog/".concat(liveBlogPackageUuid), { | ||
var eventSource = new EventSource("https://next-live-event.ft.com/v2/liveblog/".concat(liveBlogPackageUuid), { | ||
withCredentials: true | ||
@@ -119,0 +119,0 @@ }); |
@@ -116,3 +116,3 @@ 'use strict'; | ||
var eventSource = new EventSource("http://localhost:3003/v2/liveblog/".concat(liveBlogPackageUuid), { | ||
var eventSource = new EventSource("https://next-live-event.ft.com/v2/liveblog/".concat(liveBlogPackageUuid), { | ||
withCredentials: true | ||
@@ -119,0 +119,0 @@ }); |
@@ -112,3 +112,3 @@ import { h } from '@financial-times/x-engine'; | ||
var eventSource = new EventSource("http://localhost:3003/v2/liveblog/".concat(liveBlogPackageUuid), { | ||
var eventSource = new EventSource("https://next-live-event.ft.com/v2/liveblog/".concat(liveBlogPackageUuid), { | ||
withCredentials: true | ||
@@ -115,0 +115,0 @@ }); |
{ | ||
"name": "@financial-times/x-live-blog-wrapper", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/LiveBlogWrapper.cjs.js", |
32804