pg-sql2 5.0.0-beta.2 → 5.0.0-beta.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # pg-sql2
2
2
 
3
+ ## 5.0.0-beta.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#514](https://github.com/graphile/crystal-pre-merge/pull/514)
8
+ [`c9848f693`](https://github.com/graphile/crystal-pre-merge/commit/c9848f6936a5abd7740c0638bfb458fb5551f03b)
9
+ Thanks [@benjie](https://github.com/benjie)! - Update package.json repository
10
+ information
11
+
12
+ - Updated dependencies
13
+ [[`c9848f693`](https://github.com/graphile/crystal-pre-merge/commit/c9848f6936a5abd7740c0638bfb458fb5551f03b)]:
14
+ - @graphile/lru@5.0.0-beta.3
15
+
3
16
  ## 5.0.0-beta.2
4
17
 
5
18
  ### Patch Changes
package/README.md CHANGED
@@ -15,9 +15,9 @@ performance further please open a PR!
15
15
 
16
16
  ## Crowd-funded open-source software
17
17
 
18
- To help us develop this software sustainably under the MIT license, we ask all
19
- individuals and businesses that use it to help support its ongoing maintenance
20
- and development via sponsorship.
18
+ To help us develop this software sustainably, we ask all individuals and
19
+ businesses that use it to help support its ongoing maintenance and development
20
+ via sponsorship.
21
21
 
22
22
  ### [Click here to find out more about sponsors and sponsorship.](https://www.graphile.org/sponsor/)
23
23
 
@@ -26,12 +26,12 @@ And please give some love to our featured sponsors 🤩:
26
26
  <table><tr>
27
27
  <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>
28
28
  <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>
29
- <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>
30
29
  <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>
31
- </tr><tr>
32
30
  <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>
31
+ </tr><tr>
33
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>
34
33
  <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>
34
+ <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>
35
35
  </tr></table>
36
36
 
37
37
  <em>\* Sponsors the entire Graphile suite</em>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pg-sql2",
3
- "version": "5.0.0-beta.2",
3
+ "version": "5.0.0-beta.3",
4
4
  "description": "Generate safe Postgres-compliant SQL with tagged template literals",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "repository": {
15
15
  "type": "git",
16
- "url": "git+https://github.com/graphile/heart.git"
16
+ "url": "git+https://github.com/graphile/crystal.git"
17
17
  },
18
18
  "keywords": [
19
19
  "sql",
@@ -31,9 +31,9 @@
31
31
  "author": "Benjie Gillam <benjie@jemjie.com>",
32
32
  "license": "MIT",
33
33
  "bugs": {
34
- "url": "https://github.com/graphile/heart/issues"
34
+ "url": "https://github.com/graphile/crystal/issues"
35
35
  },
36
- "homepage": "https://github.com/graphile/heart/tree/main/utils/pg-sql2",
36
+ "homepage": "https://github.com/graphile/crystal/tree/main/utils/pg-sql2",
37
37
  "devDependencies": {
38
38
  "@types/debug": "4.1.8",
39
39
  "@types/jest": "^29.5.4",
@@ -44,7 +44,7 @@
44
44
  "typescript": "^5.2.2"
45
45
  },
46
46
  "dependencies": {
47
- "@graphile/lru": "^5.0.0-beta.2",
47
+ "@graphile/lru": "^5.0.0-beta.3",
48
48
  "tslib": "^2.6.2"
49
49
  },
50
50
  "files": [