@graphitation/apollo-react-relay-duct-tape 0.7.4 → 0.7.7
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 +103 -1
- package/CHANGELOG.md +33 -2
- package/package.json +6 -6
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":1646227792929,"results":"9","hashOfConfig":"10"},{"size":488,"mtime":1646227792929,"results":"11","hashOfConfig":"10"},{"size":447,"mtime":1646227792929,"results":"12","hashOfConfig":"10"},{"size":493,"mtime":1646227792929,"results":"13","hashOfConfig":"10"},{"size":9975,"mtime":1646227792929,"results":"14","hashOfConfig":"10"},{"size":10118,"mtime":1646227792929,"results":"15","hashOfConfig":"10"},{"size":50,"mtime":1646227792929,"results":"16","hashOfConfig":"10"},{"size":1353,"mtime":1646227792929,"results":"17","hashOfConfig":"10"},{"filePath":"18","messages":"19","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"p2wf0l",{"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,109 @@
|
|
|
2
2
|
"name": "@graphitation/apollo-react-relay-duct-tape",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Wed, 02 Mar 2022 13:32:03 GMT",
|
|
6
|
+
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.7.7",
|
|
7
|
+
"version": "0.7.7",
|
|
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.5",
|
|
14
|
+
"commit": "c029680f3d293bd9479a0fc593b6523a1ebd3a7d"
|
|
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.5",
|
|
20
|
+
"commit": "c029680f3d293bd9479a0fc593b6523a1ebd3a7d"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
25
|
+
"comment": "Bump @graphitation/graphql-js-tag to v0.9.0",
|
|
26
|
+
"commit": "c029680f3d293bd9479a0fc593b6523a1ebd3a7d"
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"date": "Tue, 25 Jan 2022 10:04:40 GMT",
|
|
33
|
+
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.7.6",
|
|
34
|
+
"version": "0.7.6",
|
|
35
|
+
"comments": {
|
|
36
|
+
"patch": [
|
|
37
|
+
{
|
|
38
|
+
"author": "beachball",
|
|
39
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
40
|
+
"comment": "Bump @graphitation/apollo-mock-client to v0.10.4",
|
|
41
|
+
"commit": "76619c9ce06f97d886b80c74f27496baead95982"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"author": "beachball",
|
|
45
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
46
|
+
"comment": "Bump @graphitation/graphql-js-operation-payload-generator to v0.8.4",
|
|
47
|
+
"commit": "76619c9ce06f97d886b80c74f27496baead95982"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"author": "beachball",
|
|
51
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
52
|
+
"comment": "Bump @graphitation/graphql-js-tag to v0.8.3",
|
|
53
|
+
"commit": "76619c9ce06f97d886b80c74f27496baead95982"
|
|
54
|
+
}
|
|
55
|
+
]
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"date": "Tue, 25 Jan 2022 09:56:59 GMT",
|
|
60
|
+
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.7.5",
|
|
61
|
+
"version": "0.7.5",
|
|
62
|
+
"comments": {
|
|
63
|
+
"none": [
|
|
64
|
+
{
|
|
65
|
+
"author": "mnovikov@microsoft.com",
|
|
66
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
67
|
+
"commit": "5fddfaa87809a5e094f61cb2bbd3f1b69202e7f1",
|
|
68
|
+
"comment": "Add prettierrc, add it to linter and force it to do it"
|
|
69
|
+
}
|
|
70
|
+
]
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"date": "Mon, 24 Jan 2022 13:40:52 GMT",
|
|
75
|
+
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.7.5",
|
|
76
|
+
"version": "0.7.5",
|
|
77
|
+
"comments": {
|
|
78
|
+
"patch": [
|
|
79
|
+
{
|
|
80
|
+
"author": "mnovikov@microsoft.com",
|
|
81
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
82
|
+
"commit": "ce2d4f019baf1717202a3c33ec0d75fa3b5a4fb3",
|
|
83
|
+
"comment": "Fix Webpack 4 compat"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"author": "beachball",
|
|
87
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
88
|
+
"comment": "Bump @graphitation/apollo-mock-client to v0.10.3",
|
|
89
|
+
"commit": "a222ddaf6f18507f67378f06fde9833bab69d52c"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"author": "beachball",
|
|
93
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
94
|
+
"comment": "Bump @graphitation/graphql-js-operation-payload-generator to v0.8.3",
|
|
95
|
+
"commit": "a222ddaf6f18507f67378f06fde9833bab69d52c"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"author": "beachball",
|
|
99
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
100
|
+
"comment": "Bump relay-compiler-language-graphitation to v0.8.2",
|
|
101
|
+
"commit": "a222ddaf6f18507f67378f06fde9833bab69d52c"
|
|
102
|
+
}
|
|
103
|
+
]
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"date": "Fri, 14 Jan 2022 11:15:34 GMT",
|
|
6
108
|
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.7.4",
|
|
7
109
|
"version": "0.7.4",
|
|
8
110
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,43 @@
|
|
|
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 Wed, 02 Mar 2022 13:32:03 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.7.7
|
|
8
|
+
|
|
9
|
+
Wed, 02 Mar 2022 13:32:03 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @graphitation/apollo-mock-client to v0.10.5
|
|
14
|
+
- Bump @graphitation/graphql-js-operation-payload-generator to v0.8.5
|
|
15
|
+
- Bump @graphitation/graphql-js-tag to v0.9.0
|
|
16
|
+
|
|
17
|
+
## 0.7.6
|
|
18
|
+
|
|
19
|
+
Tue, 25 Jan 2022 10:04:40 GMT
|
|
20
|
+
|
|
21
|
+
### Patches
|
|
22
|
+
|
|
23
|
+
- Bump @graphitation/apollo-mock-client to v0.10.4
|
|
24
|
+
- Bump @graphitation/graphql-js-operation-payload-generator to v0.8.4
|
|
25
|
+
- Bump @graphitation/graphql-js-tag to v0.8.3
|
|
26
|
+
|
|
27
|
+
## 0.7.5
|
|
28
|
+
|
|
29
|
+
Mon, 24 Jan 2022 13:40:52 GMT
|
|
30
|
+
|
|
31
|
+
### Patches
|
|
32
|
+
|
|
33
|
+
- Fix Webpack 4 compat (mnovikov@microsoft.com)
|
|
34
|
+
- Bump @graphitation/apollo-mock-client to v0.10.3
|
|
35
|
+
- Bump @graphitation/graphql-js-operation-payload-generator to v0.8.3
|
|
36
|
+
- Bump relay-compiler-language-graphitation to v0.8.2
|
|
37
|
+
|
|
7
38
|
## 0.7.4
|
|
8
39
|
|
|
9
|
-
Fri, 14 Jan 2022 11:15:
|
|
40
|
+
Fri, 14 Jan 2022 11:15:34 GMT
|
|
10
41
|
|
|
11
42
|
### Patches
|
|
12
43
|
|
package/package.json
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
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.7",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/microsoft/graphitation.git",
|
|
9
9
|
"directory": "packages/apollo-react-relay-duct-tape"
|
|
10
10
|
},
|
|
11
|
-
"main": "./lib/index
|
|
11
|
+
"main": "./lib/index",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "monorepo-scripts build",
|
|
14
14
|
"lint": "monorepo-scripts lint",
|
|
@@ -19,16 +19,16 @@
|
|
|
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.
|
|
22
|
+
"@graphitation/apollo-mock-client": "^0.10.5",
|
|
23
|
+
"@graphitation/graphql-js-operation-payload-generator": "^0.8.5",
|
|
24
|
+
"@graphitation/graphql-js-tag": "^0.9.0",
|
|
25
25
|
"@types/jest": "^26.0.22",
|
|
26
26
|
"@types/react": "^17.0.3",
|
|
27
27
|
"graphql": "^15.0.0",
|
|
28
28
|
"monorepo-scripts": "*",
|
|
29
29
|
"react": "^17.0.2",
|
|
30
30
|
"relay-compiler": "^11.0.2",
|
|
31
|
-
"relay-compiler-language-graphitation": "^0.8.
|
|
31
|
+
"relay-compiler-language-graphitation": "^0.8.2",
|
|
32
32
|
"ts-expect": "^1.3.0"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|