Skip to content

Commit 4c758f8

Browse files
committed
update package lock and minor changes
1 parent d7b6c26 commit 4c758f8

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.vscode/settings.json

-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@
77
"**/.DS_Store": true,
88
"build": true,
99
"node_modules": true,
10-
"projects": true
1110
}
1211
}

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

singleFileBuildSequence.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
--// MIT License; Full text at - https://github.com/gautamsi/ews-javascript-api/blob/master/LICENSE
33
--// Packages license notices pending
44
--//Script to put together the file - Get-Content .\singleFileBuildSequence.txt | ?{![string]::IsNullOrEmpty($_)} | %{ if($_.StartsWith("--")){$_.replace("--","")}else{ Get-Content $_ | ?{$_ -notmatch '\s*import.*\.\/.*'}}} | Out-File Test.ts
5-
--// - new script to strip all import, use required imports in next lines Script to put together the file - Get-Content .\singularBuildFileSequence.txt | ?{![string]::IsNullOrEmpty($_)} | %{ if($_.StartsWith("--")){$_.replace("--","")}else{ Get-Content $_ | ?{$_ -notmatch '\s*import.*from.*'}}} | Out-File Test.ts
5+
--// - new script to strip all import, use required imports in next lines Script to put together the file - Get-Content .\singleFileBuildSequence.txt | ?{![string]::IsNullOrEmpty($_)} | %{ if($_.StartsWith("--")){$_.replace("--","")}else{ Get-Content $_ | ?{$_ -notmatch '\s*import.*from.*'}}} | Out-File Test.ts
66
--import * as b64 from 'base64-js';
77
--import * as uuid from 'uuid';
88
--import * as moment from 'moment-timezone';

src/js/XHROutlook.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ export class XHROutlook implements IXHRApi {
4545
}
4646

4747
export function ConfigureForOutlook() {
48-
ConfigurationApi.ConfigureXHR(new XHROutlook());
48+
ConfigurationApi.ConfigureXHR(new XHROutlook());
4949
}

0 commit comments

Comments
 (0)