graphile-pg-type-mappings 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 +6 -6
package/README.md
CHANGED
|
@@ -238,8 +238,7 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
|
238
238
|
|
|
239
239
|
## Credits
|
|
240
240
|
|
|
241
|
-
|
|
242
|
-
|
|
241
|
+
**🛠 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).**
|
|
243
242
|
|
|
244
243
|
## Disclaimer
|
|
245
244
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphile-pg-type-mappings",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "Custom PostgreSQL type mappings plugin for Graphile/PostGraphile",
|
|
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",
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"url": "https://github.com/constructive-io/constructive/issues"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"graphile-postgis": "^0.2.
|
|
43
|
-
"graphile-test": "^2.9.
|
|
42
|
+
"graphile-postgis": "^0.2.2",
|
|
43
|
+
"graphile-test": "^2.9.2",
|
|
44
44
|
"graphql-tag": "2.12.6",
|
|
45
45
|
"makage": "^0.1.6",
|
|
46
|
-
"pgsql-test": "^2.15.
|
|
46
|
+
"pgsql-test": "^2.15.2"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"graphile-build": "^4.14.1"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "8efb023ff0cb814f9097e0b08fcbafeac25eee07"
|
|
52
52
|
}
|