@constructive-io/graphql-codegen 2.17.22 → 2.17.23
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/README.md +0 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -126,7 +126,6 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
|
126
126
|
* [@pgsql/enums](https://www.npmjs.com/package/@pgsql/enums): **🏷️ TypeScript enums** for PostgreSQL AST for safe and ergonomic parsing logic.
|
|
127
127
|
* [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
|
|
128
128
|
* [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
|
|
129
|
-
* [pg-ast](https://www.npmjs.com/package/pg-ast): **🔍 Low-level AST tools** and transformations for Postgres query structures.
|
|
130
129
|
|
|
131
130
|
### 🚀 API & Dev Tools
|
|
132
131
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@constructive-io/graphql-codegen",
|
|
3
|
-
"version": "2.17.
|
|
3
|
+
"version": "2.17.23",
|
|
4
4
|
"description": "Generate queries and mutations for use with Graphile",
|
|
5
5
|
"author": "Constructive <developers@constructive.io>",
|
|
6
6
|
"main": "index.js",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@constructive-io/graphql-test": "^2.11.
|
|
32
|
+
"@constructive-io/graphql-test": "^2.11.17",
|
|
33
33
|
"@types/babel__generator": "^7.27.0",
|
|
34
34
|
"@types/pluralize": "0.0.33",
|
|
35
35
|
"makage": "^0.1.9"
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"graphql-request": "6.1.0",
|
|
49
49
|
"graphql-tag": "2.12.6",
|
|
50
50
|
"inflection": "^1.12.0",
|
|
51
|
-
"introspectron": "^2.14.
|
|
51
|
+
"introspectron": "^2.14.22",
|
|
52
52
|
"pluralize": "^8.0.0"
|
|
53
53
|
},
|
|
54
54
|
"keywords": [
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"graphile",
|
|
59
59
|
"constructive"
|
|
60
60
|
],
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "976cc9e0e09201c7df40518a1797f4178fc21c2c"
|
|
62
62
|
}
|