@graphitation/supermassive 0.7.2 → 0.8.2
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.md +18 -2
- package/lib/benchmarks/index.js +13 -0
- package/lib/benchmarks/index.mjs +19 -1
- package/lib/benchmarks/swapi-schema/__generated__/schema.d.ts +2 -25
- package/lib/benchmarks/swapi-schema/__generated__/schema.d.ts.map +1 -1
- package/lib/benchmarks/swapi-schema/__generated__/schema.js +41 -0
- package/lib/benchmarks/swapi-schema/__generated__/schema.mjs +19 -0
- package/lib/bin/supermassive.js +0 -0
- package/lib/executeWithSchema.d.ts.map +1 -1
- package/lib/executeWithSchema.js +2 -3
- package/lib/executeWithSchema.mjs +2 -3
- package/lib/executeWithoutSchema.d.ts.map +1 -1
- package/lib/executeWithoutSchema.js +4 -1
- package/lib/executeWithoutSchema.mjs +4 -1
- package/lib/extractImplicitTypesToTypescript.d.ts.map +1 -1
- package/lib/extractImplicitTypesToTypescript.js +45 -25
- package/lib/extractImplicitTypesToTypescript.mjs +45 -25
- package/lib/index.d.ts +1 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/subscribeWithSchema.d.ts.map +1 -1
- package/lib/subscribeWithSchema.js +2 -16
- package/lib/subscribeWithSchema.mjs +2 -19
- package/lib/subscribeWithoutSchema.d.ts.map +1 -1
- package/lib/subscribeWithoutSchema.js +5 -1
- package/lib/subscribeWithoutSchema.mjs +5 -1
- package/lib/types.d.ts +14 -3
- package/lib/types.d.ts.map +1 -1
- package/lib/utilities/mergeResolvers.d.ts +2 -2
- package/lib/utilities/mergeResolvers.d.ts.map +1 -1
- package/package.json +5 -4
- package/CHANGELOG.json +0 -365
package/CHANGELOG.json
DELETED
|
@@ -1,365 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@graphitation/supermassive",
|
|
3
|
-
"entries": [
|
|
4
|
-
{
|
|
5
|
-
"date": "Mon, 07 Feb 2022 09:13:32 GMT",
|
|
6
|
-
"tag": "@graphitation/supermassive_v0.7.2",
|
|
7
|
-
"version": "0.7.2",
|
|
8
|
-
"comments": {
|
|
9
|
-
"patch": [
|
|
10
|
-
{
|
|
11
|
-
"author": "jakubvejr@microsoft.com",
|
|
12
|
-
"package": "@graphitation/supermassive",
|
|
13
|
-
"commit": "e424c9cafe96e42a28edecf8ea1ef3500d7b071b",
|
|
14
|
-
"comment": "tests use extracted resolvers from typescript file"
|
|
15
|
-
}
|
|
16
|
-
]
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"date": "Fri, 04 Feb 2022 11:53:40 GMT",
|
|
21
|
-
"tag": "@graphitation/supermassive_v0.7.1",
|
|
22
|
-
"version": "0.7.1",
|
|
23
|
-
"comments": {
|
|
24
|
-
"patch": [
|
|
25
|
-
{
|
|
26
|
-
"author": "jakubvejr@microsoft.com",
|
|
27
|
-
"package": "@graphitation/supermassive",
|
|
28
|
-
"commit": "943230ef7535d211f99a7ea8a54cc5e80a50754c",
|
|
29
|
-
"comment": "ensureValidRuntimeType error messages modified"
|
|
30
|
-
}
|
|
31
|
-
]
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"date": "Thu, 03 Feb 2022 09:30:26 GMT",
|
|
36
|
-
"tag": "@graphitation/supermassive_v0.7.0",
|
|
37
|
-
"version": "0.7.0",
|
|
38
|
-
"comments": {
|
|
39
|
-
"minor": [
|
|
40
|
-
{
|
|
41
|
-
"author": "jakubvejr@microsoft.com",
|
|
42
|
-
"package": "@graphitation/supermassive",
|
|
43
|
-
"commit": "8de2f546c23c6d09c6461ca291873ed22660566f",
|
|
44
|
-
"comment": "check whether a fragment is applicable to the given type"
|
|
45
|
-
}
|
|
46
|
-
]
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"date": "Wed, 26 Jan 2022 09:11:30 GMT",
|
|
51
|
-
"tag": "@graphitation/supermassive_v0.6.3",
|
|
52
|
-
"version": "0.6.3",
|
|
53
|
-
"comments": {
|
|
54
|
-
"patch": [
|
|
55
|
-
{
|
|
56
|
-
"author": "jakubvejr@microsoft.com",
|
|
57
|
-
"package": "@graphitation/supermassive",
|
|
58
|
-
"commit": "db06c5c33b72f611a7a7aca25a7d2f2b808a6d60",
|
|
59
|
-
"comment": "getArgumentValues fix"
|
|
60
|
-
}
|
|
61
|
-
]
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"date": "Tue, 25 Jan 2022 09:56:59 GMT",
|
|
66
|
-
"tag": "@graphitation/supermassive_v0.6.1",
|
|
67
|
-
"version": "0.6.1",
|
|
68
|
-
"comments": {
|
|
69
|
-
"none": [
|
|
70
|
-
{
|
|
71
|
-
"author": "mnovikov@microsoft.com",
|
|
72
|
-
"package": "@graphitation/supermassive",
|
|
73
|
-
"commit": "5fddfaa87809a5e094f61cb2bbd3f1b69202e7f1",
|
|
74
|
-
"comment": "Add prettierrc, add it to linter and force it to do it"
|
|
75
|
-
}
|
|
76
|
-
]
|
|
77
|
-
}
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"date": "Mon, 24 Jan 2022 13:40:52 GMT",
|
|
81
|
-
"tag": "@graphitation/supermassive_v0.6.1",
|
|
82
|
-
"version": "0.6.1",
|
|
83
|
-
"comments": {
|
|
84
|
-
"patch": [
|
|
85
|
-
{
|
|
86
|
-
"author": "mnovikov@microsoft.com",
|
|
87
|
-
"package": "@graphitation/supermassive",
|
|
88
|
-
"commit": "ce2d4f019baf1717202a3c33ec0d75fa3b5a4fb3",
|
|
89
|
-
"comment": "Fix Webpack 4 compat"
|
|
90
|
-
}
|
|
91
|
-
]
|
|
92
|
-
}
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"date": "Mon, 24 Jan 2022 11:18:59 GMT",
|
|
96
|
-
"tag": "@graphitation/supermassive_v0.6.0",
|
|
97
|
-
"version": "0.6.0",
|
|
98
|
-
"comments": {
|
|
99
|
-
"minor": [
|
|
100
|
-
{
|
|
101
|
-
"author": "jakubvejr@microsoft.com",
|
|
102
|
-
"package": "@graphitation/supermassive",
|
|
103
|
-
"commit": "6f7d0728d4f196601758acde6fb2b02477201df5",
|
|
104
|
-
"comment": "Directives implemented"
|
|
105
|
-
}
|
|
106
|
-
]
|
|
107
|
-
}
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
"date": "Wed, 19 Jan 2022 13:39:52 GMT",
|
|
111
|
-
"tag": "@graphitation/supermassive_v0.5.2",
|
|
112
|
-
"version": "0.5.2",
|
|
113
|
-
"comments": {
|
|
114
|
-
"patch": [
|
|
115
|
-
{
|
|
116
|
-
"author": "jakubvejr@microsoft.com",
|
|
117
|
-
"package": "@graphitation/supermassive",
|
|
118
|
-
"commit": "bbcd6d2d5fe95073e9bea820f92298f397edda26",
|
|
119
|
-
"comment": "Export AST types"
|
|
120
|
-
}
|
|
121
|
-
]
|
|
122
|
-
}
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"date": "Tue, 18 Jan 2022 12:29:14 GMT",
|
|
126
|
-
"tag": "@graphitation/supermassive_v0.5.1",
|
|
127
|
-
"version": "0.5.1",
|
|
128
|
-
"comments": {
|
|
129
|
-
"patch": [
|
|
130
|
-
{
|
|
131
|
-
"author": "jakubvejr@microsoft.com",
|
|
132
|
-
"package": "@graphitation/supermassive",
|
|
133
|
-
"commit": "e48a7490997e1c9cd3487c1b2c178c56c1ce5a1b",
|
|
134
|
-
"comment": "Reexported type fixed"
|
|
135
|
-
}
|
|
136
|
-
]
|
|
137
|
-
}
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"date": "Tue, 18 Jan 2022 09:59:51 GMT",
|
|
141
|
-
"tag": "@graphitation/supermassive_v0.5.0",
|
|
142
|
-
"version": "0.5.0",
|
|
143
|
-
"comments": {
|
|
144
|
-
"minor": [
|
|
145
|
-
{
|
|
146
|
-
"author": "jakubvejr@microsoft.com",
|
|
147
|
-
"package": "@graphitation/supermassive",
|
|
148
|
-
"commit": "6a2790e55986f1ae77c6abacdc7e7b81255c68f2",
|
|
149
|
-
"comment": "Added support for subscribe operation"
|
|
150
|
-
}
|
|
151
|
-
]
|
|
152
|
-
}
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"date": "Fri, 14 Jan 2022 11:15:34 GMT",
|
|
156
|
-
"tag": "@graphitation/supermassive_v0.4.5",
|
|
157
|
-
"version": "0.4.5",
|
|
158
|
-
"comments": {
|
|
159
|
-
"patch": [
|
|
160
|
-
{
|
|
161
|
-
"author": "mnovikov@microsoft.com",
|
|
162
|
-
"package": "@graphitation/supermassive",
|
|
163
|
-
"commit": "9882765303f4e5ff5820e243ab498d9627825d8b",
|
|
164
|
-
"comment": "Make sideffects false actually work"
|
|
165
|
-
}
|
|
166
|
-
]
|
|
167
|
-
}
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
"date": "Fri, 14 Jan 2022 10:12:20 GMT",
|
|
171
|
-
"tag": "@graphitation/supermassive_v0.4.4",
|
|
172
|
-
"version": "0.4.4",
|
|
173
|
-
"comments": {
|
|
174
|
-
"patch": [
|
|
175
|
-
{
|
|
176
|
-
"author": "mnovikov@microsoft.com",
|
|
177
|
-
"package": "@graphitation/supermassive",
|
|
178
|
-
"commit": "31a3867a32c3001ded73331c7a546057eb480a62",
|
|
179
|
-
"comment": "Add side-effects false to all production packages for webpack opt"
|
|
180
|
-
}
|
|
181
|
-
]
|
|
182
|
-
}
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"date": "Mon, 10 Jan 2022 12:12:59 GMT",
|
|
186
|
-
"tag": "@graphitation/supermassive_v0.4.3",
|
|
187
|
-
"version": "0.4.3",
|
|
188
|
-
"comments": {
|
|
189
|
-
"patch": [
|
|
190
|
-
{
|
|
191
|
-
"author": "vladimir.razuvaev@gmail.com",
|
|
192
|
-
"package": "@graphitation/supermassive",
|
|
193
|
-
"commit": "d76697496d8501bdbab6e4f4ace0d12910c37647",
|
|
194
|
-
"comment": "Unpin typescript dependency"
|
|
195
|
-
}
|
|
196
|
-
]
|
|
197
|
-
}
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
"date": "Thu, 23 Dec 2021 13:01:22 GMT",
|
|
201
|
-
"tag": "@graphitation/supermassive_v0.4.2",
|
|
202
|
-
"version": "0.4.2",
|
|
203
|
-
"comments": {
|
|
204
|
-
"none": [
|
|
205
|
-
{
|
|
206
|
-
"author": "eloy.de.enige@gmail.com",
|
|
207
|
-
"package": "@graphitation/supermassive",
|
|
208
|
-
"commit": "bbbe8844858f53ceed2bd1c8790d3aff43b919df",
|
|
209
|
-
"comment": "[package] Add repo details to other packages and template"
|
|
210
|
-
}
|
|
211
|
-
]
|
|
212
|
-
}
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
"date": "Thu, 23 Dec 2021 12:10:32 GMT",
|
|
216
|
-
"tag": "@graphitation/supermassive_v0.4.2",
|
|
217
|
-
"version": "0.4.2",
|
|
218
|
-
"comments": {
|
|
219
|
-
"patch": [
|
|
220
|
-
{
|
|
221
|
-
"author": "mnovikov@microsoft.com",
|
|
222
|
-
"package": "@graphitation/supermassive",
|
|
223
|
-
"commit": "50a46ca3ff490d63949a5e77949b5269d7c4ab6a",
|
|
224
|
-
"comment": "Fix require in supermassive cli"
|
|
225
|
-
}
|
|
226
|
-
]
|
|
227
|
-
}
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
"date": "Thu, 23 Dec 2021 11:32:16 GMT",
|
|
231
|
-
"tag": "@graphitation/supermassive_v0.4.1",
|
|
232
|
-
"version": "0.4.1",
|
|
233
|
-
"comments": {
|
|
234
|
-
"patch": [
|
|
235
|
-
{
|
|
236
|
-
"author": "mnovikov@microsoft.com",
|
|
237
|
-
"package": "@graphitation/supermassive",
|
|
238
|
-
"commit": "29d360b06e346a1f04fd20826fd2005da9f15a74",
|
|
239
|
-
"comment": "Add graphql-js notice"
|
|
240
|
-
}
|
|
241
|
-
]
|
|
242
|
-
}
|
|
243
|
-
},
|
|
244
|
-
{
|
|
245
|
-
"date": "Thu, 23 Dec 2021 11:31:14 GMT",
|
|
246
|
-
"tag": "@graphitation/supermassive_v0.4.0",
|
|
247
|
-
"version": "0.4.0",
|
|
248
|
-
"comments": {
|
|
249
|
-
"minor": [
|
|
250
|
-
{
|
|
251
|
-
"author": "mnovikov@microsoft.com",
|
|
252
|
-
"package": "@graphitation/supermassive",
|
|
253
|
-
"commit": "d3baa5116dc93bba4e38e5beb7f23c3edbbb0680",
|
|
254
|
-
"comment": "Added proper mjs builds (bump for main release)"
|
|
255
|
-
}
|
|
256
|
-
]
|
|
257
|
-
}
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
"date": "Tue, 14 Dec 2021 10:13:54 GMT",
|
|
261
|
-
"tag": "@graphitation/supermassive_v0.3.0",
|
|
262
|
-
"version": "0.3.0",
|
|
263
|
-
"comments": {
|
|
264
|
-
"minor": [
|
|
265
|
-
{
|
|
266
|
-
"author": "mnovikov@microsoft.com",
|
|
267
|
-
"package": "@graphitation/supermassive",
|
|
268
|
-
"commit": "fad5f1bc587470a2c85bf5763bb102a179a592b2",
|
|
269
|
-
"comment": "Support ESM in distro packages"
|
|
270
|
-
}
|
|
271
|
-
]
|
|
272
|
-
}
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"date": "Thu, 09 Dec 2021 14:41:56 GMT",
|
|
276
|
-
"tag": "@graphitation/supermassive_v0.2.0",
|
|
277
|
-
"version": "0.2.0",
|
|
278
|
-
"comments": {
|
|
279
|
-
"none": [
|
|
280
|
-
{
|
|
281
|
-
"comment": "Expand on what/why/how",
|
|
282
|
-
"author": "eloy.de.enige@gmail.com",
|
|
283
|
-
"commit": "7db88d6e25f7de28b92750c3e1908b5096078e3e",
|
|
284
|
-
"package": "@graphitation/supermassive"
|
|
285
|
-
}
|
|
286
|
-
]
|
|
287
|
-
}
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
"date": "Fri, 26 Nov 2021 15:43:37 GMT",
|
|
291
|
-
"tag": "@graphitation/supermassive_v0.2.0",
|
|
292
|
-
"version": "0.2.0",
|
|
293
|
-
"comments": {
|
|
294
|
-
"minor": [
|
|
295
|
-
{
|
|
296
|
-
"comment": "Updated supermassive to be more suitable for usage",
|
|
297
|
-
"author": "mnovikov@microsoft.com",
|
|
298
|
-
"commit": "640e0b5d7ae7a8338346dd8b88a7dda7b2d9a060",
|
|
299
|
-
"package": "@graphitation/supermassive"
|
|
300
|
-
}
|
|
301
|
-
]
|
|
302
|
-
}
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
"date": "Tue, 26 Oct 2021 21:09:29 GMT",
|
|
306
|
-
"tag": "@graphitation/supermassive_v0.1.3",
|
|
307
|
-
"version": "0.1.3",
|
|
308
|
-
"comments": {
|
|
309
|
-
"patch": [
|
|
310
|
-
{
|
|
311
|
-
"comment": "Bump @graphitation/graphql-js-tag to v0.5.5",
|
|
312
|
-
"author": "modevold@microsoft.com",
|
|
313
|
-
"commit": "6fbd717cb21f2e9f49ddca58e0365b5381358b46",
|
|
314
|
-
"package": "@graphitation/supermassive"
|
|
315
|
-
}
|
|
316
|
-
]
|
|
317
|
-
}
|
|
318
|
-
},
|
|
319
|
-
{
|
|
320
|
-
"date": "Tue, 26 Oct 2021 12:46:12 GMT",
|
|
321
|
-
"tag": "@graphitation/supermassive_v0.1.2",
|
|
322
|
-
"version": "0.1.2",
|
|
323
|
-
"comments": {
|
|
324
|
-
"patch": [
|
|
325
|
-
{
|
|
326
|
-
"comment": "Align graphql dependency to version ^15.0.0 across packages",
|
|
327
|
-
"author": "modevold@microsoft.com",
|
|
328
|
-
"commit": "d8b94fe7725a968abfac81953b97a879b2bdaeb3",
|
|
329
|
-
"package": "@graphitation/supermassive"
|
|
330
|
-
}
|
|
331
|
-
]
|
|
332
|
-
}
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
"date": "Mon, 04 Oct 2021 13:48:04 GMT",
|
|
336
|
-
"tag": "@graphitation/supermassive_v0.1.1",
|
|
337
|
-
"version": "0.1.1",
|
|
338
|
-
"comments": {
|
|
339
|
-
"patch": [
|
|
340
|
-
{
|
|
341
|
-
"comment": "Bump @graphitation/graphql-js-tag to v0.5.4",
|
|
342
|
-
"author": "eloy.de.enige@gmail.com",
|
|
343
|
-
"commit": "ceb24aa25210090e38251be53d010d75abdad9ba",
|
|
344
|
-
"package": "@graphitation/supermassive"
|
|
345
|
-
}
|
|
346
|
-
]
|
|
347
|
-
}
|
|
348
|
-
},
|
|
349
|
-
{
|
|
350
|
-
"date": "Thu, 24 Jun 2021 12:32:15 GMT",
|
|
351
|
-
"tag": "@graphitation/supermassive_v0.1.0",
|
|
352
|
-
"version": "0.1.0",
|
|
353
|
-
"comments": {
|
|
354
|
-
"none": [
|
|
355
|
-
{
|
|
356
|
-
"comment": "Test and benchmark setup for supermassive",
|
|
357
|
-
"author": "eloy.de.enige@gmail.com",
|
|
358
|
-
"commit": "ebbad29ec11dae814bbe8c2e492d1baf5382c138",
|
|
359
|
-
"package": "@graphitation/supermassive"
|
|
360
|
-
}
|
|
361
|
-
]
|
|
362
|
-
}
|
|
363
|
-
}
|
|
364
|
-
]
|
|
365
|
-
}
|