Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use usage reporting code from new utils package #6449

Merged
merged 4 commits into from May 20, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions cspell-dict.txt
Expand Up @@ -168,6 +168,7 @@ Unsubscriber
Unversioned
Uppercasing
urlencode
usagereporting
USERCONFIG
uuidv
vendia
Expand Down
148 changes: 127 additions & 21 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Expand Up @@ -79,7 +79,6 @@
"@types/jest": "27.5.1",
"@types/koa-router": "7.4.4",
"@types/lodash": "4.14.182",
"@types/lodash.sortby": "4.7.7",
"@types/lodash.sumby": "4.6.7",
"@types/lodash.xorby": "4.7.7",
"@types/lru-cache": "5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-core/package.json
Expand Up @@ -26,6 +26,7 @@
},
"dependencies": {
"@apollo/utils.logger": "^1.0.0",
"@apollo/utils.usagereporting": "^1.0.0",
"@apollographql/apollo-tools": "^0.5.3",
"@apollographql/graphql-playground-html": "1.6.29",
"@graphql-tools/mock": "^8.1.2",
Expand All @@ -41,7 +42,6 @@
"async-retry": "^1.2.1",
"fast-json-stable-stringify": "^2.1.0",
"graphql-tag": "^2.11.0",
"lodash.sortby": "^4.7.0",
"loglevel": "^1.6.8",
"lru-cache": "^6.0.0",
"sha.js": "^2.4.11",
Expand Down

This file was deleted.