Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit 1b959bf

Browse files
authored
chore(deps): update dependency webpack to v5 (#58)
1 parent 126618a commit 1b959bf

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@
5959
"pack-n-play": "^1.0.0-2",
6060
"sinon": "^9.0.2",
6161
"ts-loader": "^8.0.0",
62-
"typescript": "^3.9.6",
63-
"webpack": "^4.43.0",
64-
"webpack-cli": "^3.3.12"
62+
"typescript": "^3.9.6"
6563
},
6664
"engines": {
6765
"node": ">=10.0.0"

src/v1alpha/analytics_admin_service_client.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6085,9 +6085,7 @@ export class AnalyticsAdminServiceClient {
60856085
listAndroidAppDataStreamsAsync(
60866086
request?: protos.google.analytics.admin.v1alpha.IListAndroidAppDataStreamsRequest,
60876087
options?: CallOptions
6088-
): AsyncIterable<
6089-
protos.google.analytics.admin.v1alpha.IAndroidAppDataStream
6090-
> {
6088+
): AsyncIterable<protos.google.analytics.admin.v1alpha.IAndroidAppDataStream> {
60916089
request = request || {};
60926090
options = options || {};
60936091
options.otherArgs = options.otherArgs || {};
@@ -6104,9 +6102,7 @@ export class AnalyticsAdminServiceClient {
61046102
this.innerApiCalls['listAndroidAppDataStreams'] as GaxCall,
61056103
(request as unknown) as RequestType,
61066104
callSettings
6107-
) as AsyncIterable<
6108-
protos.google.analytics.admin.v1alpha.IAndroidAppDataStream
6109-
>;
6105+
) as AsyncIterable<protos.google.analytics.admin.v1alpha.IAndroidAppDataStream>;
61106106
}
61116107
listGoogleAdsLinks(
61126108
request: protos.google.analytics.admin.v1alpha.IListGoogleAdsLinksRequest,

0 commit comments

Comments
 (0)