graphile-i18n 0.2.0 → 0.2.1

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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -161,8 +161,7 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
161
161
 
162
162
  ## Credits
163
163
 
164
- 🛠 Built by Constructive — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/constructive-io)
165
-
164
+ **🛠 Built by the [Constructive](https://constructive.io) team creators of modular Postgres tooling for secure, composable backends. If you like our work, contribute on [GitHub](https://github.com/constructive-io).**
166
165
 
167
166
  ## Disclaimer
168
167
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "graphile-i18n",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Graphile i18n plugin",
5
- "author": "Dan Lynch <pyramation@gmail.com>",
5
+ "author": "Constructive <developers@constructive.io>",
6
6
  "homepage": "https://github.com/constructive-io/constructive",
7
7
  "license": "MIT",
8
8
  "main": "index.js",
@@ -40,9 +40,9 @@
40
40
  "devDependencies": {
41
41
  "@types/accept-language-parser": "^1.5.4",
42
42
  "@types/pg": "^8.15.2",
43
- "graphile-test": "^2.9.0",
43
+ "graphile-test": "^2.9.1",
44
44
  "makage": "^0.1.8",
45
- "pgsql-test": "^2.15.0"
45
+ "pgsql-test": "^2.15.1"
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.0"
57
57
  },
58
- "gitHead": "b88e3d1ec9125d2cff1d731ddb1c1dabb299c6dd"
58
+ "gitHead": "3bfa1e2c4524664d19ebfa2baf214403821bdee9"
59
59
  }