Skip to content

Commit

Permalink
Merge pull request #1693 from openmeterio/chore/update-typespec
Browse files Browse the repository at this point in the history
chore(api): update typespec
  • Loading branch information
tothandras authored Oct 17, 2024
2 parents 6efa2c0 + 37afaeb commit 1b5ac66
Show file tree
Hide file tree
Showing 5 changed files with 501 additions and 494 deletions.
22 changes: 12 additions & 10 deletions api/spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,29 @@
"lint": "prettier --check ."
},
"main": "./lib/index.js",
"tspMain": "./src/cloud/main.tsp",
"exports": {
".": {
"typespec": "./src/cloud/main.tsp"
},
"./openapi.yaml": "./output/openapi.OpenMeterCloud.yaml"
},
"devDependencies": {
"@typespec/compiler": "0.60.0",
"@typespec/http": "0.60.0",
"@typespec/openapi": "0.60.0",
"@typespec/openapi3": "0.60.0",
"@typespec/prettier-plugin-typespec": "0.60.0",
"@typespec/rest": "0.60.0",
"@typespec/versioning": "0.60.0",
"@typespec/compiler": "0.61.2",
"@typespec/http": "0.61.0",
"@typespec/openapi": "0.61.0",
"@typespec/openapi3": "0.61.0",
"@typespec/prettier-plugin-typespec": "0.61.0",
"@typespec/rest": "0.61.0",
"@typespec/versioning": "0.61.0",
"prettier": "3.3.3"
},
"private": true,
"packageManager": "[email protected]+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c",
"pnpm": {
"patchedDependencies": {
"@typespec/http": "patches/@typespec__http.patch",
"@typespec/openapi3": "patches/@typespec__openapi3.patch",
"@typespec/openapi": "patches/@typespec__openapi.patch"
"@typespec/openapi": "patches/@typespec__openapi.patch",
"@typespec/openapi3": "patches/@typespec__openapi3.patch"
}
}
}
143 changes: 98 additions & 45 deletions api/spec/patches/@typespec__http.patch

Large diffs are not rendered by default.

Loading

0 comments on commit 1b5ac66

Please sign in to comment.