Skip to content

Commit

Permalink
馃 Update core dependencies (#1335)
Browse files Browse the repository at this point in the history
Co-authored-by: saschanaz <saschanaz@users.noreply.github.com>
  • Loading branch information
typescript-bot and saschanaz committed May 18, 2022
1 parent 469bd54 commit bdf9e19
Show file tree
Hide file tree
Showing 5 changed files with 128 additions and 124 deletions.
1 change: 1 addition & 0 deletions baselines/dom.generated.d.ts
Expand Up @@ -10862,6 +10862,7 @@ declare var PushManager: {
*/
interface PushSubscription {
readonly endpoint: string;
readonly expirationTime: EpochTimeStamp | null;
readonly options: PushSubscriptionOptions;
getKey(name: PushEncryptionKeyName): ArrayBuffer | null;
toJSON(): PushSubscriptionJSON;
Expand Down
1 change: 1 addition & 0 deletions baselines/serviceworker.generated.d.ts
Expand Up @@ -2554,6 +2554,7 @@ declare var PushMessageData: {
*/
interface PushSubscription {
readonly endpoint: string;
readonly expirationTime: EpochTimeStamp | null;
readonly options: PushSubscriptionOptions;
getKey(name: PushEncryptionKeyName): ArrayBuffer | null;
toJSON(): PushSubscriptionJSON;
Expand Down
1 change: 1 addition & 0 deletions baselines/sharedworker.generated.d.ts
Expand Up @@ -2433,6 +2433,7 @@ declare var PushManager: {
*/
interface PushSubscription {
readonly endpoint: string;
readonly expirationTime: EpochTimeStamp | null;
readonly options: PushSubscriptionOptions;
getKey(name: PushEncryptionKeyName): ArrayBuffer | null;
toJSON(): PushSubscriptionJSON;
Expand Down
1 change: 1 addition & 0 deletions baselines/webworker.generated.d.ts
Expand Up @@ -2629,6 +2629,7 @@ declare var PushMessageData: {
*/
interface PushSubscription {
readonly endpoint: string;
readonly expirationTime: EpochTimeStamp | null;
readonly options: PushSubscriptionOptions;
getKey(name: PushEncryptionKeyName): ArrayBuffer | null;
toJSON(): PushSubscriptionJSON;
Expand Down

0 comments on commit bdf9e19

Please sign in to comment.