@graphql-mesh/types 0.89.1 → 0.89.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/esm/index.js CHANGED
@@ -1,4 +1,3 @@
1
1
  import * as YamlConfig from './config.js';
2
- import configSchema from './config-schema.json';
3
- export const jsonSchema = configSchema;
2
+ export { jsonSchema } from './config-schema.js';
4
3
  export { YamlConfig };
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@graphql-mesh/types",
3
- "version": "0.89.1",
3
+ "version": "0.89.2",
4
4
  "sideEffects": false,
5
5
  "peerDependencies": {
6
6
  "graphql": "*"
7
7
  },
8
8
  "dependencies": {
9
- "@graphql-mesh/store": "0.9.2",
9
+ "@graphql-mesh/store": "0.9.3",
10
10
  "@graphql-tools/batch-delegate": "8.4.13",
11
11
  "@graphql-tools/delegate": "9.0.20",
12
12
  "@graphql-tools/utils": "9.1.3",
@@ -0,0 +1 @@
1
+ export declare const jsonSchema: any;
@@ -0,0 +1 @@
1
+ export declare const jsonSchema: any;
@@ -7,7 +7,7 @@ import { MeshStore } from '@graphql-mesh/store';
7
7
  import type { Plugin } from '@envelop/core';
8
8
  import { PromiseOrValue } from 'graphql/jsutils/PromiseOrValue';
9
9
  import { BatchDelegateOptions } from '@graphql-tools/batch-delegate';
10
- export declare const jsonSchema: any;
10
+ export { jsonSchema } from './config-schema.cjs';
11
11
  export { YamlConfig };
12
12
  export type MeshSource = {
13
13
  schema: GraphQLSchema;
@@ -7,7 +7,7 @@ import { MeshStore } from '@graphql-mesh/store';
7
7
  import type { Plugin } from '@envelop/core';
8
8
  import { PromiseOrValue } from 'graphql/jsutils/PromiseOrValue';
9
9
  import { BatchDelegateOptions } from '@graphql-tools/batch-delegate';
10
- export declare const jsonSchema: any;
10
+ export { jsonSchema } from './config-schema.js';
11
11
  export { YamlConfig };
12
12
  export type MeshSource = {
13
13
  schema: GraphQLSchema;