pg-introspection 0.0.1-alpha.4 → 0.0.1-beta.2
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 +26 -10
- package/LICENSE.md +2 -1
- package/README.md +1 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,27 @@
|
|
|
1
1
|
# pg-introspection
|
|
2
2
|
|
|
3
|
+
## 0.0.1-beta.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#496](https://github.com/benjie/crystal/pull/496)
|
|
8
|
+
[`c9bfd9892`](https://github.com/benjie/crystal/commit/c9bfd989247f9433fb5b18c5175c9d8d64cd21a1)
|
|
9
|
+
Thanks [@benjie](https://github.com/benjie)! - Update dependencies (sometimes
|
|
10
|
+
through major versions).
|
|
11
|
+
|
|
12
|
+
## 0.0.1-beta.1
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [`cbd987385`](https://github.com/benjie/crystal/commit/cbd987385f99bd1248bc093ac507cc2f641ba3e8)
|
|
17
|
+
Thanks [@benjie](https://github.com/benjie)! - Bump all packages to beta
|
|
18
|
+
|
|
3
19
|
## 0.0.1-alpha.4
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
6
22
|
|
|
7
|
-
- [#408](https://github.com/benjie/
|
|
8
|
-
[`bc14d488d`](https://github.com/benjie/
|
|
23
|
+
- [#408](https://github.com/benjie/crystal/pull/408)
|
|
24
|
+
[`bc14d488d`](https://github.com/benjie/crystal/commit/bc14d488d5385f350b6d377716e43c46a405dc57)
|
|
9
25
|
Thanks [@benjie](https://github.com/benjie)! - When sorting, specify a
|
|
10
26
|
concrete locale to localeCompare to ensure stable ordering across machines.
|
|
11
27
|
|
|
@@ -13,8 +29,8 @@
|
|
|
13
29
|
|
|
14
30
|
### Patch Changes
|
|
15
31
|
|
|
16
|
-
- [#386](https://github.com/benjie/
|
|
17
|
-
[`8230fcaeb`](https://github.com/benjie/
|
|
32
|
+
- [#386](https://github.com/benjie/crystal/pull/386)
|
|
33
|
+
[`8230fcaeb`](https://github.com/benjie/crystal/commit/8230fcaeb0286c905fc0dad4b7af2d94bac88a44)
|
|
18
34
|
Thanks [@benjie](https://github.com/benjie)! - If an issue occurs whilst
|
|
19
35
|
retrieving attributes for a constraint, we now log an error and return an
|
|
20
36
|
empty array.
|
|
@@ -23,7 +39,7 @@
|
|
|
23
39
|
|
|
24
40
|
### Patch Changes
|
|
25
41
|
|
|
26
|
-
- [`7f857950a`](https://github.com/benjie/
|
|
42
|
+
- [`7f857950a`](https://github.com/benjie/crystal/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)
|
|
27
43
|
Thanks [@benjie](https://github.com/benjie)! - Upgrade to the latest
|
|
28
44
|
TypeScript/tslib
|
|
29
45
|
|
|
@@ -31,7 +47,7 @@
|
|
|
31
47
|
|
|
32
48
|
### Patch Changes
|
|
33
49
|
|
|
34
|
-
- [`759ad403d`](https://github.com/benjie/
|
|
50
|
+
- [`759ad403d`](https://github.com/benjie/crystal/commit/759ad403d71363312c5225c165873ae84b8a098c)
|
|
35
51
|
Thanks [@benjie](https://github.com/benjie)! - Alpha release - see
|
|
36
52
|
https://postgraphile.org/news/2023-04-26-version-5-alpha
|
|
37
53
|
|
|
@@ -39,8 +55,8 @@
|
|
|
39
55
|
|
|
40
56
|
### Patch Changes
|
|
41
57
|
|
|
42
|
-
- [#260](https://github.com/benjie/
|
|
43
|
-
[`d5312e6b9`](https://github.com/benjie/
|
|
58
|
+
- [#260](https://github.com/benjie/crystal/pull/260)
|
|
59
|
+
[`d5312e6b9`](https://github.com/benjie/crystal/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c)
|
|
44
60
|
Thanks [@benjie](https://github.com/benjie)! - TypeScript v5 is now required
|
|
45
61
|
|
|
46
62
|
## 0.0.1-0.3
|
|
@@ -71,6 +87,6 @@
|
|
|
71
87
|
|
|
72
88
|
### Patch Changes
|
|
73
89
|
|
|
74
|
-
- [#125](https://github.com/benjie/
|
|
75
|
-
[`91f2256b3`](https://github.com/benjie/
|
|
90
|
+
- [#125](https://github.com/benjie/crystal/pull/125)
|
|
91
|
+
[`91f2256b3`](https://github.com/benjie/crystal/commit/91f2256b3fd699bec19fc86f1ca79df057e58639)
|
|
76
92
|
Thanks [@benjie](https://github.com/benjie)! - Initial changesets release
|
package/LICENSE.md
CHANGED
|
@@ -26,7 +26,8 @@ license applies to those excerpts:
|
|
|
26
26
|
|
|
27
27
|
PostgreSQL is Copyright © 1996–2022 by the PostgreSQL Global Development Group.
|
|
28
28
|
|
|
29
|
-
Postgres95 is Copyright © 1994–5 by the Regents of the University of
|
|
29
|
+
Postgres95 is Copyright © 1994–5 by the Regents of the University of
|
|
30
|
+
California.
|
|
30
31
|
|
|
31
32
|
Permission to use, copy, modify, and distribute this software and its
|
|
32
33
|
documentation for any purpose, without fee, and without a written agreement is
|
package/README.md
CHANGED
|
@@ -31,6 +31,7 @@ And please give some love to our featured sponsors 🤩:
|
|
|
31
31
|
</tr><tr>
|
|
32
32
|
<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>
|
|
33
33
|
<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
|
+
<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
35
|
</tr></table>
|
|
35
36
|
|
|
36
37
|
<em>\* Sponsors the entire Graphile suite</em>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pg-introspection",
|
|
3
|
-
"version": "0.0.1-
|
|
3
|
+
"version": "0.0.1-beta.2",
|
|
4
4
|
"description": "Strongly typed PostgreSQL introspection library",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -31,15 +31,15 @@
|
|
|
31
31
|
},
|
|
32
32
|
"homepage": "https://github.com/graphile/heart/tree/main/utils/pg-introspection",
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@types/debug": "4.1.
|
|
35
|
-
"@types/jest": "^
|
|
36
|
-
"@types/node": "
|
|
37
|
-
"jest": "^
|
|
34
|
+
"@types/debug": "4.1.8",
|
|
35
|
+
"@types/jest": "^29.5.4",
|
|
36
|
+
"@types/node": "20.5.7",
|
|
37
|
+
"jest": "^29.6.4",
|
|
38
38
|
"ts-node": "^10.9.1",
|
|
39
|
-
"typescript": "^5.
|
|
39
|
+
"typescript": "^5.2.2"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"tslib": "^2.
|
|
42
|
+
"tslib": "^2.6.2"
|
|
43
43
|
},
|
|
44
44
|
"files": [
|
|
45
45
|
"dist"
|