Skip to content

Commit

Permalink
Release updated ApiView (#5986)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjprescott authored Apr 17, 2023
1 parent aef61a7 commit dc7ce88
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions tools/apiview/emitters/typespec-apiview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/typespec-apiview",
"version": "0.4.2",
"version": "0.4.3",
"author": "Microsoft Corporation",
"description": "Library for emitting APIView token files from TypeSpec",
"homepage": "https://github.com/Azure/azure-sdk-tools",
Expand Down Expand Up @@ -54,17 +54,17 @@
"!dist/test/**"
],
"dependencies": {
"@azure-tools/typespec-azure-core": "0.28.0",
"@azure-tools/typespec-autorest": "0.28.0",
"@typespec/compiler": "0.42.0",
"@typespec/http": "0.42.0",
"@typespec/rest": "0.42.0",
"@typespec/versioning": "0.42.0"
"@azure-tools/typespec-azure-core": "0.29.0",
"@azure-tools/typespec-autorest": "0.29.0",
"@typespec/compiler": "0.43.0",
"@typespec/http": "0.43.1",
"@typespec/rest": "0.43.0",
"@typespec/versioning": "0.43.0"
},
"devDependencies": {
"@typespec/eslint-plugin": "~0.42.0",
"@typespec/library-linter": "~0.42.0",
"@typespec/prettier-plugin-typespec": "^0.42.0",
"@typespec/eslint-plugin": "~0.43.0",
"@typespec/library-linter": "~0.43.0",
"@typespec/prettier-plugin-typespec": "^0.43.0",
"@typespec/eslint-config-typespec": "~0.6.0",
"@types/mocha": "~9.1.0",
"@types/node": "~16.0.3",
Expand Down
2 changes: 1 addition & 1 deletion tools/apiview/emitters/typespec-apiview/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const LIB_VERSION = "0.4.2";
export const LIB_VERSION = "0.4.3";

0 comments on commit dc7ce88

Please sign in to comment.