graphile-postgis 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
@@ -125,8 +125,7 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
125
125
 
126
126
  ## Credits
127
127
 
128
- 🛠 Built by Constructive — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/constructive-io)
129
-
128
+ **🛠 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).**
130
129
 
131
130
  ## Disclaimer
132
131
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "graphile-postgis",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Graphile/PostGraphile PostGIS integration 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",
@@ -39,9 +39,9 @@
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/geojson": "^7946.0.14",
42
- "graphile-test": "^2.9.0",
42
+ "graphile-test": "^2.9.1",
43
43
  "makage": "^0.1.6",
44
- "pgsql-test": "^2.15.0"
44
+ "pgsql-test": "^2.15.1"
45
45
  },
46
46
  "dependencies": {
47
47
  "graphile-build": "^4.14.1",
@@ -50,5 +50,5 @@
50
50
  "graphql": "15.10.1",
51
51
  "pg": "^8.16.0"
52
52
  },
53
- "gitHead": "b88e3d1ec9125d2cff1d731ddb1c1dabb299c6dd"
53
+ "gitHead": "3bfa1e2c4524664d19ebfa2baf214403821bdee9"
54
54
  }