pg-sql2 5.0.0-1.1 → 5.0.0-alpha.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.
- package/CHANGELOG.md +12 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# pg-sql2
|
|
2
2
|
|
|
3
|
+
## 5.0.0-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`759ad403d`](https://github.com/benjie/postgraphile-private/commit/759ad403d71363312c5225c165873ae84b8a098c)
|
|
8
|
+
Thanks [@benjie](https://github.com/benjie)! - Alpha release - see
|
|
9
|
+
https://postgraphile.org/news/2023-04-26-version-5-alpha
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
[[`759ad403d`](https://github.com/benjie/postgraphile-private/commit/759ad403d71363312c5225c165873ae84b8a098c)]:
|
|
13
|
+
- @graphile/lru@5.0.0-alpha.1
|
|
14
|
+
|
|
3
15
|
## 5.0.0-1.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pg-sql2",
|
|
3
|
-
"version": "5.0.0-
|
|
3
|
+
"version": "5.0.0-alpha.1",
|
|
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",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"typescript": "^5.0.0-beta"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@graphile/lru": "^5.0.0-
|
|
47
|
+
"@graphile/lru": "^5.0.0-alpha.1",
|
|
48
48
|
"tslib": "^2.4.0"
|
|
49
49
|
},
|
|
50
50
|
"files": [
|