@graphitation/apollo-react-relay-duct-tape 0.7.5 → 0.7.6
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/.eslintcache +1 -1
- package/CHANGELOG.json +46 -4
- package/CHANGELOG.md +12 -2
- package/package.json +4 -4
package/.eslintcache
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/__tests__/__generated__/hooksTestFragment.graphql.ts":"1","/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/__tests__/__generated__/hooksTestMutation.graphql.ts":"2","/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/__tests__/__generated__/hooksTestQuery.graphql.ts":"3","/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/__tests__/__generated__/hooksTestSubscription.graphql.ts":"4","/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/__tests__/hooks.test.tsx":"5","/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/hooks.ts":"6","/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/index.ts":"7","/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/types.ts":"8"},{"size":
|
|
1
|
+
[{"/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/__tests__/__generated__/hooksTestFragment.graphql.ts":"1","/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/__tests__/__generated__/hooksTestMutation.graphql.ts":"2","/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/__tests__/__generated__/hooksTestQuery.graphql.ts":"3","/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/__tests__/__generated__/hooksTestSubscription.graphql.ts":"4","/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/__tests__/hooks.test.tsx":"5","/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/hooks.ts":"6","/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/index.ts":"7","/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/types.ts":"8"},{"size":500,"mtime":1643104881916,"results":"9","hashOfConfig":"10"},{"size":488,"mtime":1643104881916,"results":"11","hashOfConfig":"10"},{"size":447,"mtime":1643104881916,"results":"12","hashOfConfig":"10"},{"size":493,"mtime":1643104881916,"results":"13","hashOfConfig":"10"},{"size":9975,"mtime":1643104881916,"results":"14","hashOfConfig":"10"},{"size":10118,"mtime":1643104881916,"results":"15","hashOfConfig":"10"},{"size":50,"mtime":1643104881916,"results":"16","hashOfConfig":"10"},{"size":1353,"mtime":1643104881916,"results":"17","hashOfConfig":"10"},{"filePath":"18","messages":"19","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"2c0p4f",{"filePath":"20","messages":"21","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"22","messages":"23","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"24","messages":"25","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"26","messages":"27","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"28","messages":"29","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"30","messages":"31","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"32","messages":"33","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/__tests__/__generated__/hooksTestFragment.graphql.ts",[],"/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/__tests__/__generated__/hooksTestMutation.graphql.ts",[],"/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/__tests__/__generated__/hooksTestQuery.graphql.ts",[],"/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/__tests__/__generated__/hooksTestSubscription.graphql.ts",[],"/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/__tests__/hooks.test.tsx",[],"/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/hooks.ts",[],"/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/index.ts",[],"/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/types.ts",[]]
|
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,49 @@
|
|
|
2
2
|
"name": "@graphitation/apollo-react-relay-duct-tape",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Tue, 25 Jan 2022 10:04:19 GMT",
|
|
6
|
+
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.7.6",
|
|
7
|
+
"version": "0.7.6",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
13
|
+
"comment": "Bump @graphitation/apollo-mock-client to v0.10.4",
|
|
14
|
+
"commit": "76619c9ce06f97d886b80c74f27496baead95982"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
19
|
+
"comment": "Bump @graphitation/graphql-js-operation-payload-generator to v0.8.4",
|
|
20
|
+
"commit": "76619c9ce06f97d886b80c74f27496baead95982"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
25
|
+
"comment": "Bump @graphitation/graphql-js-tag to v0.8.3",
|
|
26
|
+
"commit": "76619c9ce06f97d886b80c74f27496baead95982"
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"date": "Tue, 25 Jan 2022 09:56:59 GMT",
|
|
33
|
+
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.7.5",
|
|
34
|
+
"version": "0.7.5",
|
|
35
|
+
"comments": {
|
|
36
|
+
"none": [
|
|
37
|
+
{
|
|
38
|
+
"author": "mnovikov@microsoft.com",
|
|
39
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
40
|
+
"commit": "5fddfaa87809a5e094f61cb2bbd3f1b69202e7f1",
|
|
41
|
+
"comment": "Add prettierrc, add it to linter and force it to do it"
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"date": "Mon, 24 Jan 2022 13:40:52 GMT",
|
|
6
48
|
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.7.5",
|
|
7
49
|
"version": "0.7.5",
|
|
8
50
|
"comments": {
|
|
@@ -17,19 +59,19 @@
|
|
|
17
59
|
"author": "beachball",
|
|
18
60
|
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
19
61
|
"comment": "Bump @graphitation/apollo-mock-client to v0.10.3",
|
|
20
|
-
"commit": "
|
|
62
|
+
"commit": "a222ddaf6f18507f67378f06fde9833bab69d52c"
|
|
21
63
|
},
|
|
22
64
|
{
|
|
23
65
|
"author": "beachball",
|
|
24
66
|
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
25
67
|
"comment": "Bump @graphitation/graphql-js-operation-payload-generator to v0.8.3",
|
|
26
|
-
"commit": "
|
|
68
|
+
"commit": "a222ddaf6f18507f67378f06fde9833bab69d52c"
|
|
27
69
|
},
|
|
28
70
|
{
|
|
29
71
|
"author": "beachball",
|
|
30
72
|
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
31
73
|
"comment": "Bump relay-compiler-language-graphitation to v0.8.2",
|
|
32
|
-
"commit": "
|
|
74
|
+
"commit": "a222ddaf6f18507f67378f06fde9833bab69d52c"
|
|
33
75
|
}
|
|
34
76
|
]
|
|
35
77
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,22 @@
|
|
|
1
1
|
# Change Log - @graphitation/apollo-react-relay-duct-tape
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 25 Jan 2022 10:04:19 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.7.6
|
|
8
|
+
|
|
9
|
+
Tue, 25 Jan 2022 10:04:19 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @graphitation/apollo-mock-client to v0.10.4
|
|
14
|
+
- Bump @graphitation/graphql-js-operation-payload-generator to v0.8.4
|
|
15
|
+
- Bump @graphitation/graphql-js-tag to v0.8.3
|
|
16
|
+
|
|
7
17
|
## 0.7.5
|
|
8
18
|
|
|
9
|
-
Mon, 24 Jan 2022
|
|
19
|
+
Mon, 24 Jan 2022 13:40:52 GMT
|
|
10
20
|
|
|
11
21
|
### Patches
|
|
12
22
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphitation/apollo-react-relay-duct-tape",
|
|
3
3
|
"description": "A compatibility wrapper that provides the react-relay API on top of Apollo Client.",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "0.7.
|
|
5
|
+
"version": "0.7.6",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/microsoft/graphitation.git",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@apollo/client": "^3.3.15",
|
|
22
|
-
"@graphitation/apollo-mock-client": "^0.10.
|
|
23
|
-
"@graphitation/graphql-js-operation-payload-generator": "^0.8.
|
|
24
|
-
"@graphitation/graphql-js-tag": "^0.8.
|
|
22
|
+
"@graphitation/apollo-mock-client": "^0.10.4",
|
|
23
|
+
"@graphitation/graphql-js-operation-payload-generator": "^0.8.4",
|
|
24
|
+
"@graphitation/graphql-js-tag": "^0.8.3",
|
|
25
25
|
"@types/jest": "^26.0.22",
|
|
26
26
|
"@types/react": "^17.0.3",
|
|
27
27
|
"graphql": "^15.0.0",
|