@fedify/postgres 2.0.0-dev.158 → 2.0.0-dev.159

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -25,10 +25,10 @@ const federation = createFederation({
25
25
  });
26
26
  ~~~~
27
27
 
28
- [JSR]: https://jsr.io/@fedify/postgres
29
28
  [JSR badge]: https://jsr.io/badges/@fedify/postgres
30
- [npm]: https://www.npmjs.com/package/@fedify/postgres
29
+ [JSR]: https://jsr.io/@fedify/postgres
31
30
  [npm badge]: https://img.shields.io/npm/v/@fedify/postgres?logo=npm
31
+ [npm]: https://www.npmjs.com/package/@fedify/postgres
32
32
  [Fedify]: https://fedify.dev/
33
33
  [`KvStore`]: https://jsr.io/@fedify/fedify/doc/federation/~/KvStore
34
34
  [`MessageQueue`]: https://jsr.io/@fedify/fedify/doc/federation/~/MessageQueue
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/postgres",
3
- "version": "2.0.0-dev.158+628cd89e",
3
+ "version": "2.0.0-dev.159+6c07cd44",
4
4
  "description": "PostgreSQL drivers for Fedify",
5
5
  "keywords": [
6
6
  "fedify",
@@ -74,7 +74,7 @@
74
74
  },
75
75
  "peerDependencies": {
76
76
  "postgres": "^3.4.7",
77
- "@fedify/fedify": "^2.0.0-dev.158+628cd89e"
77
+ "@fedify/fedify": "^2.0.0-dev.159+6c07cd44"
78
78
  },
79
79
  "devDependencies": {
80
80
  "@std/async": "npm:@jsr/std__async@^1.0.13",