Skip to content

Commit 7f2e413

Browse files
authored
[Digital Twins] Include the correct type declaration file (Azure#13249)
1 parent 4bd6724 commit 7f2e413

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

sdk/digitaltwins/digital-twins-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## 1.0.4 (unreleased)
4+
5+
## 1.0.3 (2021-01-15)
6+
7+
- Bug Fix: include the types definition file in the shipped package
8+
39
## 1.0.2 (2021-01-14)
410

511
- Bug Fix: include the types definition file in the shipped package

sdk/digitaltwins/digital-twins-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"files": [
4646
"dist/",
4747
"dist-esm/src/",
48-
"types/digital-twins-client.d.ts",
48+
"types/digital-twins-core.d.ts",
4949
"README.md",
5050
"LICENSE"
5151
],

0 commit comments

Comments
 (0)