@graphql-eslint/eslint-plugin 4.1.1-alpha-20241129112712-e00351ae30b96db92e71c1878b4aa460b11cb22c → 4.1.1
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 +1 -1
- package/esm/meta.js +1 -1
- package/index.browser.js +1 -1
- package/package.json +1 -1
package/cjs/meta.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});const version = "4.1.1
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});const version = "4.1.1";
|
2
2
|
|
3
3
|
|
4
4
|
exports.version = version;
|
package/esm/meta.js
CHANGED
package/index.browser.js
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@graphql-eslint/eslint-plugin",
|
3
|
-
"version": "4.1.1
|
3
|
+
"version": "4.1.1",
|
4
4
|
"type": "module",
|
5
5
|
"description": "GraphQL plugin for ESLint",
|
6
6
|
"repository": "https://github.com/dimaMachina/graphql-eslint",
|