@graphitation/apollo-react-relay-duct-tape 0.6.0 → 0.7.3
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 -0
- package/CHANGELOG.json +405 -0
- package/CHANGELOG.md +41 -2
- package/package.json +12 -6
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":1642154979097,"results":"9","hashOfConfig":"10"},{"size":506,"mtime":1642154979097,"results":"11","hashOfConfig":"10"},{"size":463,"mtime":1642154979097,"results":"12","hashOfConfig":"10"},{"size":509,"mtime":1642154979097,"results":"13","hashOfConfig":"10"},{"size":9958,"mtime":1642154979097,"results":"14","hashOfConfig":"10"},{"size":10110,"mtime":1642154979101,"results":"15","hashOfConfig":"10"},{"size":50,"mtime":1642154979101,"results":"16","hashOfConfig":"10"},{"size":1353,"mtime":1642154979101,"results":"17","hashOfConfig":"10"},{"filePath":"18","messages":"19","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"5hi3pd",{"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,405 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@graphitation/apollo-react-relay-duct-tape",
|
|
3
|
+
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"date": "Fri, 14 Jan 2022 10:11:56 GMT",
|
|
6
|
+
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.7.3",
|
|
7
|
+
"version": "0.7.3",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "mnovikov@microsoft.com",
|
|
12
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
13
|
+
"commit": "31a3867a32c3001ded73331c7a546057eb480a62",
|
|
14
|
+
"comment": "Add side-effects false to all production packages for webpack opt"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
19
|
+
"comment": "Bump @graphitation/apollo-mock-client to v0.10.1",
|
|
20
|
+
"commit": "31a3867a32c3001ded73331c7a546057eb480a62"
|
|
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.1",
|
|
26
|
+
"commit": "31a3867a32c3001ded73331c7a546057eb480a62"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "beachball",
|
|
30
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
31
|
+
"comment": "Bump @graphitation/graphql-js-tag to v0.8.1",
|
|
32
|
+
"commit": "31a3867a32c3001ded73331c7a546057eb480a62"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"date": "Thu, 06 Jan 2022 09:53:33 GMT",
|
|
39
|
+
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.7.2",
|
|
40
|
+
"version": "0.7.2",
|
|
41
|
+
"comments": {
|
|
42
|
+
"patch": [
|
|
43
|
+
{
|
|
44
|
+
"author": "beachball",
|
|
45
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
46
|
+
"comment": "Bump relay-compiler-language-graphitation to v0.8.1",
|
|
47
|
+
"commit": "0268d6880be756f48acc0dd7c1faffef70f23189"
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"date": "Wed, 05 Jan 2022 15:09:43 GMT",
|
|
54
|
+
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.7.1",
|
|
55
|
+
"version": "0.7.1",
|
|
56
|
+
"comments": {
|
|
57
|
+
"patch": [
|
|
58
|
+
{
|
|
59
|
+
"author": "beachball",
|
|
60
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
61
|
+
"comment": "Bump relay-compiler-language-graphitation to v0.8.0",
|
|
62
|
+
"commit": "298f6ea41347e68022fd99c0898aa59e108d2e5b"
|
|
63
|
+
}
|
|
64
|
+
]
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"date": "Thu, 23 Dec 2021 13:01:22 GMT",
|
|
69
|
+
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.7.0",
|
|
70
|
+
"version": "0.7.0",
|
|
71
|
+
"comments": {
|
|
72
|
+
"none": [
|
|
73
|
+
{
|
|
74
|
+
"author": "eloy.de.enige@gmail.com",
|
|
75
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
76
|
+
"commit": "bbbe8844858f53ceed2bd1c8790d3aff43b919df",
|
|
77
|
+
"comment": "[package] Add repo details to other packages and template"
|
|
78
|
+
}
|
|
79
|
+
]
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"date": "Thu, 23 Dec 2021 11:31:14 GMT",
|
|
84
|
+
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.7.0",
|
|
85
|
+
"version": "0.7.0",
|
|
86
|
+
"comments": {
|
|
87
|
+
"minor": [
|
|
88
|
+
{
|
|
89
|
+
"author": "mnovikov@microsoft.com",
|
|
90
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
91
|
+
"commit": "d3baa5116dc93bba4e38e5beb7f23c3edbbb0680",
|
|
92
|
+
"comment": "Added proper mjs builds (bump for main release)"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"author": "beachball",
|
|
96
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
97
|
+
"comment": "Bump @graphitation/apollo-mock-client to v0.10.0",
|
|
98
|
+
"commit": "d3baa5116dc93bba4e38e5beb7f23c3edbbb0680"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"author": "beachball",
|
|
102
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
103
|
+
"comment": "Bump @graphitation/graphql-js-operation-payload-generator to v0.8.0",
|
|
104
|
+
"commit": "d3baa5116dc93bba4e38e5beb7f23c3edbbb0680"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"author": "beachball",
|
|
108
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
109
|
+
"comment": "Bump @graphitation/graphql-js-tag to v0.8.0",
|
|
110
|
+
"commit": "d3baa5116dc93bba4e38e5beb7f23c3edbbb0680"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"author": "beachball",
|
|
114
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
115
|
+
"comment": "Bump relay-compiler-language-graphitation to v0.7.0",
|
|
116
|
+
"commit": "d3baa5116dc93bba4e38e5beb7f23c3edbbb0680"
|
|
117
|
+
}
|
|
118
|
+
]
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"date": "Tue, 14 Dec 2021 10:13:54 GMT",
|
|
123
|
+
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.6.0",
|
|
124
|
+
"version": "0.6.0",
|
|
125
|
+
"comments": {
|
|
126
|
+
"minor": [
|
|
127
|
+
{
|
|
128
|
+
"author": "mnovikov@microsoft.com",
|
|
129
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
130
|
+
"commit": "fad5f1bc587470a2c85bf5763bb102a179a592b2",
|
|
131
|
+
"comment": "Support ESM in distro packages"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"author": "beachball",
|
|
135
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
136
|
+
"comment": "Bump @graphitation/apollo-mock-client to v0.9.0",
|
|
137
|
+
"commit": "fc3bf93bc5d50221d8539fe79704c45bc2612786"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"author": "beachball",
|
|
141
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
142
|
+
"comment": "Bump @graphitation/graphql-js-operation-payload-generator to v0.7.0",
|
|
143
|
+
"commit": "fc3bf93bc5d50221d8539fe79704c45bc2612786"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"author": "beachball",
|
|
147
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
148
|
+
"comment": "Bump @graphitation/graphql-js-tag to v0.7.0",
|
|
149
|
+
"commit": "fc3bf93bc5d50221d8539fe79704c45bc2612786"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"author": "beachball",
|
|
153
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
154
|
+
"comment": "Bump relay-compiler-language-graphitation to v0.6.0",
|
|
155
|
+
"commit": "fc3bf93bc5d50221d8539fe79704c45bc2612786"
|
|
156
|
+
}
|
|
157
|
+
]
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"date": "Tue, 26 Oct 2021 21:09:29 GMT",
|
|
162
|
+
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.4.5",
|
|
163
|
+
"version": "0.4.5",
|
|
164
|
+
"comments": {
|
|
165
|
+
"patch": [
|
|
166
|
+
{
|
|
167
|
+
"comment": "Ensure that all packages listing graphql as a peerDependency also has it as a devDependency",
|
|
168
|
+
"author": "modevold@microsoft.com",
|
|
169
|
+
"commit": "6fbd717cb21f2e9f49ddca58e0365b5381358b46",
|
|
170
|
+
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
171
|
+
}
|
|
172
|
+
]
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"date": "Tue, 26 Oct 2021 12:46:12 GMT",
|
|
177
|
+
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.4.4",
|
|
178
|
+
"version": "0.4.4",
|
|
179
|
+
"comments": {
|
|
180
|
+
"patch": [
|
|
181
|
+
{
|
|
182
|
+
"comment": "Align graphql dependency to version ^15.0.0 across packages",
|
|
183
|
+
"author": "modevold@microsoft.com",
|
|
184
|
+
"commit": "d8b94fe7725a968abfac81953b97a879b2bdaeb3",
|
|
185
|
+
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
186
|
+
}
|
|
187
|
+
]
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"date": "Mon, 04 Oct 2021 13:48:04 GMT",
|
|
192
|
+
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.4.3",
|
|
193
|
+
"version": "0.4.3",
|
|
194
|
+
"comments": {
|
|
195
|
+
"patch": [
|
|
196
|
+
{
|
|
197
|
+
"comment": "Bump @graphitation/apollo-mock-client to v0.6.9",
|
|
198
|
+
"author": "eloy.de.enige@gmail.com",
|
|
199
|
+
"commit": "ceb24aa25210090e38251be53d010d75abdad9ba",
|
|
200
|
+
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
201
|
+
}
|
|
202
|
+
]
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"date": "Fri, 30 Jul 2021 23:21:22 GMT",
|
|
207
|
+
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.4.2",
|
|
208
|
+
"version": "0.4.2",
|
|
209
|
+
"comments": {
|
|
210
|
+
"patch": [
|
|
211
|
+
{
|
|
212
|
+
"comment": "Bump @graphitation/apollo-mock-client to v0.6.8",
|
|
213
|
+
"author": "eloy.de.enige@gmail.com",
|
|
214
|
+
"commit": "f78957783804c777d9e38adc433882058367b6cd",
|
|
215
|
+
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
216
|
+
}
|
|
217
|
+
]
|
|
218
|
+
}
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"date": "Fri, 30 Jul 2021 21:57:33 GMT",
|
|
222
|
+
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.4.1",
|
|
223
|
+
"version": "0.4.1",
|
|
224
|
+
"comments": {
|
|
225
|
+
"patch": [
|
|
226
|
+
{
|
|
227
|
+
"comment": "Bump @graphitation/apollo-mock-client to v0.6.7",
|
|
228
|
+
"author": "eloy.de.enige@gmail.com",
|
|
229
|
+
"commit": "17478cbf5d33c03408bf2e23949619b00a66bce5",
|
|
230
|
+
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
231
|
+
}
|
|
232
|
+
]
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"date": "Tue, 13 Jul 2021 19:42:21 GMT",
|
|
237
|
+
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.4.0",
|
|
238
|
+
"version": "0.4.0",
|
|
239
|
+
"comments": {
|
|
240
|
+
"minor": [
|
|
241
|
+
{
|
|
242
|
+
"comment": "Add `useMutation` hook",
|
|
243
|
+
"author": "eloy.de.enige@gmail.com",
|
|
244
|
+
"commit": "9884e0fea963021c764c176297a864f660ebd87f",
|
|
245
|
+
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
246
|
+
}
|
|
247
|
+
]
|
|
248
|
+
}
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"date": "Wed, 05 May 2021 19:48:35 GMT",
|
|
252
|
+
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.3.6",
|
|
253
|
+
"version": "0.3.6",
|
|
254
|
+
"comments": {
|
|
255
|
+
"patch": [
|
|
256
|
+
{
|
|
257
|
+
"comment": "Bump @graphitation/apollo-mock-client to v0.6.6",
|
|
258
|
+
"author": "eloy.de.enige@gmail.com",
|
|
259
|
+
"commit": "120ae2d106a4622d6b1ea25ac912663a77ce4980",
|
|
260
|
+
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
261
|
+
}
|
|
262
|
+
]
|
|
263
|
+
}
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"date": "Tue, 04 May 2021 15:15:49 GMT",
|
|
267
|
+
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.3.5",
|
|
268
|
+
"version": "0.3.5",
|
|
269
|
+
"comments": {
|
|
270
|
+
"patch": [
|
|
271
|
+
{
|
|
272
|
+
"comment": "Bump @graphitation/apollo-mock-client to v0.6.5",
|
|
273
|
+
"author": "eloy.de.enige@gmail.com",
|
|
274
|
+
"commit": "0933b2155e24f057379c24917d0872c8b5491fec",
|
|
275
|
+
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
276
|
+
}
|
|
277
|
+
]
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"date": "Tue, 27 Apr 2021 21:34:50 GMT",
|
|
282
|
+
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.3.4",
|
|
283
|
+
"version": "0.3.4",
|
|
284
|
+
"comments": {
|
|
285
|
+
"patch": [
|
|
286
|
+
{
|
|
287
|
+
"comment": "Bump @graphitation/apollo-mock-client to v0.6.4",
|
|
288
|
+
"author": "eloy.de.enige@gmail.com",
|
|
289
|
+
"commit": "a6b3ad721b0bcb71de889bbdde778fcd87503217",
|
|
290
|
+
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
291
|
+
}
|
|
292
|
+
]
|
|
293
|
+
}
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"date": "Sat, 24 Apr 2021 23:10:54 GMT",
|
|
297
|
+
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.3.3",
|
|
298
|
+
"version": "0.3.3",
|
|
299
|
+
"comments": {
|
|
300
|
+
"patch": [
|
|
301
|
+
{
|
|
302
|
+
"comment": "Include commonjs modules",
|
|
303
|
+
"author": "eloy.de.enige@gmail.com",
|
|
304
|
+
"commit": "1959ee4fa8b12688916df580b3c4dd0afa93f2ba",
|
|
305
|
+
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
306
|
+
}
|
|
307
|
+
]
|
|
308
|
+
}
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"date": "Fri, 23 Apr 2021 22:48:59 GMT",
|
|
312
|
+
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.3.2",
|
|
313
|
+
"version": "0.3.2",
|
|
314
|
+
"comments": {
|
|
315
|
+
"patch": [
|
|
316
|
+
{
|
|
317
|
+
"comment": "[package] Bump minor versions",
|
|
318
|
+
"author": "eloy.de.enige@gmail.com",
|
|
319
|
+
"commit": "1b8e8ab11de78ce4d65f972a35504e246a89a22d",
|
|
320
|
+
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
321
|
+
}
|
|
322
|
+
]
|
|
323
|
+
}
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"date": "Fri, 23 Apr 2021 21:44:28 GMT",
|
|
327
|
+
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.3.0",
|
|
328
|
+
"version": "0.3.0",
|
|
329
|
+
"comments": {
|
|
330
|
+
"patch": [
|
|
331
|
+
{
|
|
332
|
+
"comment": "Include correct files",
|
|
333
|
+
"author": "eloy.de.enige@gmail.com",
|
|
334
|
+
"commit": "2834a8b6a60213e786c15b923ca3270ed2dcfe4e",
|
|
335
|
+
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"comment": "fixing the publish process, publishing a new patch level",
|
|
339
|
+
"author": "kchau@microsoft.com",
|
|
340
|
+
"commit": "2834a8b6a60213e786c15b923ca3270ed2dcfe4e",
|
|
341
|
+
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"comment": "fixing the publish process, publishing a new patch level (again)",
|
|
345
|
+
"author": "kchau@microsoft.com",
|
|
346
|
+
"commit": "2834a8b6a60213e786c15b923ca3270ed2dcfe4e",
|
|
347
|
+
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"comment": "Bump @graphitation/graphql-js-operation-payload-generator to v0.5.0",
|
|
351
|
+
"author": "eloy.de.enige@gmail.com",
|
|
352
|
+
"commit": "2834a8b6a60213e786c15b923ca3270ed2dcfe4e",
|
|
353
|
+
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"comment": "Bump @graphitation/apollo-mock-client to v0.6.0",
|
|
357
|
+
"author": "eloy.de.enige@gmail.com",
|
|
358
|
+
"commit": "2834a8b6a60213e786c15b923ca3270ed2dcfe4e",
|
|
359
|
+
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"comment": "Bump @graphitation/graphql-js-tag to v0.5.0",
|
|
363
|
+
"author": "eloy.de.enige@gmail.com",
|
|
364
|
+
"commit": "2834a8b6a60213e786c15b923ca3270ed2dcfe4e",
|
|
365
|
+
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
366
|
+
}
|
|
367
|
+
],
|
|
368
|
+
"none": [
|
|
369
|
+
{
|
|
370
|
+
"comment": "fixing publish again - leveraging the previously generated change files to publish",
|
|
371
|
+
"author": "kchau@microsoft.com",
|
|
372
|
+
"commit": "2834a8b6a60213e786c15b923ca3270ed2dcfe4e",
|
|
373
|
+
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"comment": "Initial import",
|
|
377
|
+
"author": "eloy.de.enige@gmail.com",
|
|
378
|
+
"commit": "2834a8b6a60213e786c15b923ca3270ed2dcfe4e",
|
|
379
|
+
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"comment": "Use generated typings in tests",
|
|
383
|
+
"author": "eloy.de.enige@gmail.com",
|
|
384
|
+
"commit": "2834a8b6a60213e786c15b923ca3270ed2dcfe4e",
|
|
385
|
+
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"comment": "Bump relay-compiler-language-graphitation to v0.5.0",
|
|
389
|
+
"author": "eloy.de.enige@gmail.com",
|
|
390
|
+
"commit": "2834a8b6a60213e786c15b923ca3270ed2dcfe4e",
|
|
391
|
+
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
392
|
+
}
|
|
393
|
+
],
|
|
394
|
+
"minor": [
|
|
395
|
+
{
|
|
396
|
+
"comment": "First proper release",
|
|
397
|
+
"author": "eloy.de.enige@gmail.com",
|
|
398
|
+
"commit": "2834a8b6a60213e786c15b923ca3270ed2dcfe4e",
|
|
399
|
+
"package": "@graphitation/apollo-react-relay-duct-tape"
|
|
400
|
+
}
|
|
401
|
+
]
|
|
402
|
+
}
|
|
403
|
+
}
|
|
404
|
+
]
|
|
405
|
+
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,51 @@
|
|
|
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 Fri, 14 Jan 2022 10:11:56 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.7.3
|
|
8
|
+
|
|
9
|
+
Fri, 14 Jan 2022 10:11:56 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Add side-effects false to all production packages for webpack opt (mnovikov@microsoft.com)
|
|
14
|
+
- Bump @graphitation/apollo-mock-client to v0.10.1
|
|
15
|
+
- Bump @graphitation/graphql-js-operation-payload-generator to v0.8.1
|
|
16
|
+
- Bump @graphitation/graphql-js-tag to v0.8.1
|
|
17
|
+
|
|
18
|
+
## 0.7.2
|
|
19
|
+
|
|
20
|
+
Thu, 06 Jan 2022 09:53:33 GMT
|
|
21
|
+
|
|
22
|
+
### Patches
|
|
23
|
+
|
|
24
|
+
- Bump relay-compiler-language-graphitation to v0.8.1
|
|
25
|
+
|
|
26
|
+
## 0.7.1
|
|
27
|
+
|
|
28
|
+
Wed, 05 Jan 2022 15:09:43 GMT
|
|
29
|
+
|
|
30
|
+
### Patches
|
|
31
|
+
|
|
32
|
+
- Bump relay-compiler-language-graphitation to v0.8.0
|
|
33
|
+
|
|
34
|
+
## 0.7.0
|
|
35
|
+
|
|
36
|
+
Thu, 23 Dec 2021 11:31:14 GMT
|
|
37
|
+
|
|
38
|
+
### Minor changes
|
|
39
|
+
|
|
40
|
+
- Added proper mjs builds (bump for main release) (mnovikov@microsoft.com)
|
|
41
|
+
- Bump @graphitation/apollo-mock-client to v0.10.0
|
|
42
|
+
- Bump @graphitation/graphql-js-operation-payload-generator to v0.8.0
|
|
43
|
+
- Bump @graphitation/graphql-js-tag to v0.8.0
|
|
44
|
+
- Bump relay-compiler-language-graphitation to v0.7.0
|
|
45
|
+
|
|
7
46
|
## 0.6.0
|
|
8
47
|
|
|
9
|
-
Tue, 14 Dec 2021 10:
|
|
48
|
+
Tue, 14 Dec 2021 10:13:54 GMT
|
|
10
49
|
|
|
11
50
|
### Minor changes
|
|
12
51
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,12 @@
|
|
|
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.
|
|
5
|
+
"version": "0.7.3",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/microsoft/graphitation.git",
|
|
9
|
+
"directory": "packages/apollo-react-relay-duct-tape"
|
|
10
|
+
},
|
|
6
11
|
"main": "./lib/index.js",
|
|
7
12
|
"scripts": {
|
|
8
13
|
"build": "monorepo-scripts build",
|
|
@@ -14,16 +19,16 @@
|
|
|
14
19
|
},
|
|
15
20
|
"devDependencies": {
|
|
16
21
|
"@apollo/client": "^3.3.15",
|
|
17
|
-
"@graphitation/apollo-mock-client": "^0.
|
|
18
|
-
"@graphitation/graphql-js-operation-payload-generator": "^0.
|
|
19
|
-
"@graphitation/graphql-js-tag": "^0.
|
|
22
|
+
"@graphitation/apollo-mock-client": "^0.10.1",
|
|
23
|
+
"@graphitation/graphql-js-operation-payload-generator": "^0.8.1",
|
|
24
|
+
"@graphitation/graphql-js-tag": "^0.8.1",
|
|
20
25
|
"@types/jest": "^26.0.22",
|
|
21
26
|
"@types/react": "^17.0.3",
|
|
22
27
|
"graphql": "^15.0.0",
|
|
23
28
|
"monorepo-scripts": "*",
|
|
24
29
|
"react": "^17.0.2",
|
|
25
30
|
"relay-compiler": "^11.0.2",
|
|
26
|
-
"relay-compiler-language-graphitation": "^0.
|
|
31
|
+
"relay-compiler-language-graphitation": "^0.8.1",
|
|
27
32
|
"ts-expect": "^1.3.0"
|
|
28
33
|
},
|
|
29
34
|
"peerDependencies": {
|
|
@@ -34,7 +39,8 @@
|
|
|
34
39
|
"invariant": "^2.2.4"
|
|
35
40
|
},
|
|
36
41
|
"publishConfig": {
|
|
37
|
-
"access": "public"
|
|
42
|
+
"access": "public",
|
|
43
|
+
"sideEffects": false
|
|
38
44
|
},
|
|
39
45
|
"types": "./lib/index.d.ts",
|
|
40
46
|
"module": "./lib/index.mjs",
|