Skip to content

Commit

Permalink
bump to typespec-go 0.3.3 (#23781)
Browse files Browse the repository at this point in the history
* bump to typespec-go 0.3.3

* Update CODEOWNERS
  • Loading branch information
tadelesh authored Nov 25, 2024
1 parent 803c846 commit e75eee9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -625,5 +625,10 @@
/eng/tools/generator @ArcturusZhang @lirenhe @tadelesh
/eng/tools/internal @ArcturusZhang @lirenhe @tadelesh

# Add owners for typespec emitter config
/eng/emitter-package-lock.json @ArcturusZhang @lirenhe @tadelesh @richardpark-msft @jhendrixMSFT @rickwinter @chlowell @gracewilcox
/eng/emitter-package.json @ArcturusZhang @lirenhe @tadelesh @richardpark-msft @jhendrixMSFT @rickwinter @chlowell @gracewilcox


# Add owners for notifications for specific pipelines
/eng/common/pipelines/codeowners-linter.yml @rickwinter
18 changes: 9 additions & 9 deletions eng/emitter-package-lock.json

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

4 changes: 2 additions & 2 deletions eng/emitter-package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"main": "dist/src/index.js",
"dependencies": {
"@azure-tools/typespec-go": "0.3.2"
"@azure-tools/typespec-go": "0.3.3"
},
"devDependencies": {
"@azure-tools/typespec-autorest": "0.48.0",
"@azure-tools/typespec-azure-core": "0.48.0",
"@azure-tools/typespec-azure-resource-manager": "0.48.0",
"@azure-tools/typespec-azure-rulesets": "0.48.0",
"@azure-tools/typespec-client-generator-core": "0.48.0",
"@azure-tools/typespec-client-generator-core": "0.48.2",
"@typespec/compiler": "0.62.0",
"@typespec/http": "0.62.0",
"@typespec/openapi": "0.62.0",
Expand Down

0 comments on commit e75eee9

Please sign in to comment.