@graphql-codegen/typescript-apollo-angular 3.3.1 → 3.3.3-alpha-6cdbcf02e.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config.d.ts +1 -1
- package/package.json +4 -3
package/config.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { RawClientSideBasePluginConfig } from '@graphql-codegen/visitor-plugin-c
|
|
|
6
6
|
*
|
|
7
7
|
* It extends the basic TypeScript plugins: `@graphql-codegen/typescript`, `@graphql-codegen/typescript-operations` - and thus shares a similar configuration.
|
|
8
8
|
*
|
|
9
|
-
* To shed some more light regards this template, it's recommended to go through
|
|
9
|
+
* To shed some more light regards this template, it's recommended to go through this article: https://apollo-angular.com/docs/get-started, and to read the Code Generation with Apollo Angular: https://the-guild.dev/blog/apollo-angular-12
|
|
10
10
|
*/
|
|
11
11
|
export interface ApolloAngularRawPluginConfig extends RawClientSideBasePluginConfig {
|
|
12
12
|
/**
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-codegen/typescript-apollo-angular",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.3-alpha-6cdbcf02e.0",
|
|
4
4
|
"description": "GraphQL Code Generator plugin for generating ready-to-use Angular Components based on GraphQL operations",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
|
|
7
7
|
"graphql-tag": "^2.0.0"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@graphql-codegen/plugin-helpers": "
|
|
11
|
-
"@graphql-codegen/visitor-plugin-common": "2.5.
|
|
10
|
+
"@graphql-codegen/plugin-helpers": "2.3.3-alpha-6cdbcf02e.0",
|
|
11
|
+
"@graphql-codegen/visitor-plugin-common": "2.5.3-alpha-6cdbcf02e.0",
|
|
12
12
|
"auto-bind": "~4.0.0",
|
|
13
13
|
"change-case-all": "1.0.14",
|
|
14
14
|
"tslib": "~2.3.0"
|
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
"definition": "index.d.ts"
|
|
27
27
|
},
|
|
28
28
|
"exports": {
|
|
29
|
+
"./package.json": "./package.json",
|
|
29
30
|
".": {
|
|
30
31
|
"require": "./index.js",
|
|
31
32
|
"import": "./index.mjs"
|