@conduit-client/command-aura-graphql-normalized-cache-control 3.8.0 → 3.9.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.
|
@@ -25,7 +25,7 @@ export declare class TestGraphQLTypeRootRepository extends GraphQLDocumentRootTy
|
|
|
25
25
|
readonly generatedTime: 0;
|
|
26
26
|
};
|
|
27
27
|
get fields(): {
|
|
28
|
-
user: BaseObjectFieldDef<
|
|
28
|
+
user: BaseObjectFieldDef<GraphQLData, GraphQLData, Record<string, unknown>>;
|
|
29
29
|
};
|
|
30
30
|
}
|
|
31
31
|
export declare class UserRepository extends IdentifiableGraphQLTypeRepository<User, any, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conduit-client/command-aura-graphql-normalized-cache-control",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.9.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Luvio Aura GraphQL Normalized Cache Control Command",
|
|
6
6
|
"type": "module",
|
|
@@ -31,18 +31,18 @@
|
|
|
31
31
|
"watch": "npm run build --watch"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@conduit-client/command-aura-cache-control": "3.
|
|
35
|
-
"@conduit-client/command-aura-normalized-cache-control": "3.
|
|
36
|
-
"@conduit-client/command-base": "3.
|
|
37
|
-
"@conduit-client/command-cache-control": "3.
|
|
38
|
-
"@conduit-client/graphql-normalization": "3.
|
|
39
|
-
"@conduit-client/onestore-graphql-parser": "3.
|
|
40
|
-
"@conduit-client/service-aura-network": "3.
|
|
41
|
-
"@conduit-client/service-cache-control": "3.
|
|
42
|
-
"@conduit-client/service-fetch-network": "3.
|
|
43
|
-
"@conduit-client/service-pubsub": "3.
|
|
44
|
-
"@conduit-client/type-normalization": "3.
|
|
45
|
-
"@conduit-client/utils": "3.
|
|
34
|
+
"@conduit-client/command-aura-cache-control": "3.9.0",
|
|
35
|
+
"@conduit-client/command-aura-normalized-cache-control": "3.9.0",
|
|
36
|
+
"@conduit-client/command-base": "3.9.0",
|
|
37
|
+
"@conduit-client/command-cache-control": "3.9.0",
|
|
38
|
+
"@conduit-client/graphql-normalization": "3.9.0",
|
|
39
|
+
"@conduit-client/onestore-graphql-parser": "3.9.0",
|
|
40
|
+
"@conduit-client/service-aura-network": "3.9.0",
|
|
41
|
+
"@conduit-client/service-cache-control": "3.9.0",
|
|
42
|
+
"@conduit-client/service-fetch-network": "3.9.0",
|
|
43
|
+
"@conduit-client/service-pubsub": "3.9.0",
|
|
44
|
+
"@conduit-client/type-normalization": "3.9.0",
|
|
45
|
+
"@conduit-client/utils": "3.9.0"
|
|
46
46
|
},
|
|
47
47
|
"volta": {
|
|
48
48
|
"extends": "../../../../package.json"
|