@graphql-eslint/eslint-plugin 4.4.0-alpha-20241210122018-181d10f9b0a3e9b73e3de466eecce3342d1c5232 → 4.4.0-alpha-20241210123322-201a14b05ca7626b07c4afd5939919c0a3bcda7e
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/package.json +4 -10
- package/programmatic.d.ts +1323 -0
- package/programmatic.js +1 -1
package/programmatic.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-
|
411
|
+
var version = "4.4.0-alpha-20241210123322-201a14b05ca7626b07c4afd5939919c0a3bcda7e";
|
412
412
|
|
413
413
|
// src/siblings.ts
|
414
414
|
import {
|