diff --git a/types/bun/package.json b/types/bun/package.json index 160577e832f726..97f3665e91ae0e 100644 --- a/types/bun/package.json +++ b/types/bun/package.json @@ -6,7 +6,7 @@ "https://bun.com" ], "dependencies": { - "bun-types": "1.3.7" + "bun-types": "1.3.8" }, "devDependencies": { "@types/bun": "workspace:." diff --git a/types/google-publisher-tag/google-publisher-tag-tests.ts b/types/google-publisher-tag/google-publisher-tag-tests.ts index e254460e32a512..d90a5e227b702f 100644 --- a/types/google-publisher-tag/google-publisher-tag-tests.ts +++ b/types/google-publisher-tag/google-publisher-tag-tests.ts @@ -1,5 +1,5 @@ -// Tests for Google Publisher Tag 1.20251117 -// Synced from: https://github.com/googleads/google-publisher-tag-types/commit/b4114e351762295c878195e3b243c2afdbb5b889 +// Tests for Google Publisher Tag 1.20260126 +// Synced from: https://github.com/googleads/google-publisher-tag-types/commit/73204dbcec799a1e93c07bdce1110a1e7e63b420 // Test for googletag.cmd function test_googletag_cmd() { diff --git a/types/google-publisher-tag/index.d.ts b/types/google-publisher-tag/index.d.ts index fd2dc394dc2e56..f30d216be12f46 100644 --- a/types/google-publisher-tag/index.d.ts +++ b/types/google-publisher-tag/index.d.ts @@ -841,7 +841,17 @@ declare namespace googletag { /** * Constructs and displays an ad slot with the given ad unit path and size. - * This method does not work with single request mode. + * + * This method is a shorthand equivalent to calling + * {@link googletag.defineSlot} followed immediately by + * {@link googletag.display}. + * + * The behavior of this method depends on whether + * {@link googletag.config.PageSettingsConfig.singleRequest | Single Request Architecture (SRA)} + * is enabled: + * * **SRA enabled:** All ad slots defined up to the point of this call will + * be batched and requested together. + * * **SRA disabled (default):** The ad slot will be requested individually. * * **Note:** When this method is called, a snapshot of the slot and page * state is created to ensure consistency when sending the ad request and diff --git a/types/google-publisher-tag/package.json b/types/google-publisher-tag/package.json index c7caa371ee7ca4..41741f3366ccfb 100644 --- a/types/google-publisher-tag/package.json +++ b/types/google-publisher-tag/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@types/google-publisher-tag", - "version": "1.20251117.9999", + "version": "1.20260126.9999", "nonNpm": "conflict", "nonNpmDescription": "Google Publisher Tag", "projects": [ diff --git a/types/mparticle__web-sdk/package.json b/types/mparticle__web-sdk/package.json index c5d54bc2569c3b..9651d22da6aabb 100644 --- a/types/mparticle__web-sdk/package.json +++ b/types/mparticle__web-sdk/package.json @@ -1,12 +1,12 @@ { "private": true, "name": "@types/mparticle__web-sdk", - "version": "2.20.9999", + "version": "2.54.9999", "projects": [ "https://github.com/mParticle/mparticle-web-sdk" ], "dependencies": { - "@mparticle/event-models": "^1.1.3" + "@mparticle/event-models": "^1.1.9" }, "devDependencies": { "@types/mparticle__web-sdk": "workspace:."