graphile-meta-schema 0.3.0 → 0.3.2
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 +1 -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
|
-
|
|
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.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "graphile meta schema",
|
|
5
|
-
"author": "
|
|
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.9.
|
|
43
|
+
"graphile-test": "^2.9.2",
|
|
44
44
|
"graphql-tag": "2.12.6",
|
|
45
45
|
"makage": "^0.1.8",
|
|
46
|
-
"pgsql-test": "^2.15.
|
|
46
|
+
"pgsql-test": "^2.15.2"
|
|
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": "
|
|
54
|
+
"gitHead": "8efb023ff0cb814f9097e0b08fcbafeac25eee07"
|
|
55
55
|
}
|