@coex/graphql-vercajk
Advanced tools
Comparing version 0.0.4 to 0.0.5
#!/usr/bin/env node | ||
import { parse, visit } from 'graphql/language'; | ||
import { parse, visit } from 'graphql/language/index.js'; | ||
import { CONFIG_FILE } from './consts.js'; | ||
@@ -4,0 +4,0 @@ import { loadConfig, withDefaultConfig } from './helpers/config.js'; |
{ | ||
"name": "@coex/graphql-vercajk", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Collection of graphql tools", | ||
@@ -5,0 +5,0 @@ "bin": { |
11278