graphile-meta-schema 0.3.20 → 0.3.22
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
|
@@ -165,7 +165,6 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
|
165
165
|
* [@pgsql/enums](https://www.npmjs.com/package/@pgsql/enums): **🏷️ TypeScript enums** for PostgreSQL AST for safe and ergonomic parsing logic.
|
|
166
166
|
* [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
|
|
167
167
|
* [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
|
|
168
|
-
* [pg-ast](https://www.npmjs.com/package/pg-ast): **🔍 Low-level AST tools** and transformations for Postgres query structures.
|
|
169
168
|
|
|
170
169
|
### 🚀 API & Dev Tools
|
|
171
170
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphile-meta-schema",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.22",
|
|
4
4
|
"description": "graphile meta schema",
|
|
5
5
|
"author": "Constructive <developers@constructive.io>",
|
|
6
6
|
"homepage": "https://github.com/constructive-io/constructive",
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@graphile-contrib/pg-many-to-many": "^1.0.0",
|
|
44
|
-
"graphile-test": "^2.11.
|
|
44
|
+
"graphile-test": "^2.11.17",
|
|
45
45
|
"graphql-tag": "2.12.6",
|
|
46
46
|
"makage": "^0.1.9",
|
|
47
|
-
"pgsql-test": "^2.18.
|
|
47
|
+
"pgsql-test": "^2.18.8"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"graphile-build": "^4.14.1",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"graphile-utils": "^4.14.1",
|
|
53
53
|
"graphql": "15.10.1"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "cca7c544a3bc138f968aa7a7ddef6708ec06d1d6"
|
|
56
56
|
}
|