graphile-simple-inflector 0.1.12 → 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
@@ -121,8 +121,7 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
121
121
 
122
122
  ## Credits
123
123
 
124
- 🛠 Built by Constructive — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/constructive-io)
125
-
124
+ **🛠 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).**
126
125
 
127
126
  ## Disclaimer
128
127
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "graphile-simple-inflector",
3
- "version": "0.1.12",
3
+ "version": "0.2.1",
4
4
  "description": "Simple inflector plugin for Graphile/PostGraphile",
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",
@@ -39,13 +39,13 @@
39
39
  "url": "https://github.com/constructive-io/constructive/issues"
40
40
  },
41
41
  "devDependencies": {
42
- "graphile-test": "^2.8.13",
42
+ "graphile-test": "^2.9.1",
43
43
  "graphql-tag": "2.12.6",
44
44
  "makage": "^0.1.8",
45
- "pgsql-test": "^2.14.16"
45
+ "pgsql-test": "^2.15.1"
46
46
  },
47
47
  "dependencies": {
48
48
  "graphile-build": "^4.14.1"
49
49
  },
50
- "gitHead": "6a35ff5a2c49e0c4cf1ec9abdd81b62c57d621e9"
50
+ "gitHead": "3bfa1e2c4524664d19ebfa2baf214403821bdee9"
51
51
  }