From 22cbf307418c9b79128d3081ce0b7f9f6b31ec68 Mon Sep 17 00:00:00 2001 From: Harsha Nalluru Date: Thu, 21 Mar 2024 16:33:28 -0700 Subject: [PATCH] [test-credential] Publish types for `@azure/test-credential` (#29018) ### 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) --- sdk/test-utils/test-credential/CHANGELOG.md | 6 ++++++ sdk/test-utils/test-credential/package.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/sdk/test-utils/test-credential/CHANGELOG.md b/sdk/test-utils/test-credential/CHANGELOG.md index 4ec8795a07dc..249cdf2b3bcc 100644 --- a/sdk/test-utils/test-credential/CHANGELOG.md +++ b/sdk/test-utils/test-credential/CHANGELOG.md @@ -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 diff --git a/sdk/test-utils/test-credential/package.json b/sdk/test-utils/test-credential/package.json index 5a63bb9b47f7..21c3c824c4b5 100644 --- a/sdk/test-utils/test-credential/package.json +++ b/sdk/test-utils/test-credential/package.json @@ -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", @@ -34,7 +34,7 @@ "files": [ "dist/", "dist-esm/src/", - "types/src/index.d.ts", + "types/latest/src", "README.md", "LICENSE" ],