@graphql-eslint/eslint-plugin 4.2.2-alpha-20241204175730-dd51188a463085af4c0565185d2e4259b951e437 → 4.2.2-alpha-20241204183628-e9198bcae1daf66f073c043de340f5941422989a

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/meta.js CHANGED
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});const version = "4.2.2-alpha-20241204175730-dd51188a463085af4c0565185d2e4259b951e437";
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});const version = "4.2.2-alpha-20241204183628-e9198bcae1daf66f073c043de340f5941422989a";
2
2
 
3
3
 
4
4
  exports.version = version;
package/esm/meta.js CHANGED
@@ -1,4 +1,4 @@
1
- const version = "4.2.2-alpha-20241204175730-dd51188a463085af4c0565185d2e4259b951e437";
1
+ const version = "4.2.2-alpha-20241204183628-e9198bcae1daf66f073c043de340f5941422989a";
2
2
  export {
3
3
  version
4
4
  };
package/index.browser.js CHANGED
@@ -150,7 +150,7 @@ function convertToESTree(node, schema16) {
150
150
  }
151
151
 
152
152
  // src/meta.ts
153
- var version = "4.2.2-alpha-20241204175730-dd51188a463085af4c0565185d2e4259b951e437";
153
+ var version = "4.2.2-alpha-20241204183628-e9198bcae1daf66f073c043de340f5941422989a";
154
154
 
155
155
  // src/siblings.ts
156
156
  import {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-eslint/eslint-plugin",
3
- "version": "4.2.2-alpha-20241204175730-dd51188a463085af4c0565185d2e4259b951e437",
3
+ "version": "4.2.2-alpha-20241204183628-e9198bcae1daf66f073c043de340f5941422989a",
4
4
  "type": "module",
5
5
  "description": "GraphQL plugin for ESLint",
6
6
  "repository": "https://github.com/dimaMachina/graphql-eslint",