@graphql-eslint/eslint-plugin 4.1.0-alpha-20241128212708-133b421ba884f8bd8ca52bbc853ad2ee6ca68edb → 4.1.0-alpha-20241128213211-47212e29bd7289aab6adc9e573221d04e2818bac
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.1.0-alpha-
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});const version = "4.1.0-alpha-20241128213211-47212e29bd7289aab6adc9e573221d04e2818bac";
|
2
2
|
|
3
3
|
|
4
4
|
exports.version = version;
|
@@ -34,7 +34,7 @@ const KindToDisplayName = {
|
|
34
34
|
oneOf: [{ $ref: "#/definitions/asString" }, { $ref: "#/definitions/asObject" }]
|
35
35
|
}, descriptionPrefixesSuffixes = (name) => `> [!WARNING]
|
36
36
|
>
|
37
|
-
> This option is deprecated and will be removed in the next major release. Use \`${name}\` instead
|
37
|
+
> This option is deprecated and will be removed in the next major release. Use [\`${name}\`](#${name.toLowerCase()}-array) instead.`, schema = {
|
38
38
|
definitions: {
|
39
39
|
asString: {
|
40
40
|
enum: ALLOWED_STYLES,
|
package/esm/meta.js
CHANGED
@@ -34,7 +34,7 @@ const KindToDisplayName = {
|
|
34
34
|
oneOf: [{ $ref: "#/definitions/asString" }, { $ref: "#/definitions/asObject" }]
|
35
35
|
}, descriptionPrefixesSuffixes = (name) => `> [!WARNING]
|
36
36
|
>
|
37
|
-
> This option is deprecated and will be removed in the next major release. Use \`${name}\` instead
|
37
|
+
> This option is deprecated and will be removed in the next major release. Use [\`${name}\`](#${name.toLowerCase()}-array) instead.`, schema = {
|
38
38
|
definitions: {
|
39
39
|
asString: {
|
40
40
|
enum: ALLOWED_STYLES,
|
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.1.0-alpha-
|
153
|
+
var version = "4.1.0-alpha-20241128213211-47212e29bd7289aab6adc9e573221d04e2818bac";
|
154
154
|
|
155
155
|
// src/siblings.ts
|
156
156
|
import {
|
@@ -1921,7 +1921,7 @@ var KindToDisplayName = {
|
|
1921
1921
|
oneOf: [{ $ref: "#/definitions/asString" }, { $ref: "#/definitions/asObject" }]
|
1922
1922
|
}, descriptionPrefixesSuffixes = (name) => `> [!WARNING]
|
1923
1923
|
>
|
1924
|
-
> This option is deprecated and will be removed in the next major release. Use \`${name}\` instead
|
1924
|
+
> This option is deprecated and will be removed in the next major release. Use [\`${name}\`](#${name.toLowerCase()}-array) instead.`, schema6 = {
|
1925
1925
|
definitions: {
|
1926
1926
|
asString: {
|
1927
1927
|
enum: ALLOWED_STYLES,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@graphql-eslint/eslint-plugin",
|
3
|
-
"version": "4.1.0-alpha-
|
3
|
+
"version": "4.1.0-alpha-20241128213211-47212e29bd7289aab6adc9e573221d04e2818bac",
|
4
4
|
"type": "module",
|
5
5
|
"description": "GraphQL plugin for ESLint",
|
6
6
|
"repository": "https://github.com/dimaMachina/graphql-eslint",
|