@ttoss/graphql-api-cli 0.9.4 → 0.9.6
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 +1 -1
- package/package.json +2 -2
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.
|
|
21
|
+
version: "0.9.5",
|
|
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.
|
|
3
|
+
"version": "0.9.6",
|
|
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.0",
|
|
36
|
-
"@ttoss/config": "^1.35.
|
|
36
|
+
"@ttoss/config": "^1.35.9"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"api",
|