@schibsted/advertory 2.71.0 → 2.71.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core/aftenposten/es/index.css +1 -1
- package/core/aftenposten/es/index.d.ts +4 -0
- package/core/aftenposten/es/index.js +1 -1
- package/core/aftenposten/index.d.ts +4 -0
- package/core/aftenposten/index.js +1 -1
- package/core/aftenpostenv2/es/index.css +1 -1
- package/core/aftenpostenv2/es/index.d.ts +4 -0
- package/core/aftenpostenv2/es/index.js +1 -1
- package/core/aftonbladet/es/index.css +1 -1
- package/core/aftonbladet/es/index.d.ts +4 -0
- package/core/aftonbladet/index.d.ts +4 -0
- package/core/aftonbladetv2/es/index.css +1 -1
- package/core/aftonbladetv2/es/index.d.ts +4 -0
- package/core/bt/es/index.css +1 -1
- package/core/bt/es/index.d.ts +4 -0
- package/core/bt/es/index.js +1 -1
- package/core/bt/index.d.ts +4 -0
- package/core/bt/index.js +1 -1
- package/core/e24/es/index.css +1 -1
- package/core/e24/es/index.d.ts +4 -0
- package/core/e24/es/index.js +1 -1
- package/core/e24/index.d.ts +4 -0
- package/core/e24/index.js +1 -1
- package/core/fotbollskanalen/es/index.css +1 -1
- package/core/fotbollskanalen/es/index.d.ts +4 -0
- package/core/fotbollskanalen/index.d.ts +4 -0
- package/core/godare/index.d.ts +4 -0
- package/core/godt/index.d.ts +4 -0
- package/core/klart/index.d.ts +4 -0
- package/core/koket/es/index.css +1 -1
- package/core/koket/es/index.d.ts +4 -0
- package/core/koket/index.d.ts +4 -0
- package/core/kompakt/index.d.ts +4 -0
- package/core/minmote/index.d.ts +4 -0
- package/core/pent/index.d.ts +4 -0
- package/core/sa/es/index.css +1 -1
- package/core/sa/es/index.d.ts +4 -0
- package/core/sa/es/index.js +1 -1
- package/core/sa/index.d.ts +4 -0
- package/core/sa/index.js +1 -1
- package/core/sav2/es/index.css +1 -1
- package/core/sav2/es/index.d.ts +4 -0
- package/core/sav2/es/index.js +1 -1
- package/core/svd/es/index.css +1 -1
- package/core/svd/es/index.d.ts +4 -0
- package/core/svd/index.d.ts +4 -0
- package/core/svdv2/es/index.css +1 -1
- package/core/svdv2/es/index.d.ts +4 -0
- package/core/tek/index.d.ts +4 -0
- package/core/tek/index.js +1 -1
- package/core/tv4/es/index.css +1 -1
- package/core/tv4/es/index.d.ts +4 -0
- package/core/tv4/index.d.ts +4 -0
- package/core/tvnu/index.d.ts +4 -0
- package/core/vg/es/index.css +1 -1
- package/core/vg/es/index.d.ts +4 -0
- package/core/vg/es/index.js +1 -1
- package/core/vg/index.d.ts +4 -0
- package/core/vg/index.js +1 -1
- package/core/vgv2/es/index.css +1 -1
- package/core/vgv2/es/index.d.ts +4 -0
- package/core/vgv2/es/index.js +1 -1
- package/features/ad-native/index.d.ts +2 -0
- package/features/dr-edition/es/index.d.ts +2 -0
- package/features/dr-edition/index.d.ts +2 -0
- package/features/kilkaya/es/index.d.ts +2 -0
- package/features/kilkaya/index.d.ts +2 -0
- package/features/tracker/index.d.ts +2 -0
- package/package.json +1 -1
- package/sites/aftenposten/es/index.css +1 -1
- package/sites/aftenpostenv2/es/index.css +1 -1
- package/sites/aftonbladet/es/index.css +1 -1
- package/sites/aftonbladetv2/es/index.css +1 -1
- package/sites/bt/es/index.css +1 -1
- package/sites/e24/es/index.css +1 -1
- package/sites/fotbollskanalen/es/index.css +1 -1
- package/sites/koket/es/index.css +1 -1
- package/sites/sa/es/index.css +1 -1
- package/sites/sav2/es/index.css +1 -1
- package/sites/svd/es/index.css +1 -1
- package/sites/svdv2/es/index.css +1 -1
- package/sites/vg/es/index.css +1 -1
- package/sites/vgv2/es/index.css +1 -1
- package/styles/svdv2/styles.css +1 -1
- package/types/core/interface/config.d.ts +2 -0
- package/types/features/interface/finn-blink.d.ts +3 -0
|
@@ -334,6 +334,7 @@ interface FinnBlinkConfig {
|
|
|
334
334
|
channel?: string;
|
|
335
335
|
userId?: string;
|
|
336
336
|
uuid?: string;
|
|
337
|
+
identifierUrl?: string;
|
|
337
338
|
theme?: Theme;
|
|
338
339
|
replacementConfig?: {
|
|
339
340
|
adsToReplace?: Array<Array<string>>;
|
|
@@ -356,6 +357,7 @@ interface FinnBlinkPlacementConfig {
|
|
|
356
357
|
theme?: Theme;
|
|
357
358
|
advertoryTheme?: string;
|
|
358
359
|
loadOnlyFinnBlink?: boolean;
|
|
360
|
+
useNewConstructor?: boolean;
|
|
359
361
|
}
|
|
360
362
|
interface PrebidConfig {
|
|
361
363
|
enabled: boolean;
|
|
@@ -261,6 +261,7 @@ interface FinnBlinkConfig {
|
|
|
261
261
|
channel?: string;
|
|
262
262
|
userId?: string;
|
|
263
263
|
uuid?: string;
|
|
264
|
+
identifierUrl?: string;
|
|
264
265
|
theme?: Theme;
|
|
265
266
|
replacementConfig?: {
|
|
266
267
|
adsToReplace?: Array<Array<string>>;
|
|
@@ -283,6 +284,7 @@ interface FinnBlinkPlacementConfig {
|
|
|
283
284
|
theme?: Theme;
|
|
284
285
|
advertoryTheme?: string;
|
|
285
286
|
loadOnlyFinnBlink?: boolean;
|
|
287
|
+
useNewConstructor?: boolean;
|
|
286
288
|
}
|
|
287
289
|
interface PrebidConfig {
|
|
288
290
|
enabled: boolean;
|
|
@@ -261,6 +261,7 @@ interface FinnBlinkConfig {
|
|
|
261
261
|
channel?: string;
|
|
262
262
|
userId?: string;
|
|
263
263
|
uuid?: string;
|
|
264
|
+
identifierUrl?: string;
|
|
264
265
|
theme?: Theme;
|
|
265
266
|
replacementConfig?: {
|
|
266
267
|
adsToReplace?: Array<Array<string>>;
|
|
@@ -283,6 +284,7 @@ interface FinnBlinkPlacementConfig {
|
|
|
283
284
|
theme?: Theme;
|
|
284
285
|
advertoryTheme?: string;
|
|
285
286
|
loadOnlyFinnBlink?: boolean;
|
|
287
|
+
useNewConstructor?: boolean;
|
|
286
288
|
}
|
|
287
289
|
interface PrebidConfig {
|
|
288
290
|
enabled: boolean;
|
|
@@ -257,6 +257,7 @@ interface FinnBlinkConfig {
|
|
|
257
257
|
channel?: string;
|
|
258
258
|
userId?: string;
|
|
259
259
|
uuid?: string;
|
|
260
|
+
identifierUrl?: string;
|
|
260
261
|
theme?: Theme;
|
|
261
262
|
replacementConfig?: {
|
|
262
263
|
adsToReplace?: Array<Array<string>>;
|
|
@@ -279,6 +280,7 @@ interface FinnBlinkPlacementConfig {
|
|
|
279
280
|
theme?: Theme;
|
|
280
281
|
advertoryTheme?: string;
|
|
281
282
|
loadOnlyFinnBlink?: boolean;
|
|
283
|
+
useNewConstructor?: boolean;
|
|
282
284
|
}
|
|
283
285
|
interface PrebidConfig {
|
|
284
286
|
enabled: boolean;
|
|
@@ -257,6 +257,7 @@ interface FinnBlinkConfig {
|
|
|
257
257
|
channel?: string;
|
|
258
258
|
userId?: string;
|
|
259
259
|
uuid?: string;
|
|
260
|
+
identifierUrl?: string;
|
|
260
261
|
theme?: Theme;
|
|
261
262
|
replacementConfig?: {
|
|
262
263
|
adsToReplace?: Array<Array<string>>;
|
|
@@ -279,6 +280,7 @@ interface FinnBlinkPlacementConfig {
|
|
|
279
280
|
theme?: Theme;
|
|
280
281
|
advertoryTheme?: string;
|
|
281
282
|
loadOnlyFinnBlink?: boolean;
|
|
283
|
+
useNewConstructor?: boolean;
|
|
282
284
|
}
|
|
283
285
|
interface PrebidConfig {
|
|
284
286
|
enabled: boolean;
|
|
@@ -281,6 +281,7 @@ interface FinnBlinkConfig {
|
|
|
281
281
|
channel?: string;
|
|
282
282
|
userId?: string;
|
|
283
283
|
uuid?: string;
|
|
284
|
+
identifierUrl?: string;
|
|
284
285
|
theme?: Theme;
|
|
285
286
|
replacementConfig?: {
|
|
286
287
|
adsToReplace?: Array<Array<string>>;
|
|
@@ -303,6 +304,7 @@ interface FinnBlinkPlacementConfig {
|
|
|
303
304
|
theme?: Theme;
|
|
304
305
|
advertoryTheme?: string;
|
|
305
306
|
loadOnlyFinnBlink?: boolean;
|
|
307
|
+
useNewConstructor?: boolean;
|
|
306
308
|
}
|
|
307
309
|
interface PrebidConfig {
|
|
308
310
|
enabled: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@schibsted/advertory",
|
|
3
|
-
"version": "2.71.
|
|
3
|
+
"version": "2.71.2",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "node node_modules/rollup/dist/bin/rollup -c rollup-config/default.mjs && npm run post:build",
|
|
6
6
|
"build:dev": "MODE=dev NODE_OPTIONS=--max-old-space-size=131072 npm run build",
|