graphile-meta-schema 0.2.14 → 0.3.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
@@ -191,8 +191,7 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
191
191
 
192
192
  ## Credits
193
193
 
194
- 🛠 Built by Constructive — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/constructive-io)
195
-
194
+ **🛠 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).**
196
195
 
197
196
  ## Disclaimer
198
197
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "graphile-meta-schema",
3
- "version": "0.2.14",
3
+ "version": "0.3.1",
4
4
  "description": "graphile meta schema",
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,10 +40,10 @@
40
40
  },
41
41
  "devDependencies": {
42
42
  "@graphile-contrib/pg-many-to-many": "^1.0.0",
43
- "graphile-test": "^2.8.13",
43
+ "graphile-test": "^2.9.1",
44
44
  "graphql-tag": "2.12.6",
45
45
  "makage": "^0.1.8",
46
- "pgsql-test": "^2.14.16"
46
+ "pgsql-test": "^2.15.1"
47
47
  },
48
48
  "dependencies": {
49
49
  "graphile-build": "^4.14.1",
@@ -51,5 +51,5 @@
51
51
  "graphile-utils": "^4.14.1",
52
52
  "graphql": "15.10.1"
53
53
  },
54
- "gitHead": "6a35ff5a2c49e0c4cf1ec9abdd81b62c57d621e9"
54
+ "gitHead": "3bfa1e2c4524664d19ebfa2baf214403821bdee9"
55
55
  }