graphile-test 2.11.15 → 2.11.16
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 +3 -3
package/README.md
CHANGED
|
@@ -256,7 +256,6 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
|
256
256
|
* [@pgsql/enums](https://www.npmjs.com/package/@pgsql/enums): **🏷️ TypeScript enums** for PostgreSQL AST for safe and ergonomic parsing logic.
|
|
257
257
|
* [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
|
|
258
258
|
* [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
|
|
259
|
-
* [pg-ast](https://www.npmjs.com/package/pg-ast): **🔍 Low-level AST tools** and transformations for Postgres query structures.
|
|
260
259
|
|
|
261
260
|
### 🚀 API & Dev Tools
|
|
262
261
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphile-test",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.16",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "PostGraphile Testing",
|
|
6
6
|
"main": "index.js",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"graphql": "15.10.1",
|
|
41
41
|
"mock-req": "^0.2.0",
|
|
42
42
|
"pg": "^8.16.3",
|
|
43
|
-
"pgsql-test": "^2.18.
|
|
43
|
+
"pgsql-test": "^2.18.7",
|
|
44
44
|
"postgraphile": "^4.14.1"
|
|
45
45
|
},
|
|
46
46
|
"keywords": [
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"pgpm",
|
|
52
52
|
"test"
|
|
53
53
|
],
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "976cc9e0e09201c7df40518a1797f4178fc21c2c"
|
|
55
55
|
}
|