@ttoss/graphql-api-cli 0.8.7 → 0.9.0

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/dist/esm/index.js CHANGED
@@ -1,19 +1,19 @@
1
1
  /** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */
2
2
 
3
3
  // src/index.ts
4
- import * as esbuild from "esbuild";
5
4
  import * as fs from "fs";
6
5
  import * as path from "path";
6
+ import { codegen } from "@graphql-codegen/core";
7
7
  import * as typescriptPlugin from "@graphql-codegen/typescript";
8
8
  import { Command } from "commander";
9
- import { codegen } from "@graphql-codegen/core";
9
+ import * as esbuild from "esbuild";
10
10
  import { parse } from "graphql";
11
11
  import log from "npmlog";
12
12
 
13
13
  // package.json
14
14
  var package_default = {
15
15
  name: "@ttoss/graphql-api-cli",
16
- version: "0.8.6",
16
+ version: "0.8.7",
17
17
  description: "A library for building GraphQL APIs types and schema.",
18
18
  license: "MIT",
19
19
  author: "ttoss",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/graphql-api-cli",
3
- "version": "0.8.7",
3
+ "version": "0.9.0",
4
4
  "description": "A library for building GraphQL APIs types and schema.",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",