pg-introspection
Advanced tools
Comparing version 0.0.1-alpha.4 to 0.0.1-beta.1
# pg-introspection | ||
## 0.0.1-beta.1 | ||
### Patch Changes | ||
- [`cbd987385`](https://github.com/benjie/crystal/commit/cbd987385f99bd1248bc093ac507cc2f641ba3e8) | ||
Thanks [@benjie](https://github.com/benjie)! - Bump all packages to beta | ||
## 0.0.1-alpha.4 | ||
@@ -7,4 +14,4 @@ | ||
- [#408](https://github.com/benjie/postgraphile-private/pull/408) | ||
[`bc14d488d`](https://github.com/benjie/postgraphile-private/commit/bc14d488d5385f350b6d377716e43c46a405dc57) | ||
- [#408](https://github.com/benjie/crystal/pull/408) | ||
[`bc14d488d`](https://github.com/benjie/crystal/commit/bc14d488d5385f350b6d377716e43c46a405dc57) | ||
Thanks [@benjie](https://github.com/benjie)! - When sorting, specify a | ||
@@ -17,4 +24,4 @@ concrete locale to localeCompare to ensure stable ordering across machines. | ||
- [#386](https://github.com/benjie/postgraphile-private/pull/386) | ||
[`8230fcaeb`](https://github.com/benjie/postgraphile-private/commit/8230fcaeb0286c905fc0dad4b7af2d94bac88a44) | ||
- [#386](https://github.com/benjie/crystal/pull/386) | ||
[`8230fcaeb`](https://github.com/benjie/crystal/commit/8230fcaeb0286c905fc0dad4b7af2d94bac88a44) | ||
Thanks [@benjie](https://github.com/benjie)! - If an issue occurs whilst | ||
@@ -28,3 +35,3 @@ retrieving attributes for a constraint, we now log an error and return an | ||
- [`7f857950a`](https://github.com/benjie/postgraphile-private/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71) | ||
- [`7f857950a`](https://github.com/benjie/crystal/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71) | ||
Thanks [@benjie](https://github.com/benjie)! - Upgrade to the latest | ||
@@ -37,3 +44,3 @@ TypeScript/tslib | ||
- [`759ad403d`](https://github.com/benjie/postgraphile-private/commit/759ad403d71363312c5225c165873ae84b8a098c) | ||
- [`759ad403d`](https://github.com/benjie/crystal/commit/759ad403d71363312c5225c165873ae84b8a098c) | ||
Thanks [@benjie](https://github.com/benjie)! - Alpha release - see | ||
@@ -46,4 +53,4 @@ https://postgraphile.org/news/2023-04-26-version-5-alpha | ||
- [#260](https://github.com/benjie/postgraphile-private/pull/260) | ||
[`d5312e6b9`](https://github.com/benjie/postgraphile-private/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c) | ||
- [#260](https://github.com/benjie/crystal/pull/260) | ||
[`d5312e6b9`](https://github.com/benjie/crystal/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c) | ||
Thanks [@benjie](https://github.com/benjie)! - TypeScript v5 is now required | ||
@@ -79,4 +86,4 @@ | ||
- [#125](https://github.com/benjie/postgraphile-private/pull/125) | ||
[`91f2256b3`](https://github.com/benjie/postgraphile-private/commit/91f2256b3fd699bec19fc86f1ca79df057e58639) | ||
- [#125](https://github.com/benjie/crystal/pull/125) | ||
[`91f2256b3`](https://github.com/benjie/crystal/commit/91f2256b3fd699bec19fc86f1ca79df057e58639) | ||
Thanks [@benjie](https://github.com/benjie)! - Initial changesets release |
{ | ||
"name": "pg-introspection", | ||
"version": "0.0.1-alpha.4", | ||
"version": "0.0.1-beta.1", | ||
"description": "Strongly typed PostgreSQL introspection library", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -34,2 +34,3 @@ # pg-introspection | ||
<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> | ||
<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> | ||
</tr></table> | ||
@@ -36,0 +37,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
173347
103