@graphitation/supermassive 0.8.5 → 1.0.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/CHANGELOG.md +10 -2
- package/lib/extractors/index.d.ts +2 -0
- package/lib/extractors/index.d.ts.map +1 -0
- package/lib/extractors/index.js +23 -0
- package/lib/extractors/index.mjs +5 -0
- package/lib/index.d.ts +0 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +0 -2
- package/lib/index.mjs +0 -2
- package/package.json +13 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# Change Log - @graphitation/supermassive
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 20 Jul 2022 16:31:49 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.0.0
|
|
8
|
+
|
|
9
|
+
Wed, 20 Jul 2022 16:31:49 GMT
|
|
10
|
+
|
|
11
|
+
### Major changes
|
|
12
|
+
|
|
13
|
+
- extractImplicitTypesToTypescript exported separately from supermassive (jakubvejr@microsoft.com)
|
|
14
|
+
|
|
7
15
|
## 0.8.5
|
|
8
16
|
|
|
9
|
-
Fri, 24 Jun 2022 11:59:
|
|
17
|
+
Fri, 24 Jun 2022 11:59:47 GMT
|
|
10
18
|
|
|
11
19
|
### Patches
|
|
12
20
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/extractors/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gCAAgC,EAAE,MAAM,qCAAqC,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var extractors_exports = {};
|
|
19
|
+
__export(extractors_exports, {
|
|
20
|
+
extractImplicitTypesToTypescript: () => import_extractImplicitTypesToTypescript.extractImplicitTypesToTypescript
|
|
21
|
+
});
|
|
22
|
+
module.exports = __toCommonJS(extractors_exports);
|
|
23
|
+
var import_extractImplicitTypesToTypescript = require("../extractImplicitTypesToTypescript");
|
package/lib/index.d.ts
CHANGED
|
@@ -2,7 +2,6 @@ export { executeWithoutSchema } from "./executeWithoutSchema";
|
|
|
2
2
|
export { executeWithSchema } from "./executeWithSchema";
|
|
3
3
|
export { subscribeWithSchema } from "./subscribeWithSchema";
|
|
4
4
|
export { subscribeWithoutSchema } from "./subscribeWithoutSchema";
|
|
5
|
-
export { extractImplicitTypesToTypescript } from "./extractImplicitTypesToTypescript";
|
|
6
5
|
export type { ObjectTypeResolver, InterfaceTypeResolver, UnionTypeResolver, ScalarTypeResolver, EnumTypeResolver, InputObjectTypeResolver, FunctionFieldResolver, Resolvers, } from "./types";
|
|
7
6
|
export { addTypesToRequestDocument } from "./ast/addTypesToRequestDocument";
|
|
8
7
|
export { extractImplicitTypes } from "./extractImplicitTypesRuntime";
|
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAElE,YAAY,EACV,kBAAkB,EAClB,qBAAqB,EACrB,iBAAiB,EACjB,kBAAkB,EAClB,gBAAgB,EAChB,uBAAuB,EACvB,qBAAqB,EACrB,SAAS,GACV,MAAM,SAAS,CAAC;AAEjB,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAE5E,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAErE,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE5C,OAAO,EAAE,gCAAgC,EAAE,MAAM,+CAA+C,CAAC;AAEjG,YAAY,EACV,QAAQ,EACR,YAAY,EACZ,uBAAuB,EACvB,sBAAsB,EACtB,YAAY,EACZ,gBAAgB,EAChB,SAAS,EACT,YAAY,EACZ,kBAAkB,EAClB,kBAAkB,EAClB,sBAAsB,EACtB,YAAY,EACZ,cAAc,EACd,eAAe,EACf,gBAAgB,EAChB,aAAa,EACb,aAAa,EACb,aAAa,EACb,eAAe,EACf,eAAe,EACf,aAAa,EACb,aAAa,EACb,YAAY,EACZ,eAAe,EACf,oBAAoB,EACpB,2BAA2B,EAC3B,wBAAwB,EACxB,wBAAwB,EACxB,mBAAmB,EACnB,wBAAwB,EACxB,2BAA2B,EAC3B,uBAAuB,EACvB,sBAAsB,EACtB,uBAAuB,EACvB,6BAA6B,EAC7B,uBAAuB,EACvB,mBAAmB,EACnB,uBAAuB,EACvB,uBAAuB,EACvB,0BAA0B,EAC1B,sBAAsB,EACtB,qBAAqB,EACrB,4BAA4B,GAC7B,MAAM,gBAAgB,CAAC"}
|
package/lib/index.js
CHANGED
|
@@ -22,7 +22,6 @@ __export(src_exports, {
|
|
|
22
22
|
executeWithSchema: () => import_executeWithSchema.executeWithSchema,
|
|
23
23
|
executeWithoutSchema: () => import_executeWithoutSchema.executeWithoutSchema,
|
|
24
24
|
extractImplicitTypes: () => import_extractImplicitTypesRuntime.extractImplicitTypes,
|
|
25
|
-
extractImplicitTypesToTypescript: () => import_extractImplicitTypesToTypescript.extractImplicitTypesToTypescript,
|
|
26
25
|
specifiedScalars: () => import_values.specifiedScalars,
|
|
27
26
|
subscribeWithSchema: () => import_subscribeWithSchema.subscribeWithSchema,
|
|
28
27
|
subscribeWithoutSchema: () => import_subscribeWithoutSchema.subscribeWithoutSchema
|
|
@@ -32,7 +31,6 @@ var import_executeWithoutSchema = require("./executeWithoutSchema");
|
|
|
32
31
|
var import_executeWithSchema = require("./executeWithSchema");
|
|
33
32
|
var import_subscribeWithSchema = require("./subscribeWithSchema");
|
|
34
33
|
var import_subscribeWithoutSchema = require("./subscribeWithoutSchema");
|
|
35
|
-
var import_extractImplicitTypesToTypescript = require("./extractImplicitTypesToTypescript");
|
|
36
34
|
var import_addTypesToRequestDocument = require("./ast/addTypesToRequestDocument");
|
|
37
35
|
var import_extractImplicitTypesRuntime = require("./extractImplicitTypesRuntime");
|
|
38
36
|
var import_values = require("./values");
|
package/lib/index.mjs
CHANGED
|
@@ -3,7 +3,6 @@ import { executeWithoutSchema } from "./executeWithoutSchema.mjs";
|
|
|
3
3
|
import { executeWithSchema } from "./executeWithSchema.mjs";
|
|
4
4
|
import { subscribeWithSchema } from "./subscribeWithSchema.mjs";
|
|
5
5
|
import { subscribeWithoutSchema } from "./subscribeWithoutSchema.mjs";
|
|
6
|
-
import { extractImplicitTypesToTypescript } from "./extractImplicitTypesToTypescript.mjs";
|
|
7
6
|
import { addTypesToRequestDocument } from "./ast/addTypesToRequestDocument.mjs";
|
|
8
7
|
import { extractImplicitTypes } from "./extractImplicitTypesRuntime.mjs";
|
|
9
8
|
import { specifiedScalars } from "./values.mjs";
|
|
@@ -14,7 +13,6 @@ export {
|
|
|
14
13
|
executeWithSchema,
|
|
15
14
|
executeWithoutSchema,
|
|
16
15
|
extractImplicitTypes,
|
|
17
|
-
extractImplicitTypesToTypescript,
|
|
18
16
|
specifiedScalars,
|
|
19
17
|
subscribeWithSchema,
|
|
20
18
|
subscribeWithoutSchema
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphitation/supermassive",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "1.0.0",
|
|
5
5
|
"bin": {
|
|
6
6
|
"supermassive": "./bin/supermassive.js"
|
|
7
7
|
},
|
|
@@ -36,6 +36,17 @@
|
|
|
36
36
|
},
|
|
37
37
|
"sideEffects": false,
|
|
38
38
|
"access": "public",
|
|
39
|
+
"exports": {
|
|
40
|
+
".": {
|
|
41
|
+
"import": "./lib/index.mjs",
|
|
42
|
+
"require": "./lib/index.js"
|
|
43
|
+
},
|
|
44
|
+
"./lib/extractors": {
|
|
45
|
+
"import": "./lib/extractors/index.mjs",
|
|
46
|
+
"require": "./lib/extractors/index.js",
|
|
47
|
+
"types": "./lib/extractors/index.d.ts"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
39
50
|
"publishConfig": {},
|
|
40
51
|
"dependencies": {
|
|
41
52
|
"commander": "^8.3.0",
|
|
@@ -43,11 +54,5 @@
|
|
|
43
54
|
"typescript": "^4.4.3 <4.5.0"
|
|
44
55
|
},
|
|
45
56
|
"types": "./lib/index.d.ts",
|
|
46
|
-
"module": "./lib/index.mjs"
|
|
47
|
-
"exports": {
|
|
48
|
-
".": {
|
|
49
|
-
"import": "./lib/index.mjs",
|
|
50
|
-
"require": "./lib/index.js"
|
|
51
|
-
}
|
|
52
|
-
}
|
|
57
|
+
"module": "./lib/index.mjs"
|
|
53
58
|
}
|