Skip to content

Commit 9d73291

Browse files
[test-credential] Fix types (Azure#29122)
Listed types in package.json and files included for publishing were not in sync. `"types": "types/tools-test-credential.d.ts"` vs `"types/latest/src"` Needed to unblock Azure#28667
1 parent 1c8fc65 commit 9d73291

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

sdk/test-utils/test-credential/CHANGELOG.md

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

3-
## 1.0.4 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.0.4 (2024-04-01)
84

95
### Bugs Fixed
106

11-
### Other Changes
7+
- Fixes "types" for the package.
128

139
## 1.0.3 (2024-03-21)
1410

sdk/test-utils/test-credential/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"files": [
3535
"dist/",
3636
"dist-esm/src/",
37-
"types/latest/src",
37+
"types/tools-test-credential.d.ts",
3838
"README.md",
3939
"LICENSE"
4040
],

0 commit comments

Comments
 (0)