@chapeaux/cpx-eddl
Advanced tools
Comparing version 0.50.0 to 0.51.0
@@ -1,3 +0,3 @@ | ||
export { Newsdesk } from './newsdesk.js'; | ||
export { ReporterEvent } from './reporter.js'; | ||
export { CPXReporter } from './cpx-reporter.js'; | ||
export { Newsdesk } from "./newsdesk.js"; | ||
export { ReporterEvent } from "./reporter.js"; | ||
export { CPXReporter } from "./cpx-reporter.js"; |
@@ -1,3 +0,3 @@ | ||
export { Newsdesk } from './newsdesk.js'; | ||
export { ReporterEvent } from './reporter.js'; | ||
export { CPXReporter } from './cpx-reporter.js'; | ||
export { Newsdesk } from "./newsdesk.js"; | ||
export { ReporterEvent } from "./reporter.js"; | ||
export { CPXReporter } from "./cpx-reporter.js"; |
{ | ||
"name": "@chapeaux/cpx-eddl", | ||
"version": "0.50.0", | ||
"version": "0.51.0", | ||
"description": "Chapeaux EDDL Component", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -27,3 +27,3 @@ function CombineEventData(payload, target, data) { | ||
"pageSubType": "", | ||
"pageStatus": "", | ||
"pageStatus": "published", | ||
previousPage: ((r) => { | ||
@@ -42,5 +42,5 @@ if (r) { | ||
"siteLanguage": "", | ||
"subsection": "", | ||
"subsection2": "", | ||
"subsection3": "" | ||
"subsection": subsections[0] || "", | ||
"subsection2": subsections[1] || "", | ||
"subsection3": subsections[2] || "" | ||
}, data); | ||
@@ -47,0 +47,0 @@ } |
32773