Skip to content

Commit 58a1c9f

Browse files
committed
Update integrity hash
1 parent fde4fb0 commit 58a1c9f

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Reference the library inside of your `.html` page using:
4646

4747
```html
4848
<!-- Microsoft Teams JavaScript API (via CDN) -->
49-
<script src="https://unpkg.com/@microsoft/teams-js@1.3.1/dist/MicrosoftTeams.min.js" integrity="sha384-fTjWNTelhUDsOG+6Xvsly5BVO8estmdrfVmaRQuTGRTtcjHYA3oQANo805/kHXvJ" crossorigin="anonymous"></script>
49+
<script src="https://unpkg.com/@microsoft/teams-js@1.3.1/dist/MicrosoftTeams.min.js" integrity="sha384-W0C47hvPMATrTnRWRl+rY3zESt3SJ7h5GnvMQx9wSgH44X2Xh5gieJ2hAXVeKSlo" crossorigin="anonymous"></script>
5050

5151
<!-- Microsoft Teams JavaScript API (via npm) -->
5252
<script src="node_modules/@microsoft/teams-js@1.3.1/dist/MicrosoftTeams.min.js"></script>

dist/MicrosoftTeams.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,9 @@ declare namespace microsoftTeams {
345345
*/
346346
function shareDeepLink(deepLinkParameters: DeepLinkParameters): void;
347347
/**
348+
* @private
349+
* Hide from docs.
350+
* ------
348351
* Opens a client-friendly preview of the specified file.
349352
* @param file The file to preview.
350353
*/

dist/MicrosoftTeams.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,9 @@ var microsoftTeams;
397397
}
398398
microsoftTeams.shareDeepLink = shareDeepLink;
399399
/**
400+
* @private
401+
* Hide from docs.
402+
* ------
400403
* Opens a client-friendly preview of the specified file.
401404
* @param file The file to preview.
402405
*/

0 commit comments

Comments
 (0)