Skip to content

Commit

Permalink
Use usage reporting code from new utils package (#6449)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer committed May 20, 2022
1 parent 5c18b8d commit 270d8c2
Show file tree
Hide file tree
Showing 12 changed files with 134 additions and 836 deletions.
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.

0 comments on commit 270d8c2

Please sign in to comment.