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
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @mikeharder @weshaggard @raych1
* @mikeharder @weshaggard @raych1 @scbedd @danieljurek
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.12.1 2025-09-18

- removed unused dependency 'glob'

## 0.12.0 2025-08-29

- replaced dependency 'request' with built-in fetch() API
Expand Down
118 changes: 85 additions & 33 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/oad",
"version": "0.12.0",
"version": "0.12.1",
"author": {
"name": "Microsoft Corporation",
"email": "azsdkteam@microsoft.com",
Expand All @@ -17,7 +17,6 @@
"@ts-common/string-map": "^0.3.0",
"acorn": "^5.7.4",
"autorest": "^3.6.1",
"glob": "^7.1.3",
"js-yaml": "^3.13.1",
"json-pointer": "^0.6.2",
"json-refs": "^3.0.15",
Expand Down Expand Up @@ -54,6 +53,9 @@
"bugs": {
"url": "https://github.com/Azure/openapi-diff/issues"
},
"overrides": {
"glob": "^9.3.5"
},
"engines": {
"node": ">=20.0.0"
},
Expand Down
Loading