Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion types/bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"https://bun.com"
],
"dependencies": {
"bun-types": "1.3.7"
"bun-types": "1.3.8"
},
"devDependencies": {
"@types/bun": "workspace:."
Expand Down
4 changes: 2 additions & 2 deletions types/google-publisher-tag/google-publisher-tag-tests.ts
Original file line number Diff line number Diff line change
@@ -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() {
Expand Down
12 changes: 11 additions & 1 deletion types/google-publisher-tag/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion types/google-publisher-tag/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions types/mparticle__web-sdk/package.json
Original file line number Diff line number Diff line change
@@ -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:."
Expand Down