Skip to content

Commit

Permalink
Support Apollo Client 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Jul 24, 2020
1 parent b049f5c commit 69c65a6
Show file tree
Hide file tree
Showing 129 changed files with 477 additions and 3,663 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"**/.git": true,
"**/.DS_Store": true,
"**/node_modules/**": true,
"**/build/**": true,
"**/build/**": false,
"**/coverage/**": true,
"**/npm/**": true
},
Expand Down
11 changes: 0 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,3 @@
## Main

- [apollo-angular](./packages/apollo-angular/CHANGELOG.md)

## Links

- [apollo-angular-link-http](./packages/apollo-angular-link-http/CHANGELOG.md)
- [apollo-angular-link-http-batch](./packages/apollo-angular-link-http-batch/CHANGELOG.md)
- [apollo-angular-link-headers](./packages/apollo-angular-link-headers/CHANGELOG.md)
- [apollo-angular-link-persisted](./packages/apollo-angular-link-persisted/CHANGELOG.md)

## Others

- [apollo-angular-boost](./packages/apollo-angular-boost/CHANGELOG.md)
11 changes: 1 addition & 10 deletions ng-package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,8 @@ module.exports = {
umdModuleIds: {
'@angular/core': 'ng.core',
'@angular/common/http': 'ng.common.http',
'@ngrx/store': 'ngrx.store',
'apollo-link': 'apolloLink.core',
'apollo-client': 'apollo',
'@apollo/client': 'apollo',
'apollo-angular': 'ngApollo',
'apollo-angular-link-http': 'ngApolloLinkHttp',
'apollo-angular-link-http-common': 'ngApolloLinkHttpCommon',
'apollo-cache-inmemory': 'apollo.cache.inmemory',
'apollo-link-state': 'apolloLink.state',
'apollo-link-error': 'apolloLink.error',
'apollo-link-context': 'apolloLink.context',
'apollo-link-batch': 'apolloLink.batch',
'apollo-link-persisted-queries': 'persistedQueryLink',
rxjs: 'rxjs',
'rxjs/operators': 'rxjs.operators',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"packages/*"
],
"devDependencies": {
"@types/jest": "26.0.4",
"@types/jest": "26.0.7",
"husky": "4.2.5",
"jest": "26.1.0",
"lerna": "3.22.1",
"lint-staged": "10.2.11",
"prettier": "2.0.5",
"rimraf": "3.0.2",
"shelljs": "0.8.4",
"typescript": "3.9.6"
"typescript": "3.9.7"
},
"husky": {
"hooks": {
Expand Down
58 changes: 0 additions & 58 deletions packages/apollo-angular-boost/CHANGELOG.md

This file was deleted.

167 changes: 0 additions & 167 deletions packages/apollo-angular-boost/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions packages/apollo-angular-boost/jest.config.js

This file was deleted.

20 changes: 0 additions & 20 deletions packages/apollo-angular-boost/ng-package.js

This file was deleted.

69 changes: 0 additions & 69 deletions packages/apollo-angular-boost/package.json

This file was deleted.

Loading

0 comments on commit 69c65a6

Please sign in to comment.