@graphql-eslint/eslint-plugin 4.4.0-alpha-20250128175718-f03f2967be245730e3356811691b2b2b5a13c69d → 4.4.0-alpha-20250129175126-faf2702490e34d4b268d1ef889f33904b8a8a529

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/browser.js CHANGED
@@ -408,7 +408,7 @@ function convertToESTree(node, schema16) {
408
408
  }
409
409
 
410
410
  // src/meta.ts
411
- var version = "4.4.0-alpha-20250128175718-f03f2967be245730e3356811691b2b2b5a13c69d";
411
+ var version = "4.4.0-alpha-20250129175126-faf2702490e34d4b268d1ef889f33904b8a8a529";
412
412
 
413
413
  // src/siblings.ts
414
414
  import {
package/cjs/meta.js CHANGED
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});const version = "4.4.0-alpha-20250128175718-f03f2967be245730e3356811691b2b2b5a13c69d";
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});const version = "4.4.0-alpha-20250129175126-faf2702490e34d4b268d1ef889f33904b8a8a529";
2
2
 
3
3
 
4
4
  exports.version = version;
package/esm/meta.js CHANGED
@@ -1,4 +1,4 @@
1
- const version = "4.4.0-alpha-20250128175718-f03f2967be245730e3356811691b2b2b5a13c69d";
1
+ const version = "4.4.0-alpha-20250129175126-faf2702490e34d4b268d1ef889f33904b8a8a529";
2
2
  export {
3
3
  version
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-eslint/eslint-plugin",
3
- "version": "4.4.0-alpha-20250128175718-f03f2967be245730e3356811691b2b2b5a13c69d",
3
+ "version": "4.4.0-alpha-20250129175126-faf2702490e34d4b268d1ef889f33904b8a8a529",
4
4
  "type": "module",
5
5
  "description": "GraphQL plugin for ESLint",
6
6
  "repository": "https://github.com/dimaMachina/graphql-eslint",