@ttoss/graphql-api 0.8.1 → 0.8.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/dist/index.js +4 -4
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -26,13 +26,13 @@ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
|
26
26
|
}), mod);
|
|
27
27
|
|
|
28
28
|
// src/index.ts
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
29
|
+
var index_exports = {};
|
|
30
|
+
__export(index_exports, {
|
|
31
31
|
buildSchema: () => buildSchema,
|
|
32
32
|
composeWithConnection: () => import_graphql_compose_connection.composeWithConnection,
|
|
33
33
|
composeWithRelay: () => composeWithRelay
|
|
34
34
|
});
|
|
35
|
-
module.exports = __toCommonJS(
|
|
35
|
+
module.exports = __toCommonJS(index_exports);
|
|
36
36
|
|
|
37
37
|
// src/composeWithRelay/composeWithRelay.ts
|
|
38
38
|
var import_graphql_compose3 = require("graphql-compose");
|
|
@@ -169,7 +169,7 @@ composeWithRelay(import_graphql_compose4.schemaComposer.Query);
|
|
|
169
169
|
|
|
170
170
|
// src/index.ts
|
|
171
171
|
var import_graphql_compose_connection = require("graphql-compose-connection");
|
|
172
|
-
__reExport(
|
|
172
|
+
__reExport(index_exports, require("graphql-compose"), module.exports);
|
|
173
173
|
|
|
174
174
|
// src/buildSchema.ts
|
|
175
175
|
var import_graphql_middleware = require("graphql-middleware");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/graphql-api",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.3",
|
|
4
4
|
"description": "A library for building GraphQL APIs using ttoss ecosystem.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "ttoss",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"graphql-middleware": "^6.1.35",
|
|
36
36
|
"graphql-shield": "^7.6.5",
|
|
37
37
|
"npmlog": "^7.0.1",
|
|
38
|
-
"@ttoss/ids": "^0.3.
|
|
38
|
+
"@ttoss/ids": "^0.3.2"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"graphql": "^16.6.0"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"graphql": "^16.9.0",
|
|
45
45
|
"jest": "^29.7.0",
|
|
46
46
|
"tsup": "^8.3.5",
|
|
47
|
-
"@ttoss/config": "^1.35.
|
|
47
|
+
"@ttoss/config": "^1.35.2"
|
|
48
48
|
},
|
|
49
49
|
"keywords": [
|
|
50
50
|
"api",
|