Skip to content

Commit

Permalink
[test-credential] Publish types for @azure/test-credential (Azure#2…
Browse files Browse the repository at this point in the history
…9018)

### Packages impacted by this PR
Types for `@azure/test-credential` were not published for `1.0.0` -
`1.0.2` versions due to a configuration issue or an oversight during the
publishing process. The builds might not have failed before because the
missing types did not affect the build process or the tests that were in
place did not catch this issue.

Nonetheless, this change is in the right direction in ensuring the types
are published correctly.

### Issues associated with this PR

https://dev.azure.com/azure-sdk/public/_build/results?buildId=3625592&view=logs&j=3dc8fd7e-4368-5a92-293e-d53cefc8c4b3&t=acc99708-be46-50ff-f197-4ecb2c3cab18&l=444

![image](https://github.com/Azure/azure-sdk-for-js/assets/10452642/0ccdfa49-b97a-4b20-96db-cbbabc7937a9)
  • Loading branch information
HarshaNalluru authored Mar 21, 2024
1 parent 4e7bca9 commit 22cbf30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions sdk/test-utils/test-credential/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 1.0.3 (2024-03-21)

### Features Added

- Add types for the package.

## 1.0.2 (2024-03-20)

### Features Added
Expand Down
4 changes: 2 additions & 2 deletions sdk/test-utils/test-credential/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/test-credential",
"version": "1.0.2",
"version": "1.0.3",
"sdk-type": "utility",
"description": "Test utilities library that provides the test credential",
"main": "dist/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"files": [
"dist/",
"dist-esm/src/",
"types/src/index.d.ts",
"types/latest/src",
"README.md",
"LICENSE"
],
Expand Down

0 comments on commit 22cbf30

Please sign in to comment.