Skip to content

Commit 22cbf30

Browse files
[test-credential] Publish types for @azure/test-credential (Azure#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)
1 parent 4e7bca9 commit 22cbf30

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

sdk/test-utils/test-credential/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.3 (2024-03-21)
4+
5+
### Features Added
6+
7+
- Add types for the package.
8+
39
## 1.0.2 (2024-03-20)
410

511
### Features Added

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure-tools/test-credential",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"sdk-type": "utility",
55
"description": "Test utilities library that provides the test credential",
66
"main": "dist/index.js",
@@ -34,7 +34,7 @@
3434
"files": [
3535
"dist/",
3636
"dist-esm/src/",
37-
"types/src/index.d.ts",
37+
"types/latest/src",
3838
"README.md",
3939
"LICENSE"
4040
],

0 commit comments

Comments
 (0)