Skip to content

Commit

Permalink
Update usage reporting package name
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer committed May 18, 2022
1 parent 747eb6d commit f23651c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .changeset/sour-berries-rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"@apollo/utils.jest-graphql-ast-serializer": major
"@apollo/utils.removealiases": major
"@apollo/utils.stripsensitiveliterals": minor
"@apollo/utils.usagereportingsignature": major
"@apollo/utils.usagereporting": major
---

Initial release of usage reporting signature (and its components)
Expand Down
2 changes: 1 addition & 1 deletion packages/usageReporting/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import baseConfig from "../../jest.config.base";
export default {
...baseConfig,
displayName: {
name: "usageReportingSignature",
name: "usageReporting",
color: "white",
},
};
4 changes: 2 additions & 2 deletions packages/usageReporting/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@apollo/utils.usagereportingsignature",
"name": "@apollo/utils.usagereporting",
"version": "0.0.0",
"description": "Generate a signature for Apollo usage reporting",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/apollographql/apollo-utils.git",
"directory": "packages/usageReportingSignature/"
"directory": "packages/usageReporting/"
},
"keywords": [
"apollo",
Expand Down

0 comments on commit f23651c

Please sign in to comment.