Skip to content

Commit

Permalink
[test-credential] Fix types (Azure#29122)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
HarshaNalluru authored Apr 1, 2024
1 parent 1c8fc65 commit 9d73291
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions sdk/test-utils/test-credential/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 1.0.4 (Unreleased)

### Features Added

### Breaking Changes
## 1.0.4 (2024-04-01)

### Bugs Fixed

### Other Changes
- Fixes "types" for the package.

## 1.0.3 (2024-03-21)

Expand Down
2 changes: 1 addition & 1 deletion sdk/test-utils/test-credential/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"files": [
"dist/",
"dist-esm/src/",
"types/latest/src",
"types/tools-test-credential.d.ts",
"README.md",
"LICENSE"
],
Expand Down

0 comments on commit 9d73291

Please sign in to comment.