-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @wundergraph/[email protected]
hardworker-bot
committed
Oct 31, 2024
1 parent
d8a76fc
commit 3ce2f1d
Showing
3 changed files
with
17 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 0.1.0 (2024-10-31) | ||
|
||
### Features | ||
|
||
* apollo gateway cosmo metrics export plugin ([#2](https://github.com/wundergraph/apollo-compatibility/issues/2)) ([d8a76fc](https://github.com/wundergraph/apollo-compatibility/commit/d8a76fcc07b38228fb1362272c41d7dca04865be)) (@methylalcohol) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@wundergraph/apollo-to-cosmo-metrics", | ||
"description": "An apollo gateway plugin that exports schema usage metrics to cosmo", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"author": { | ||
"name": "WunderGraph Maintainers", | ||
"email": "[email protected]" | ||
|
@@ -45,13 +45,13 @@ | |
"@babel/preset-env": "^7.25.8", | ||
"@jest/globals": "^29.7.0", | ||
"@types/jest": "^29.5.13", | ||
"@types/lodash": "^4.17.9", | ||
"@types/node": "^22.7.4", | ||
"babel-jest": "^29.7.0", | ||
"jest": "^29.7.0", | ||
"jest-mock-extended": "^3.0.7", | ||
"ts-jest": "^29.2.5", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.6.2", | ||
"@types/lodash": "^4.17.9" | ||
"typescript": "^5.6.2" | ||
} | ||
} |