pg-sql2 4.13.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 -13
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -10,26 +10,17 @@ performance further please open a PR!
10
10
 
11
11
  ## Crowd-funded open-source software
12
12
 
13
- To help us develop this software sustainably under the MIT license, we ask
14
- all individuals and businesses that use it to help support its ongoing
15
- maintenance and development via sponsorship.
13
+ To help us develop this software sustainably, we ask all individuals and
14
+ businesses that use it to help support its ongoing maintenance and development
15
+ via sponsorship.
16
16
 
17
17
  ### [Click here to find out more about sponsors and sponsorship.](https://www.graphile.org/sponsor/)
18
18
 
19
19
  And please give some love to our featured sponsors 🤩:
20
20
 
21
21
  <table><tr>
22
- <td align="center"><a href="https://surge.io/"><img src="https://graphile.org/images/sponsors/surge.png" width="90" height="90" alt="Surge" /><br />Surge</a> *</td>
23
- <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>
24
- <td align="center"><a href="https://qwick.com/"><img src="https://graphile.org/images/sponsors/qwick.png" width="90" height="90" alt="Qwick" /><br />Qwick</a> *</td>
25
22
  <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>
26
- </tr><tr>
27
- <td align="center"><a href="http://chads.website"><img src="https://graphile.org/images/sponsors/chadf.png" width="90" height="90" alt="Chad Furman" /><br />Chad Furman</a> *</td>
28
- <td align="center"><a href="https://www.fanatics.com/"><img src="https://graphile.org/images/sponsors/fanatics.png" width="90" height="90" alt="Fanatics" /><br />Fanatics</a> *</td>
29
- <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>
30
- <td align="center"><a href="https://www.enzuzo.com/"><img src="https://graphile.org/images/sponsors/enzuzo.png" width="90" height="90" alt="Enzuzo" /><br />Enzuzo</a> *</td>
31
- </tr><tr>
32
- <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>
23
+ <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>
33
24
  </tr></table>
34
25
 
35
26
  <em>\* Sponsors the entire Graphile suite</em>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pg-sql2",
3
- "version": "4.13.0",
3
+ "version": "4.14.1",
4
4
  "description": "Generate safe Postgres-compliant SQL with tagged template literals",
5
5
  "main": "node8plus/index.js",
6
6
  "types": "node8plus/index.d.ts",
@@ -57,5 +57,5 @@
57
57
  "engines": {
58
58
  "node": ">=8.6"
59
59
  },
60
- "gitHead": "0b2ca8bfff8f3b50dfb09079fbbf1a4e3838cedc"
60
+ "gitHead": "63f53e9be536c3b88e3b7868274b4cfeac246399"
61
61
  }