graphile-utils 4.14.0 → 4.14.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 +4 -10
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -19,9 +19,9 @@ PRs to improve documentation are always welcome!
19
19
 
20
20
  ## Crowd-funded open-source software
21
21
 
22
- To help us develop this software sustainably under the MIT license, we ask
23
- all individuals and businesses that use it to help support its ongoing
24
- maintenance and development via sponsorship.
22
+ To help us develop this software sustainably, we ask all individuals and
23
+ businesses that use it to help support its ongoing maintenance and development
24
+ via sponsorship.
25
25
 
26
26
  ### [Click here to find out more about sponsors and sponsorship.](https://www.graphile.org/sponsor/)
27
27
 
@@ -29,13 +29,7 @@ And please give some love to our featured sponsors 🤩:
29
29
 
30
30
  <table><tr>
31
31
  <td align="center"><a href="https://www.the-guild.dev/"><img src="https://graphile.org/images/sponsors/theguild.png" width="90" height="90" alt="The Guild" /><br />The Guild</a> *</td>
32
- <td align="center"><a href="https://dovetailapp.com/"><img src="https://graphile.org/images/sponsors/dovetail.png" width="90" height="90" alt="Dovetail" /><br />Dovetail</a> *</td>
33
- <td align="center"><a href="https://www.netflix.com/"><img src="https://graphile.org/images/sponsors/Netflix.png" width="90" height="90" alt="Netflix" /><br />Netflix</a> *</td>
34
- <td align="center"><a href=""><img src="https://graphile.org/images/sponsors/chadf.png" width="90" height="90" alt="Chad Furman" /><br />Chad Furman</a> *</td>
35
- </tr><tr>
36
- <td align="center"><a href="https://stellate.co/"><img src="https://graphile.org/images/sponsors/Stellate.png" width="90" height="90" alt="Stellate" /><br />Stellate</a> *</td>
37
- <td align="center"><a href="https://www.accenture.com/"><img src="https://graphile.org/images/sponsors/accenture.svg" width="90" height="90" alt="Accenture" /><br />Accenture</a> *</td>
38
- <td align="center"><a href="https://microteam.io/"><img src="https://graphile.org/images/sponsors/micro.png" width="90" height="90" alt="We Love Micro" /><br />We Love Micro</a> *</td>
32
+ <td align="center"><a href="https://gosteelhead.com/"><img src="https://graphile.org/images/sponsors/steelhead.svg" width="90" height="90" alt="Steelhead" /><br />Steelhead</a> *</td>
39
33
  </tr></table>
40
34
 
41
35
  <em>\* Sponsors the entire Graphile suite</em>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphile-utils",
3
- "version": "4.14.0",
3
+ "version": "4.14.1",
4
4
  "description": "Utilities to help with building graphile-build plugins",
5
5
  "main": "node8plus/index.js",
6
6
  "types": "node8plus/index.d.ts",
@@ -38,8 +38,8 @@
38
38
  "node": ">=8.6"
39
39
  },
40
40
  "devDependencies": {
41
- "graphile-build": "4.14.0",
42
- "graphile-build-pg": "4.14.0",
41
+ "graphile-build": "4.14.1",
42
+ "graphile-build-pg": "4.14.1",
43
43
  "jest": "25.x",
44
44
  "jest-serializer-graphql-schema": "4.10.0",
45
45
  "ts-node": "^9.0.0",
@@ -52,5 +52,5 @@
52
52
  "files": [
53
53
  "node8plus"
54
54
  ],
55
- "gitHead": "83647243fd90407bcacad99acc8ea57aefbf2ab5"
55
+ "gitHead": "63f53e9be536c3b88e3b7868274b4cfeac246399"
56
56
  }