@graphitation/supermassive 0.4.0 → 0.4.1
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/CHANGELOG.md +10 -2
- package/NOTICE +27 -0
- package/lib/bin/supermassive.js +0 -0
- package/package.json +1 -1
- package/.eslintcache +0 -1
- package/CHANGELOG.json +0 -125
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# Change Log - @graphitation/supermassive
|
|
2
2
|
|
|
3
|
-
This log was last generated on Thu, 23 Dec 2021 11:
|
|
3
|
+
This log was last generated on Thu, 23 Dec 2021 11:32:09 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.4.1
|
|
8
|
+
|
|
9
|
+
Thu, 23 Dec 2021 11:32:09 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Add graphql-js notice (mnovikov@microsoft.com)
|
|
14
|
+
|
|
7
15
|
## 0.4.0
|
|
8
16
|
|
|
9
|
-
Thu, 23 Dec 2021 11:
|
|
17
|
+
Thu, 23 Dec 2021 11:31:14 GMT
|
|
10
18
|
|
|
11
19
|
### Minor changes
|
|
12
20
|
|
package/NOTICE
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
NOTICES
|
|
2
|
+
|
|
3
|
+
This repository incorporates material as listed below or described in the code.
|
|
4
|
+
|
|
5
|
+
graphql-js
|
|
6
|
+
|
|
7
|
+
MIT License
|
|
8
|
+
|
|
9
|
+
Copyright (c) GraphQL Contributors
|
|
10
|
+
|
|
11
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
12
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
13
|
+
in the Software without restriction, including without limitation the rights
|
|
14
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
15
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
16
|
+
furnished to do so, subject to the following conditions:
|
|
17
|
+
|
|
18
|
+
The above copyright notice and this permission notice shall be included in all
|
|
19
|
+
copies or substantial portions of the Software.
|
|
20
|
+
|
|
21
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
22
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
23
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
24
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
25
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
26
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
27
|
+
SOFTWARE.
|
package/lib/bin/supermassive.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
package/.eslintcache
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[{"/home/runner/work/graphitation/graphitation/packages/supermassive/src/__tests__/execute.test.ts":"1","/home/runner/work/graphitation/graphitation/packages/supermassive/src/__tests__/extractImplicitTypes.test.ts":"2","/home/runner/work/graphitation/graphitation/packages/supermassive/src/ast/TypedAST.ts":"3","/home/runner/work/graphitation/graphitation/packages/supermassive/src/ast/__tests__/addTypesToRequestDocument.test.ts":"4","/home/runner/work/graphitation/graphitation/packages/supermassive/src/ast/addTypesToRequestDocument.ts":"5","/home/runner/work/graphitation/graphitation/packages/supermassive/src/benchmarks/index.ts":"6","/home/runner/work/graphitation/graphitation/packages/supermassive/src/benchmarks/nice-benchmark.ts":"7","/home/runner/work/graphitation/graphitation/packages/supermassive/src/benchmarks/swapi-schema/index.ts":"8","/home/runner/work/graphitation/graphitation/packages/supermassive/src/benchmarks/swapi-schema/models.ts":"9","/home/runner/work/graphitation/graphitation/packages/supermassive/src/benchmarks/swapi-schema/resolvers.ts":"10","/home/runner/work/graphitation/graphitation/packages/supermassive/src/bin/__tests__/typeDefsToImplicitResolvers.test.ts":"11","/home/runner/work/graphitation/graphitation/packages/supermassive/src/bin/supermassive.ts":"12","/home/runner/work/graphitation/graphitation/packages/supermassive/src/collectFields.ts":"13","/home/runner/work/graphitation/graphitation/packages/supermassive/src/compiledQuery.ts":"14","/home/runner/work/graphitation/graphitation/packages/supermassive/src/executeWithSchema.ts":"15","/home/runner/work/graphitation/graphitation/packages/supermassive/src/executeWithoutSchema.ts":"16","/home/runner/work/graphitation/graphitation/packages/supermassive/src/extractImplicitTypesRuntime.ts":"17","/home/runner/work/graphitation/graphitation/packages/supermassive/src/extractImplicitTypesToTypescript.ts":"18","/home/runner/work/graphitation/graphitation/packages/supermassive/src/index.ts":"19","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/Maybe.ts":"20","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/ObjMap.ts":"21","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/Path.ts":"22","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/PromiseOrValue.ts":"23","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/devAssert.ts":"24","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/didYouMean.ts":"25","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/identityFunc.ts":"26","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/inspect.ts":"27","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/instanceOf.ts":"28","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/invariant.ts":"29","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/isAsyncIterable.ts":"30","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/isIterableObject.ts":"31","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/isObjectLike.ts":"32","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/isPromise.ts":"33","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/keyMap.ts":"34","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/keyValMap.ts":"35","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/mapValue.ts":"36","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/memoize3.ts":"37","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/naturalCompare.ts":"38","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/printPathArray.ts":"39","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/promiseForObject.ts":"40","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/promiseReduce.ts":"41","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/suggestionList.ts":"42","/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/toObjMap.ts":"43","/home/runner/work/graphitation/graphitation/packages/supermassive/src/transforms/annotateDocumentGraphQLTransform.ts":"44","/home/runner/work/graphitation/graphitation/packages/supermassive/src/transforms/transformerTestUtils.ts":"45","/home/runner/work/graphitation/graphitation/packages/supermassive/src/types.ts":"46","/home/runner/work/graphitation/graphitation/packages/supermassive/src/utilities/typeNameFromAST.ts":"47","/home/runner/work/graphitation/graphitation/packages/supermassive/src/values.ts":"48"},{"size":4277,"mtime":1640258924440,"results":"49","hashOfConfig":"50"},{"size":3025,"mtime":1640258924440,"results":"51","hashOfConfig":"50"},{"size":14345,"mtime":1640258924440,"results":"52","hashOfConfig":"50"},{"size":5291,"mtime":1640258924440,"results":"53","hashOfConfig":"50"},{"size":2186,"mtime":1640258924440,"results":"54","hashOfConfig":"50"},{"size":3145,"mtime":1640258924440,"results":"55","hashOfConfig":"50"},{"size":712,"mtime":1640258924440,"results":"56","hashOfConfig":"50"},{"size":381,"mtime":1640258924440,"results":"57","hashOfConfig":"50"},{"size":128,"mtime":1640258924440,"results":"58","hashOfConfig":"50"},{"size":9598,"mtime":1640258924440,"results":"59","hashOfConfig":"50"},{"size":846,"mtime":1640258924440,"results":"60","hashOfConfig":"50"},{"size":1650,"mtime":1640258924440,"results":"61","hashOfConfig":"50"},{"size":3913,"mtime":1640258924440,"results":"62","hashOfConfig":"50"},{"size":3431,"mtime":1640258924440,"results":"63","hashOfConfig":"50"},{"size":1387,"mtime":1640258924440,"results":"64","hashOfConfig":"50"},{"size":26993,"mtime":1640258924440,"results":"65","hashOfConfig":"50"},{"size":3998,"mtime":1640258924440,"results":"66","hashOfConfig":"50"},{"size":10386,"mtime":1640258924444,"results":"67","hashOfConfig":"50"},{"size":457,"mtime":1640258924444,"results":"68","hashOfConfig":"50"},{"size":134,"mtime":1640258924444,"results":"69","hashOfConfig":"50"},{"size":277,"mtime":1640258924444,"results":"70","hashOfConfig":"50"},{"size":711,"mtime":1640258924444,"results":"71","hashOfConfig":"50"},{"size":48,"mtime":1640258924444,"results":"72","hashOfConfig":"50"},{"size":269,"mtime":1640258924444,"results":"73","hashOfConfig":"50"},{"size":1038,"mtime":1640258924444,"results":"74","hashOfConfig":"50"},{"size":108,"mtime":1640258924444,"results":"75","hashOfConfig":"50"},{"size":2797,"mtime":1640258924444,"results":"76","hashOfConfig":"50"},{"size":2294,"mtime":1640258924444,"results":"77","hashOfConfig":"50"},{"size":357,"mtime":1640258924444,"results":"78","hashOfConfig":"50"},{"size":325,"mtime":1640258924444,"results":"79","hashOfConfig":"50"},{"size":778,"mtime":1640258924444,"results":"80","hashOfConfig":"50"},{"size":278,"mtime":1640258924444,"results":"81","hashOfConfig":"50"},{"size":227,"mtime":1640258924444,"results":"82","hashOfConfig":"50"},{"size":921,"mtime":1640258924444,"results":"83","hashOfConfig":"50"},{"size":764,"mtime":1640258924444,"results":"84","hashOfConfig":"50"},{"size":441,"mtime":1640258924444,"results":"85","hashOfConfig":"50"},{"size":821,"mtime":1640258924444,"results":"86","hashOfConfig":"50"},{"size":1314,"mtime":1640258924444,"results":"87","hashOfConfig":"50"},{"size":253,"mtime":1640258924444,"results":"88","hashOfConfig":"50"},{"size":650,"mtime":1640258924444,"results":"89","hashOfConfig":"50"},{"size":803,"mtime":1640258924444,"results":"90","hashOfConfig":"50"},{"size":3938,"mtime":1640258924444,"results":"91","hashOfConfig":"50"},{"size":503,"mtime":1640258924444,"results":"92","hashOfConfig":"50"},{"size":495,"mtime":1640258924444,"results":"93","hashOfConfig":"50"},{"size":6644,"mtime":1640258924444,"results":"94","hashOfConfig":"50"},{"size":3414,"mtime":1640258924444,"results":"95","hashOfConfig":"50"},{"size":308,"mtime":1640258924444,"results":"96","hashOfConfig":"50"},{"size":9234,"mtime":1640258924444,"results":"97","hashOfConfig":"50"},{"filePath":"98","messages":"99","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"19kgiu3",{"filePath":"100","messages":"101","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"102","messages":"103","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"104","messages":"105","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"106","messages":"107","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"108","messages":"109","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"110","messages":"111","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"112","messages":"113","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"114","messages":"115","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"116","messages":"117","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"118","messages":"119","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"120","messages":"121","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"122","messages":"123","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"124","messages":"125","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"126","messages":"127","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"128","messages":"129","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"130","messages":"131","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"132","messages":"133","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"134","messages":"135","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"136","messages":"137","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"138","messages":"139","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"140","messages":"141","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"142","messages":"143","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"144","messages":"145","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"146","messages":"147","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"148","messages":"149","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"150","messages":"151","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"152","messages":"153","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"154","messages":"155","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"156","messages":"157","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"158","messages":"159","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"160","messages":"161","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"162","messages":"163","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"164","messages":"165","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"166","messages":"167","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"168","messages":"169","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"170","messages":"171","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"172","messages":"173","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"174","messages":"175","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"176","messages":"177","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"178","messages":"179","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"180","messages":"181","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"182","messages":"183","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"184","messages":"185","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"186","messages":"187","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"188","messages":"189","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"190","messages":"191","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"192","messages":"193","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/home/runner/work/graphitation/graphitation/packages/supermassive/src/__tests__/execute.test.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/__tests__/extractImplicitTypes.test.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/ast/TypedAST.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/ast/__tests__/addTypesToRequestDocument.test.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/ast/addTypesToRequestDocument.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/benchmarks/index.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/benchmarks/nice-benchmark.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/benchmarks/swapi-schema/index.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/benchmarks/swapi-schema/models.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/benchmarks/swapi-schema/resolvers.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/bin/__tests__/typeDefsToImplicitResolvers.test.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/bin/supermassive.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/collectFields.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/compiledQuery.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/executeWithSchema.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/executeWithoutSchema.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/extractImplicitTypesRuntime.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/extractImplicitTypesToTypescript.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/index.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/Maybe.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/ObjMap.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/Path.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/PromiseOrValue.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/devAssert.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/didYouMean.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/identityFunc.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/inspect.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/instanceOf.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/invariant.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/isAsyncIterable.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/isIterableObject.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/isObjectLike.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/isPromise.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/keyMap.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/keyValMap.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/mapValue.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/memoize3.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/naturalCompare.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/printPathArray.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/promiseForObject.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/promiseReduce.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/suggestionList.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/jsutils/toObjMap.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/transforms/annotateDocumentGraphQLTransform.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/transforms/transformerTestUtils.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/types.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/utilities/typeNameFromAST.ts",[],"/home/runner/work/graphitation/graphitation/packages/supermassive/src/values.ts",[]]
|
package/CHANGELOG.json
DELETED
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@graphitation/supermassive",
|
|
3
|
-
"entries": [
|
|
4
|
-
{
|
|
5
|
-
"date": "Thu, 23 Dec 2021 11:30:43 GMT",
|
|
6
|
-
"tag": "@graphitation/supermassive_v0.4.0",
|
|
7
|
-
"version": "0.4.0",
|
|
8
|
-
"comments": {
|
|
9
|
-
"minor": [
|
|
10
|
-
{
|
|
11
|
-
"author": "mnovikov@microsoft.com",
|
|
12
|
-
"package": "@graphitation/supermassive",
|
|
13
|
-
"commit": "d3baa5116dc93bba4e38e5beb7f23c3edbbb0680",
|
|
14
|
-
"comment": "Added proper mjs builds (bump for main release)"
|
|
15
|
-
}
|
|
16
|
-
]
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"date": "Tue, 14 Dec 2021 10:13:54 GMT",
|
|
21
|
-
"tag": "@graphitation/supermassive_v0.3.0",
|
|
22
|
-
"version": "0.3.0",
|
|
23
|
-
"comments": {
|
|
24
|
-
"minor": [
|
|
25
|
-
{
|
|
26
|
-
"author": "mnovikov@microsoft.com",
|
|
27
|
-
"package": "@graphitation/supermassive",
|
|
28
|
-
"commit": "fad5f1bc587470a2c85bf5763bb102a179a592b2",
|
|
29
|
-
"comment": "Support ESM in distro packages"
|
|
30
|
-
}
|
|
31
|
-
]
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"date": "Thu, 09 Dec 2021 14:41:56 GMT",
|
|
36
|
-
"tag": "@graphitation/supermassive_v0.2.0",
|
|
37
|
-
"version": "0.2.0",
|
|
38
|
-
"comments": {
|
|
39
|
-
"none": [
|
|
40
|
-
{
|
|
41
|
-
"comment": "Expand on what/why/how",
|
|
42
|
-
"author": "eloy.de.enige@gmail.com",
|
|
43
|
-
"commit": "7db88d6e25f7de28b92750c3e1908b5096078e3e",
|
|
44
|
-
"package": "@graphitation/supermassive"
|
|
45
|
-
}
|
|
46
|
-
]
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"date": "Fri, 26 Nov 2021 15:43:37 GMT",
|
|
51
|
-
"tag": "@graphitation/supermassive_v0.2.0",
|
|
52
|
-
"version": "0.2.0",
|
|
53
|
-
"comments": {
|
|
54
|
-
"minor": [
|
|
55
|
-
{
|
|
56
|
-
"comment": "Updated supermassive to be more suitable for usage",
|
|
57
|
-
"author": "mnovikov@microsoft.com",
|
|
58
|
-
"commit": "640e0b5d7ae7a8338346dd8b88a7dda7b2d9a060",
|
|
59
|
-
"package": "@graphitation/supermassive"
|
|
60
|
-
}
|
|
61
|
-
]
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"date": "Tue, 26 Oct 2021 21:09:29 GMT",
|
|
66
|
-
"tag": "@graphitation/supermassive_v0.1.3",
|
|
67
|
-
"version": "0.1.3",
|
|
68
|
-
"comments": {
|
|
69
|
-
"patch": [
|
|
70
|
-
{
|
|
71
|
-
"comment": "Bump @graphitation/graphql-js-tag to v0.5.5",
|
|
72
|
-
"author": "modevold@microsoft.com",
|
|
73
|
-
"commit": "6fbd717cb21f2e9f49ddca58e0365b5381358b46",
|
|
74
|
-
"package": "@graphitation/supermassive"
|
|
75
|
-
}
|
|
76
|
-
]
|
|
77
|
-
}
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"date": "Tue, 26 Oct 2021 12:46:12 GMT",
|
|
81
|
-
"tag": "@graphitation/supermassive_v0.1.2",
|
|
82
|
-
"version": "0.1.2",
|
|
83
|
-
"comments": {
|
|
84
|
-
"patch": [
|
|
85
|
-
{
|
|
86
|
-
"comment": "Align graphql dependency to version ^15.0.0 across packages",
|
|
87
|
-
"author": "modevold@microsoft.com",
|
|
88
|
-
"commit": "d8b94fe7725a968abfac81953b97a879b2bdaeb3",
|
|
89
|
-
"package": "@graphitation/supermassive"
|
|
90
|
-
}
|
|
91
|
-
]
|
|
92
|
-
}
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"date": "Mon, 04 Oct 2021 13:48:04 GMT",
|
|
96
|
-
"tag": "@graphitation/supermassive_v0.1.1",
|
|
97
|
-
"version": "0.1.1",
|
|
98
|
-
"comments": {
|
|
99
|
-
"patch": [
|
|
100
|
-
{
|
|
101
|
-
"comment": "Bump @graphitation/graphql-js-tag to v0.5.4",
|
|
102
|
-
"author": "eloy.de.enige@gmail.com",
|
|
103
|
-
"commit": "ceb24aa25210090e38251be53d010d75abdad9ba",
|
|
104
|
-
"package": "@graphitation/supermassive"
|
|
105
|
-
}
|
|
106
|
-
]
|
|
107
|
-
}
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
"date": "Thu, 24 Jun 2021 12:32:15 GMT",
|
|
111
|
-
"tag": "@graphitation/supermassive_v0.1.0",
|
|
112
|
-
"version": "0.1.0",
|
|
113
|
-
"comments": {
|
|
114
|
-
"none": [
|
|
115
|
-
{
|
|
116
|
-
"comment": "Test and benchmark setup for supermassive",
|
|
117
|
-
"author": "eloy.de.enige@gmail.com",
|
|
118
|
-
"commit": "ebbad29ec11dae814bbe8c2e492d1baf5382c138",
|
|
119
|
-
"package": "@graphitation/supermassive"
|
|
120
|
-
}
|
|
121
|
-
]
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
]
|
|
125
|
-
}
|