Skip to content

Commit

Permalink
[tsp-client] Float @azure-tools/openapi-to-typespec dep (#9602)
Browse files Browse the repository at this point in the history
* float openapi-to-typespec dep

* release prep

* wording

* fix deps

---------

Co-authored-by: catalinaperalta <caperal@microsoft.com>
  • Loading branch information
catalinaperalta and cperaltah authored Jan 10, 2025
1 parent 1d31e4f commit c55fd94
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
4 changes: 4 additions & 0 deletions tools/tsp-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release

## 2025-01-10 - 0.15.2

- Float `@autorest/openapi-to-typespec` version between `>=0.10.6 <1.0.0`.

## 2025-01-09 - 0.15.1

- Bumped `@autorest/openapi-to-typespec` version to `0.10.6`.
Expand Down
15 changes: 8 additions & 7 deletions tools/tsp-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/tsp-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@autorest/core": "^3.10.2",
"@autorest/openapi-to-typespec": "0.10.6",
"@autorest/openapi-to-typespec": ">=0.10.6 <1.0.0",
"@azure-tools/rest-api-diff": ">=0.1.0 <1.0.0",
"@azure-tools/typespec-autorest": ">=0.44.0 <1.0.0",
"@azure/core-rest-pipeline": "^1.12.0",
Expand Down

0 comments on commit c55fd94

Please sign in to comment.