@guardian/commercial-core 27.1.0 → 27.2.0
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/dist/cjs/global.d.ts +2 -1
- package/dist/cjs/types.d.ts +2 -1
- package/dist/esm/global.d.ts +2 -1
- package/dist/esm/types.d.ts +2 -1
- package/package.json +3 -3
package/dist/cjs/global.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { EventTimer } from './event-timer';
|
|
2
|
-
import type { AdBlockers, Apstag, ArticleCounts, ComscoreGlobals, Confiant, Config, DfpEnv, FetchBidResponse, GoogleTagParams, GoogleTrackConversionObject, HeaderNotification, IasPET, NetworkInformation, NSdkInstance, Ophan, OptOutAdSlot, OptOutInitializeOptions, Permutive, SafeFrameAPI, TeadsAnalytics, Trac } from './types';
|
|
2
|
+
import type { AdBlockers, Admiral, Apstag, ArticleCounts, ComscoreGlobals, Confiant, Config, DfpEnv, FetchBidResponse, GoogleTagParams, GoogleTrackConversionObject, HeaderNotification, IasPET, NetworkInformation, NSdkInstance, Ophan, OptOutAdSlot, OptOutInitializeOptions, Permutive, SafeFrameAPI, TeadsAnalytics, Trac } from './types';
|
|
3
3
|
declare global {
|
|
4
4
|
interface Navigator {
|
|
5
5
|
readonly connection?: NetworkInformation;
|
|
@@ -67,5 +67,6 @@ declare global {
|
|
|
67
67
|
cmd: string;
|
|
68
68
|
val: Record<string, unknown>;
|
|
69
69
|
}>;
|
|
70
|
+
admiral?: Admiral;
|
|
70
71
|
}
|
|
71
72
|
}
|
package/dist/cjs/types.d.ts
CHANGED
|
@@ -424,4 +424,5 @@ type GoogleTrackConversionObject = {
|
|
|
424
424
|
google_custom_params: GoogleTagParams;
|
|
425
425
|
google_remarketing_only: boolean;
|
|
426
426
|
};
|
|
427
|
-
|
|
427
|
+
type Admiral = (action?: string, eventName?: string, callback?: (eventData: Record<string, unknown>) => void) => void;
|
|
428
|
+
export type { Advert, DfpEnv, ConnectionType, NetworkInformation, OphanRecordFunction, Indices, Edition, AdsConfigDisabled, AdsConfigEnabled, AdsConfigBasic, AdsConfigUSNATorAus, AdsConfigTCFV2, AdsConfig, AdTargetingBuilder, Ophan, Config, AdBlockers, ArticleCounts, FetchBidResponse, HeaderNotification, OptOutInitializeOptions, OptOutAdSlot, Confiant, Permutive, Apstag, ComscoreGlobals, IasPET, TeadsAnalytics, SafeFrameAPI, NSdkInstance, Trac, GoogleTagParams, GoogleTrackConversionObject, Admiral, };
|
package/dist/esm/global.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { EventTimer } from './event-timer';
|
|
2
|
-
import type { AdBlockers, Apstag, ArticleCounts, ComscoreGlobals, Confiant, Config, DfpEnv, FetchBidResponse, GoogleTagParams, GoogleTrackConversionObject, HeaderNotification, IasPET, NetworkInformation, NSdkInstance, Ophan, OptOutAdSlot, OptOutInitializeOptions, Permutive, SafeFrameAPI, TeadsAnalytics, Trac } from './types';
|
|
2
|
+
import type { AdBlockers, Admiral, Apstag, ArticleCounts, ComscoreGlobals, Confiant, Config, DfpEnv, FetchBidResponse, GoogleTagParams, GoogleTrackConversionObject, HeaderNotification, IasPET, NetworkInformation, NSdkInstance, Ophan, OptOutAdSlot, OptOutInitializeOptions, Permutive, SafeFrameAPI, TeadsAnalytics, Trac } from './types';
|
|
3
3
|
declare global {
|
|
4
4
|
interface Navigator {
|
|
5
5
|
readonly connection?: NetworkInformation;
|
|
@@ -67,5 +67,6 @@ declare global {
|
|
|
67
67
|
cmd: string;
|
|
68
68
|
val: Record<string, unknown>;
|
|
69
69
|
}>;
|
|
70
|
+
admiral?: Admiral;
|
|
70
71
|
}
|
|
71
72
|
}
|
package/dist/esm/types.d.ts
CHANGED
|
@@ -424,4 +424,5 @@ type GoogleTrackConversionObject = {
|
|
|
424
424
|
google_custom_params: GoogleTagParams;
|
|
425
425
|
google_remarketing_only: boolean;
|
|
426
426
|
};
|
|
427
|
-
|
|
427
|
+
type Admiral = (action?: string, eventName?: string, callback?: (eventData: Record<string, unknown>) => void) => void;
|
|
428
|
+
export type { Advert, DfpEnv, ConnectionType, NetworkInformation, OphanRecordFunction, Indices, Edition, AdsConfigDisabled, AdsConfigEnabled, AdsConfigBasic, AdsConfigUSNATorAus, AdsConfigTCFV2, AdsConfig, AdTargetingBuilder, Ophan, Config, AdBlockers, ArticleCounts, FetchBidResponse, HeaderNotification, OptOutInitializeOptions, OptOutAdSlot, Confiant, Permutive, Apstag, ComscoreGlobals, IasPET, TeadsAnalytics, SafeFrameAPI, NSdkInstance, Trac, GoogleTagParams, GoogleTrackConversionObject, Admiral, };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@guardian/commercial-core",
|
|
3
|
-
"version": "27.
|
|
3
|
+
"version": "27.2.0",
|
|
4
4
|
"description": "Guardian advertising business logic",
|
|
5
5
|
"homepage": "https://github.com/guardian/commercial#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"@guardian/ab-core": "8.0.1",
|
|
34
|
-
"@guardian/libs": "
|
|
34
|
+
"@guardian/libs": "25.2.0"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@guardian/ab-core": "8.0.1",
|
|
38
|
-
"@guardian/libs": "
|
|
38
|
+
"@guardian/libs": "25.2.0",
|
|
39
39
|
"@types/googletag": "~3.3.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|