@graphitation/apollo-react-relay-duct-tape 0.6.0 → 0.7.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/.eslintcache ADDED
@@ -0,0 +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":514,"mtime":1640258924436,"results":"9","hashOfConfig":"10"},{"size":506,"mtime":1640258924436,"results":"11","hashOfConfig":"10"},{"size":463,"mtime":1640258924436,"results":"12","hashOfConfig":"10"},{"size":509,"mtime":1640258924436,"results":"13","hashOfConfig":"10"},{"size":9958,"mtime":1640258924436,"results":"14","hashOfConfig":"10"},{"size":10110,"mtime":1640258924440,"results":"15","hashOfConfig":"10"},{"size":50,"mtime":1640258924440,"results":"16","hashOfConfig":"10"},{"size":1353,"mtime":1640258924440,"results":"17","hashOfConfig":"10"},{"filePath":"18","messages":"19","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1f7vj7d",{"filePath":"20","messages":"21","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"22","messages":"23","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"24","messages":"25","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"26","messages":"27","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"28","messages":"29","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"30","messages":"31","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"32","messages":"33","errorCount":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 ADDED
@@ -0,0 +1,327 @@
1
+ {
2
+ "name": "@graphitation/apollo-react-relay-duct-tape",
3
+ "entries": [
4
+ {
5
+ "date": "Thu, 23 Dec 2021 11:30:43 GMT",
6
+ "tag": "@graphitation/apollo-react-relay-duct-tape_v0.7.0",
7
+ "version": "0.7.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "mnovikov@microsoft.com",
12
+ "package": "@graphitation/apollo-react-relay-duct-tape",
13
+ "commit": "d3baa5116dc93bba4e38e5beb7f23c3edbbb0680",
14
+ "comment": "Added proper mjs builds (bump for main release)"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@graphitation/apollo-react-relay-duct-tape",
19
+ "comment": "Bump @graphitation/apollo-mock-client to v0.10.0",
20
+ "commit": "d3baa5116dc93bba4e38e5beb7f23c3edbbb0680"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@graphitation/apollo-react-relay-duct-tape",
25
+ "comment": "Bump @graphitation/graphql-js-operation-payload-generator to v0.8.0",
26
+ "commit": "d3baa5116dc93bba4e38e5beb7f23c3edbbb0680"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@graphitation/apollo-react-relay-duct-tape",
31
+ "comment": "Bump @graphitation/graphql-js-tag to v0.8.0",
32
+ "commit": "d3baa5116dc93bba4e38e5beb7f23c3edbbb0680"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@graphitation/apollo-react-relay-duct-tape",
37
+ "comment": "Bump relay-compiler-language-graphitation to v0.7.0",
38
+ "commit": "d3baa5116dc93bba4e38e5beb7f23c3edbbb0680"
39
+ }
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "date": "Tue, 14 Dec 2021 10:13:54 GMT",
45
+ "tag": "@graphitation/apollo-react-relay-duct-tape_v0.6.0",
46
+ "version": "0.6.0",
47
+ "comments": {
48
+ "minor": [
49
+ {
50
+ "author": "mnovikov@microsoft.com",
51
+ "package": "@graphitation/apollo-react-relay-duct-tape",
52
+ "commit": "fad5f1bc587470a2c85bf5763bb102a179a592b2",
53
+ "comment": "Support ESM in distro packages"
54
+ },
55
+ {
56
+ "author": "beachball",
57
+ "package": "@graphitation/apollo-react-relay-duct-tape",
58
+ "comment": "Bump @graphitation/apollo-mock-client to v0.9.0",
59
+ "commit": "fc3bf93bc5d50221d8539fe79704c45bc2612786"
60
+ },
61
+ {
62
+ "author": "beachball",
63
+ "package": "@graphitation/apollo-react-relay-duct-tape",
64
+ "comment": "Bump @graphitation/graphql-js-operation-payload-generator to v0.7.0",
65
+ "commit": "fc3bf93bc5d50221d8539fe79704c45bc2612786"
66
+ },
67
+ {
68
+ "author": "beachball",
69
+ "package": "@graphitation/apollo-react-relay-duct-tape",
70
+ "comment": "Bump @graphitation/graphql-js-tag to v0.7.0",
71
+ "commit": "fc3bf93bc5d50221d8539fe79704c45bc2612786"
72
+ },
73
+ {
74
+ "author": "beachball",
75
+ "package": "@graphitation/apollo-react-relay-duct-tape",
76
+ "comment": "Bump relay-compiler-language-graphitation to v0.6.0",
77
+ "commit": "fc3bf93bc5d50221d8539fe79704c45bc2612786"
78
+ }
79
+ ]
80
+ }
81
+ },
82
+ {
83
+ "date": "Tue, 26 Oct 2021 21:09:29 GMT",
84
+ "tag": "@graphitation/apollo-react-relay-duct-tape_v0.4.5",
85
+ "version": "0.4.5",
86
+ "comments": {
87
+ "patch": [
88
+ {
89
+ "comment": "Ensure that all packages listing graphql as a peerDependency also has it as a devDependency",
90
+ "author": "modevold@microsoft.com",
91
+ "commit": "6fbd717cb21f2e9f49ddca58e0365b5381358b46",
92
+ "package": "@graphitation/apollo-react-relay-duct-tape"
93
+ }
94
+ ]
95
+ }
96
+ },
97
+ {
98
+ "date": "Tue, 26 Oct 2021 12:46:12 GMT",
99
+ "tag": "@graphitation/apollo-react-relay-duct-tape_v0.4.4",
100
+ "version": "0.4.4",
101
+ "comments": {
102
+ "patch": [
103
+ {
104
+ "comment": "Align graphql dependency to version ^15.0.0 across packages",
105
+ "author": "modevold@microsoft.com",
106
+ "commit": "d8b94fe7725a968abfac81953b97a879b2bdaeb3",
107
+ "package": "@graphitation/apollo-react-relay-duct-tape"
108
+ }
109
+ ]
110
+ }
111
+ },
112
+ {
113
+ "date": "Mon, 04 Oct 2021 13:48:04 GMT",
114
+ "tag": "@graphitation/apollo-react-relay-duct-tape_v0.4.3",
115
+ "version": "0.4.3",
116
+ "comments": {
117
+ "patch": [
118
+ {
119
+ "comment": "Bump @graphitation/apollo-mock-client to v0.6.9",
120
+ "author": "eloy.de.enige@gmail.com",
121
+ "commit": "ceb24aa25210090e38251be53d010d75abdad9ba",
122
+ "package": "@graphitation/apollo-react-relay-duct-tape"
123
+ }
124
+ ]
125
+ }
126
+ },
127
+ {
128
+ "date": "Fri, 30 Jul 2021 23:21:22 GMT",
129
+ "tag": "@graphitation/apollo-react-relay-duct-tape_v0.4.2",
130
+ "version": "0.4.2",
131
+ "comments": {
132
+ "patch": [
133
+ {
134
+ "comment": "Bump @graphitation/apollo-mock-client to v0.6.8",
135
+ "author": "eloy.de.enige@gmail.com",
136
+ "commit": "f78957783804c777d9e38adc433882058367b6cd",
137
+ "package": "@graphitation/apollo-react-relay-duct-tape"
138
+ }
139
+ ]
140
+ }
141
+ },
142
+ {
143
+ "date": "Fri, 30 Jul 2021 21:57:33 GMT",
144
+ "tag": "@graphitation/apollo-react-relay-duct-tape_v0.4.1",
145
+ "version": "0.4.1",
146
+ "comments": {
147
+ "patch": [
148
+ {
149
+ "comment": "Bump @graphitation/apollo-mock-client to v0.6.7",
150
+ "author": "eloy.de.enige@gmail.com",
151
+ "commit": "17478cbf5d33c03408bf2e23949619b00a66bce5",
152
+ "package": "@graphitation/apollo-react-relay-duct-tape"
153
+ }
154
+ ]
155
+ }
156
+ },
157
+ {
158
+ "date": "Tue, 13 Jul 2021 19:42:21 GMT",
159
+ "tag": "@graphitation/apollo-react-relay-duct-tape_v0.4.0",
160
+ "version": "0.4.0",
161
+ "comments": {
162
+ "minor": [
163
+ {
164
+ "comment": "Add `useMutation` hook",
165
+ "author": "eloy.de.enige@gmail.com",
166
+ "commit": "9884e0fea963021c764c176297a864f660ebd87f",
167
+ "package": "@graphitation/apollo-react-relay-duct-tape"
168
+ }
169
+ ]
170
+ }
171
+ },
172
+ {
173
+ "date": "Wed, 05 May 2021 19:48:35 GMT",
174
+ "tag": "@graphitation/apollo-react-relay-duct-tape_v0.3.6",
175
+ "version": "0.3.6",
176
+ "comments": {
177
+ "patch": [
178
+ {
179
+ "comment": "Bump @graphitation/apollo-mock-client to v0.6.6",
180
+ "author": "eloy.de.enige@gmail.com",
181
+ "commit": "120ae2d106a4622d6b1ea25ac912663a77ce4980",
182
+ "package": "@graphitation/apollo-react-relay-duct-tape"
183
+ }
184
+ ]
185
+ }
186
+ },
187
+ {
188
+ "date": "Tue, 04 May 2021 15:15:49 GMT",
189
+ "tag": "@graphitation/apollo-react-relay-duct-tape_v0.3.5",
190
+ "version": "0.3.5",
191
+ "comments": {
192
+ "patch": [
193
+ {
194
+ "comment": "Bump @graphitation/apollo-mock-client to v0.6.5",
195
+ "author": "eloy.de.enige@gmail.com",
196
+ "commit": "0933b2155e24f057379c24917d0872c8b5491fec",
197
+ "package": "@graphitation/apollo-react-relay-duct-tape"
198
+ }
199
+ ]
200
+ }
201
+ },
202
+ {
203
+ "date": "Tue, 27 Apr 2021 21:34:50 GMT",
204
+ "tag": "@graphitation/apollo-react-relay-duct-tape_v0.3.4",
205
+ "version": "0.3.4",
206
+ "comments": {
207
+ "patch": [
208
+ {
209
+ "comment": "Bump @graphitation/apollo-mock-client to v0.6.4",
210
+ "author": "eloy.de.enige@gmail.com",
211
+ "commit": "a6b3ad721b0bcb71de889bbdde778fcd87503217",
212
+ "package": "@graphitation/apollo-react-relay-duct-tape"
213
+ }
214
+ ]
215
+ }
216
+ },
217
+ {
218
+ "date": "Sat, 24 Apr 2021 23:10:54 GMT",
219
+ "tag": "@graphitation/apollo-react-relay-duct-tape_v0.3.3",
220
+ "version": "0.3.3",
221
+ "comments": {
222
+ "patch": [
223
+ {
224
+ "comment": "Include commonjs modules",
225
+ "author": "eloy.de.enige@gmail.com",
226
+ "commit": "1959ee4fa8b12688916df580b3c4dd0afa93f2ba",
227
+ "package": "@graphitation/apollo-react-relay-duct-tape"
228
+ }
229
+ ]
230
+ }
231
+ },
232
+ {
233
+ "date": "Fri, 23 Apr 2021 22:48:59 GMT",
234
+ "tag": "@graphitation/apollo-react-relay-duct-tape_v0.3.2",
235
+ "version": "0.3.2",
236
+ "comments": {
237
+ "patch": [
238
+ {
239
+ "comment": "[package] Bump minor versions",
240
+ "author": "eloy.de.enige@gmail.com",
241
+ "commit": "1b8e8ab11de78ce4d65f972a35504e246a89a22d",
242
+ "package": "@graphitation/apollo-react-relay-duct-tape"
243
+ }
244
+ ]
245
+ }
246
+ },
247
+ {
248
+ "date": "Fri, 23 Apr 2021 21:44:28 GMT",
249
+ "tag": "@graphitation/apollo-react-relay-duct-tape_v0.3.0",
250
+ "version": "0.3.0",
251
+ "comments": {
252
+ "patch": [
253
+ {
254
+ "comment": "Include correct files",
255
+ "author": "eloy.de.enige@gmail.com",
256
+ "commit": "2834a8b6a60213e786c15b923ca3270ed2dcfe4e",
257
+ "package": "@graphitation/apollo-react-relay-duct-tape"
258
+ },
259
+ {
260
+ "comment": "fixing the publish process, publishing a new patch level",
261
+ "author": "kchau@microsoft.com",
262
+ "commit": "2834a8b6a60213e786c15b923ca3270ed2dcfe4e",
263
+ "package": "@graphitation/apollo-react-relay-duct-tape"
264
+ },
265
+ {
266
+ "comment": "fixing the publish process, publishing a new patch level (again)",
267
+ "author": "kchau@microsoft.com",
268
+ "commit": "2834a8b6a60213e786c15b923ca3270ed2dcfe4e",
269
+ "package": "@graphitation/apollo-react-relay-duct-tape"
270
+ },
271
+ {
272
+ "comment": "Bump @graphitation/graphql-js-operation-payload-generator to v0.5.0",
273
+ "author": "eloy.de.enige@gmail.com",
274
+ "commit": "2834a8b6a60213e786c15b923ca3270ed2dcfe4e",
275
+ "package": "@graphitation/apollo-react-relay-duct-tape"
276
+ },
277
+ {
278
+ "comment": "Bump @graphitation/apollo-mock-client to v0.6.0",
279
+ "author": "eloy.de.enige@gmail.com",
280
+ "commit": "2834a8b6a60213e786c15b923ca3270ed2dcfe4e",
281
+ "package": "@graphitation/apollo-react-relay-duct-tape"
282
+ },
283
+ {
284
+ "comment": "Bump @graphitation/graphql-js-tag to v0.5.0",
285
+ "author": "eloy.de.enige@gmail.com",
286
+ "commit": "2834a8b6a60213e786c15b923ca3270ed2dcfe4e",
287
+ "package": "@graphitation/apollo-react-relay-duct-tape"
288
+ }
289
+ ],
290
+ "none": [
291
+ {
292
+ "comment": "fixing publish again - leveraging the previously generated change files to publish",
293
+ "author": "kchau@microsoft.com",
294
+ "commit": "2834a8b6a60213e786c15b923ca3270ed2dcfe4e",
295
+ "package": "@graphitation/apollo-react-relay-duct-tape"
296
+ },
297
+ {
298
+ "comment": "Initial import",
299
+ "author": "eloy.de.enige@gmail.com",
300
+ "commit": "2834a8b6a60213e786c15b923ca3270ed2dcfe4e",
301
+ "package": "@graphitation/apollo-react-relay-duct-tape"
302
+ },
303
+ {
304
+ "comment": "Use generated typings in tests",
305
+ "author": "eloy.de.enige@gmail.com",
306
+ "commit": "2834a8b6a60213e786c15b923ca3270ed2dcfe4e",
307
+ "package": "@graphitation/apollo-react-relay-duct-tape"
308
+ },
309
+ {
310
+ "comment": "Bump relay-compiler-language-graphitation to v0.5.0",
311
+ "author": "eloy.de.enige@gmail.com",
312
+ "commit": "2834a8b6a60213e786c15b923ca3270ed2dcfe4e",
313
+ "package": "@graphitation/apollo-react-relay-duct-tape"
314
+ }
315
+ ],
316
+ "minor": [
317
+ {
318
+ "comment": "First proper release",
319
+ "author": "eloy.de.enige@gmail.com",
320
+ "commit": "2834a8b6a60213e786c15b923ca3270ed2dcfe4e",
321
+ "package": "@graphitation/apollo-react-relay-duct-tape"
322
+ }
323
+ ]
324
+ }
325
+ }
326
+ ]
327
+ }
package/CHANGELOG.md CHANGED
@@ -1,12 +1,24 @@
1
1
  # Change Log - @graphitation/apollo-react-relay-duct-tape
2
2
 
3
- This log was last generated on Tue, 14 Dec 2021 10:06:07 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 23 Dec 2021 11:30:43 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.7.0
8
+
9
+ Thu, 23 Dec 2021 11:30:43 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - Added proper mjs builds (bump for main release) (mnovikov@microsoft.com)
14
+ - Bump @graphitation/apollo-mock-client to v0.10.0
15
+ - Bump @graphitation/graphql-js-operation-payload-generator to v0.8.0
16
+ - Bump @graphitation/graphql-js-tag to v0.8.0
17
+ - Bump relay-compiler-language-graphitation to v0.7.0
18
+
7
19
  ## 0.6.0
8
20
 
9
- Tue, 14 Dec 2021 10:06:07 GMT
21
+ Tue, 14 Dec 2021 10:13:54 GMT
10
22
 
11
23
  ### Minor changes
12
24
 
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.6.0",
5
+ "version": "0.7.0",
6
6
  "main": "./lib/index.js",
7
7
  "scripts": {
8
8
  "build": "monorepo-scripts build",
@@ -14,16 +14,16 @@
14
14
  },
15
15
  "devDependencies": {
16
16
  "@apollo/client": "^3.3.15",
17
- "@graphitation/apollo-mock-client": "^0.9.0",
18
- "@graphitation/graphql-js-operation-payload-generator": "^0.7.0",
19
- "@graphitation/graphql-js-tag": "^0.7.0",
17
+ "@graphitation/apollo-mock-client": "^0.10.0",
18
+ "@graphitation/graphql-js-operation-payload-generator": "^0.8.0",
19
+ "@graphitation/graphql-js-tag": "^0.8.0",
20
20
  "@types/jest": "^26.0.22",
21
21
  "@types/react": "^17.0.3",
22
22
  "graphql": "^15.0.0",
23
23
  "monorepo-scripts": "*",
24
24
  "react": "^17.0.2",
25
25
  "relay-compiler": "^11.0.2",
26
- "relay-compiler-language-graphitation": "^0.6.0",
26
+ "relay-compiler-language-graphitation": "^0.7.0",
27
27
  "ts-expect": "^1.3.0"
28
28
  },
29
29
  "peerDependencies": {