@graphql-eslint/eslint-plugin 3.15.0-alpha-20230125195254-57d0b30 → 3.15.0-alpha-20230125200605-00c2097

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/schema.js CHANGED
@@ -27,7 +27,6 @@ function getSchema(project, schemaOptions) {
27
27
  const schemaPaths = fast_glob_1.default.sync(project.schema, { absolute: true });
28
28
  debug('Schema pointers %O', schemaPaths);
29
29
  }
30
- // Do not set error to cache, since cache reload will be done after some `lifetime` seconds
31
30
  schemaCache.set(schemaKey, schema);
32
31
  return schema;
33
32
  }
package/esm/schema.js CHANGED
@@ -23,7 +23,6 @@ export function getSchema(project, schemaOptions) {
23
23
  const schemaPaths = fg.sync(project.schema, { absolute: true });
24
24
  debug('Schema pointers %O', schemaPaths);
25
25
  }
26
- // Do not set error to cache, since cache reload will be done after some `lifetime` seconds
27
26
  schemaCache.set(schemaKey, schema);
28
27
  return schema;
29
28
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-eslint/eslint-plugin",
3
- "version": "3.15.0-alpha-20230125195254-57d0b30",
3
+ "version": "3.15.0-alpha-20230125200605-00c2097",
4
4
  "description": "GraphQL plugin for ESLint",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {