@graphql-mesh/json-schema 0.108.7 → 0.108.8

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/cjs/index.js CHANGED
@@ -33,7 +33,7 @@ class JsonSchemaHandler {
33
33
  assumeValid: true,
34
34
  });
35
35
  }
36
- return this.schemaWithAnnotationsProxy.getWithSet(async () => {
36
+ return this.schemaWithAnnotationsProxy.getWithSet(() => {
37
37
  this.logger.info(`Generating GraphQL schema from JSON Schemas`);
38
38
  return (0, json_schema_1.loadNonExecutableGraphQLSchemaFromJSONSchemas)(this.name, {
39
39
  ...this.config,
package/esm/index.js CHANGED
@@ -31,7 +31,7 @@ export default class JsonSchemaHandler {
31
31
  assumeValid: true,
32
32
  });
33
33
  }
34
- return this.schemaWithAnnotationsProxy.getWithSet(async () => {
34
+ return this.schemaWithAnnotationsProxy.getWithSet(() => {
35
35
  this.logger.info(`Generating GraphQL schema from JSON Schemas`);
36
36
  return loadNonExecutableGraphQLSchemaFromJSONSchemas(this.name, {
37
37
  ...this.config,
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@graphql-mesh/json-schema",
3
- "version": "0.108.7",
3
+ "version": "0.108.8",
4
4
  "sideEffects": false,
5
5
  "peerDependencies": {
6
6
  "graphql": "*"
7
7
  },
8
8
  "dependencies": {
9
9
  "@graphql-mesh/cross-helpers": "^0.4.9",
10
- "@graphql-mesh/store": "^0.103.7",
10
+ "@graphql-mesh/store": "^0.103.8",
11
11
  "@graphql-mesh/string-interpolation": "0.5.7",
12
- "@graphql-mesh/types": "^0.103.7",
13
- "@graphql-mesh/utils": "^0.103.7",
12
+ "@graphql-mesh/types": "^0.103.8",
13
+ "@graphql-mesh/utils": "^0.103.8",
14
14
  "@json-schema-tools/meta-schema": "1.7.5",
15
- "@omnigraph/json-schema": "0.108.7",
15
+ "@omnigraph/json-schema": "0.108.8",
16
16
  "graphql-compose": "9.0.11",
17
17
  "json-machete": "0.97.5",
18
18
  "tslib": "^2.4.0"