graphile-i18n 0.2.20 → 0.2.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
|
@@ -135,7 +135,6 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
|
135
135
|
* [@pgsql/enums](https://www.npmjs.com/package/@pgsql/enums): **🏷️ TypeScript enums** for PostgreSQL AST for safe and ergonomic parsing logic.
|
|
136
136
|
* [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
|
|
137
137
|
* [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
|
|
138
|
-
* [pg-ast](https://www.npmjs.com/package/pg-ast): **🔍 Low-level AST tools** and transformations for Postgres query structures.
|
|
139
138
|
|
|
140
139
|
### 🚀 API & Dev Tools
|
|
141
140
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphile-i18n",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.22",
|
|
4
4
|
"description": "Graphile i18n plugin",
|
|
5
5
|
"author": "Constructive <developers@constructive.io>",
|
|
6
6
|
"homepage": "https://github.com/constructive-io/constructive",
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@types/accept-language-parser": "^1.5.4",
|
|
42
42
|
"@types/pg": "^8.16.0",
|
|
43
|
-
"graphile-test": "^2.11.
|
|
43
|
+
"graphile-test": "^2.11.17",
|
|
44
44
|
"makage": "^0.1.9",
|
|
45
|
-
"pgsql-test": "^2.18.
|
|
45
|
+
"pgsql-test": "^2.18.8"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"accept-language-parser": "^1.5.0",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"graphql-tag": "2.12.6",
|
|
56
56
|
"pg": "^8.16.3"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "cca7c544a3bc138f968aa7a7ddef6708ec06d1d6"
|
|
59
59
|
}
|