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
1 change: 1 addition & 0 deletions types/pxr-oneline/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ declare namespace OneLine {
facebook: boolean;
google_maps: boolean;
spotify: boolean;
jwplayer: boolean;
};
}

Expand Down
2 changes: 1 addition & 1 deletion types/pxr-oneline/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@types/pxr-oneline",
"version": "1.6.9999",
"version": "1.7.9999",
"nonNpm": true,
"nonNpmDescription": "The OneLine handles all the logic needed for a publisher to serve ads.",
"projects": [
Expand Down
2 changes: 1 addition & 1 deletion types/webxr/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ interface XRProjectionLayer extends XRCompositionLayer {
readonly textureWidth: number;
readonly textureHeight: number;
readonly textureArrayLength: number;
readonly ignoreDepthValues: number;
readonly ignoreDepthValues: boolean;
fixedFoveation: number;
}

Expand Down