@ttoss/graphql-api-cli 0.9.9 → 0.9.10

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
@@ -18,7 +18,7 @@ import log from "npmlog";
18
18
  // package.json
19
19
  var package_default = {
20
20
  name: "@ttoss/graphql-api-cli",
21
- version: "0.9.9",
21
+ version: "0.9.10",
22
22
  description: "A library for building GraphQL APIs types and schema.",
23
23
  license: "MIT",
24
24
  author: "ttoss",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/graphql-api-cli",
3
- "version": "0.9.9",
3
+ "version": "0.9.10",
4
4
  "description": "A library for building GraphQL APIs types and schema.",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "tsup": "^8.5.1",
36
- "@ttoss/config": "^1.35.12"
36
+ "@ttoss/config": "^1.36.0"
37
37
  },
38
38
  "keywords": [
39
39
  "api",