Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions eng/emitter-package-lock.json

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

8 changes: 4 additions & 4 deletions eng/emitter-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dist/src/index.js",
"dependencies": {
"@azure-tools/typespec-python": "0.59.1"
"@azure-tools/typespec-python": "0.59.2"
Copy link

Copilot AI Jan 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR title mentions version "0.59.2" but the description states "0.59.0". The description should be corrected to match the actual version being updated to: "0.59.2".

Copilot uses AI. Check for mistakes.
},
"devDependencies": {
"@typespec/compiler": "^1.8.0",
Expand All @@ -14,11 +14,11 @@
"@typespec/streams": "~0.78.0",
"@typespec/xml": "~0.78.0",
"@azure-tools/openai-typespec": "1.7.3",
"@azure-tools/typespec-autorest": "~0.64.0",
"@azure-tools/typespec-autorest": "~0.64.1",
"@azure-tools/typespec-azure-core": "~0.64.0",
"@azure-tools/typespec-azure-resource-manager": "~0.64.0",
"@azure-tools/typespec-azure-resource-manager": "~0.64.1",
"@azure-tools/typespec-azure-rulesets": "~0.64.0",
"@azure-tools/typespec-client-generator-core": "~0.64.4",
"@azure-tools/typespec-client-generator-core": "~0.64.5",
"@azure-tools/typespec-liftr-base": "0.11.0"
}
}
Loading