@aexol/axolotl
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -7,2 +7,3 @@ #!/usr/bin/env node | ||
import chalk from 'chalk'; | ||
import { createResolversConfig } from './codegen/index.js'; | ||
const program = new Command(); | ||
@@ -43,2 +44,3 @@ program | ||
}); | ||
createResolversConfig(program); | ||
program | ||
@@ -45,0 +47,0 @@ .command('inspect') |
{ | ||
"name": "@aexol/axolotl", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"private": false, | ||
@@ -20,8 +20,7 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@aexol/axolotl-core": "^0.3.2", | ||
"@aexol/axolotl-core": "^0.3.3", | ||
"chalk": "^5.3.0", | ||
"chokidar": "^3.6.0", | ||
"commander": "^11.0.0", | ||
"graphql-js-tree": "^1.0.6" | ||
"commander": "^11.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
83947
4
20
369
+ Added@graphql-tools/utils@10.8.1(transitive)
- Removedgraphql-js-tree@^1.0.6
- Removed@graphql-tools/utils@10.7.2(transitive)
- Removedgraphql@15.4.0(transitive)
- Removedgraphql-js-tree@1.0.9(transitive)
Updated@aexol/axolotl-core@^0.3.3