File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 100
100
"package" : " npx vsce package --yarn"
101
101
},
102
102
"devDependencies" : {
103
- "@types/analytics-node" : " ^3.1.8 " ,
103
+ "@types/analytics-node" : " ^3.1.9 " ,
104
104
"@types/crypto-js" : " 4.1.1" ,
105
105
"@types/google-protobuf" : " ^3.7.4" ,
106
106
"@types/node" : " 16.x" ,
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ const analyticsClientFactory = async (key: string): Promise<BaseTelemetryClient>
24
24
} ,
25
25
flush : async ( ) => {
26
26
try {
27
- // Types are oudated, flush does return a promise
28
27
await segmentAnalyticsClient . flush ( ) ;
29
28
} catch ( e : any ) {
30
29
throw new Error ( 'Failed to flush app analytics!\n' + e . message ) ;
Original file line number Diff line number Diff line change 134
134
component-type "^1.2.1"
135
135
join-component "^1.1.0"
136
136
137
- " @types/analytics-node@^3.1.8 " :
137
+ " @types/analytics-node@^3.1.9 " :
138
138
version "3.1.9"
139
139
resolved "https://registry.yarnpkg.com/@types/analytics-node/-/analytics-node-3.1.9.tgz#1b71e485658dc5501f72a35fdcf30b857a90db9c"
140
140
integrity sha512-C7L7/Dd/CmBST7AvgoCnf4yI9h6W5aYfCOcfUZS5GHlXDQjnXLVOUDpTdwTIZjW4lKECeil6+G+Ul6Xzwv/P0g==
You can’t perform that action at this time.
0 commit comments