Skip to content

Commit

Permalink
chore(rename): rename repo
Browse files Browse the repository at this point in the history
  • Loading branch information
robertu7 committed Jul 23, 2020
1 parent aa38c4f commit bf8074b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ jobs:
uses: 8398a7/action-slack@v3
with:
status: ${{ job.status }}
author_name: matters-server-cache
author_name: apollo-response-cache
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
uses: 8398a7/action-slack@v3
with:
status: ${{ job.status }}
author_name: matters-server-cache
author_name: apollo-response-cache
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# matters-server-cache
# apollo-response-cache

![Deploy Status](https://github.com/thematters/matters-server-cache/workflows/Build%20&%20Publish/badge.svg) ![Release Status](https://github.com/thematters/matters-server-cache/workflows/Create%20Release/badge.svg) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
![Deploy Status](https://github.com/thematters/apollo-response-cache/workflows/Build%20&%20Publish/badge.svg) ![Release Status](https://github.com/thematters/apollo-response-cache/workflows/Create%20Release/badge.svg) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

Cache mechanisms (plugins, directives) of Apollo GraphQL, used by `matters-server`
Caching and invalidation mechanisms (plugins, directives) of Apollo GraphQL, used by [`matters-server`](https://github.com/thematters/matters-server).

[`responseCachePlugin`](./src/plugins/responseCachePlugin.ts) is forked from [`apollo-server-plugin-response-cache`](https://github.com/apollographql/apollo-server/tree/main/packages/apollo-server-plugin-response-cache).

Expand All @@ -27,7 +27,7 @@ import {
responseCachePlugin,
LogCacheDirective,
PurgeCacheDirective,
} from '@matters/matters-server-cache'
} from '@matters/apollo-response-cache'

const server = new ApolloServer({
plugins: [responseCachePlugin()],
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@matters/matters-server-cache",
"name": "@matters/apollo-response-cache",
"version": "1.0.0",
"description": "Cache mechanisms (plugins, directives) of Apollo GraphQL, and used by thematters/matters-server repo",
"description": "Caching and invalidation mechanisms (plugins, directives) of Apollo GraphQL",
"author": "Matters <hi@matters.news>",
"license": "MIT",
"bugs": {
"url": "https://github.com/thematters/matters-server-cache/issues"
"url": "https://github.com/thematters/apollo-response-cache/issues"
},
"homepage": "https://github.com/thematters/matters-server-cache#readme",
"homepage": "https://github.com/thematters/apollo-response-cache#readme",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand All @@ -17,7 +17,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/thematters/matters-server-cache.git"
"url": "git+https://github.com/thematters/apollo-response-cache.git"
},
"keywords": [
"apollo",
Expand Down

0 comments on commit bf8074b

Please sign in to comment.