Skip to content

Commit 2dd21ba

Browse files
authored
[Cherry pick] from master branch] Bundle all .dts file into one to provide better typing support (#230) (#233)
* Bundle all .dts file into one to provide better typing support (#230) * addign support for bundling definition files * declare on .d.ts file with modules defintion * updating typing file in package.json * adding custum type definition generator * updating modules names * updating dts generator to run after comilation done * updating timeout for dts bundle * Prepare to release version 1.4.3
1 parent bc19414 commit 2dd21ba

13 files changed

+174
-991
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To install the stable version:
2727

2828
#### Production
2929

30-
You can access [these files on unpkg](https://unpkg.com/@microsoft/teams-js@1.4.2/dist/MicrosoftTeams.min.js), download them, or point your package manager to them.
30+
You can access [these files on unpkg](https://unpkg.com/@microsoft/teams-js@1.4.3/dist/MicrosoftTeams.min.js), download them, or point your package manager to them.
3131

3232
## Usage
3333

@@ -47,10 +47,10 @@ Reference the library inside of your `.html` page using:
4747

4848
```html
4949
<!-- Microsoft Teams JavaScript API (via CDN) -->
50-
<script src="https://unpkg.com/@microsoft/teams-js@1.4.2/dist/MicrosoftTeams.min.js" integrity="sha384-DcoNUuQTjpW5Sw3msonn/2ojgtNvtC5fCGd5U9RUpL3g1hla1LzHz8I9YIYSXe6q" crossorigin="anonymous"></script>
50+
<script src="https://unpkg.com/@microsoft/teams-js@1.4.3/dist/MicrosoftTeams.min.js" integrity="sha384-3eIlLKLlRvFpO327eFF+Hh/I0QpH4BxuCGYVJ9gemIKuaOau32pBPR2sBGoWd2UO" crossorigin="anonymous"></script>
5151

5252
<!-- Microsoft Teams JavaScript API (via npm) -->
53-
<script src="node_modules/@microsoft/teams-js@1.4.2/dist/MicrosoftTeams.min.js"></script>
53+
<script src="node_modules/@microsoft/teams-js@1.4.3/dist/MicrosoftTeams.min.js"></script>
5454

5555
<!-- Microsoft Teams JavaScript API (via local) -->
5656
<script src="MicrosoftTeams.min.js"></script>

dist/MicrosoftTeams.d.ts

Lines changed: 5 additions & 0 deletions
Large diffs are not rendered by default.

dist/MicrosoftTeams.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/MicrosoftTeams.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/MicrosoftTeams.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)