@fedify/postgres 0.3.0-dev.17 → 0.3.0-dev.18
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/README.md +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -30,8 +30,8 @@ const federation = createFederation({
|
|
|
30
30
|
[JSR badge]: https://jsr.io/badges/@fedify/postgres
|
|
31
31
|
[npm]: https://www.npmjs.com/package/@fedify/postgres
|
|
32
32
|
[npm badge]: https://img.shields.io/npm/v/@fedify/postgres?logo=npm
|
|
33
|
-
[GitHub Actions]: https://github.com/
|
|
34
|
-
[GitHub Actions badge]: https://github.com/
|
|
33
|
+
[GitHub Actions]: https://github.com/fedify-dev/postgres/actions/workflows/main.yaml
|
|
34
|
+
[GitHub Actions badge]: https://github.com/fedify-dev/postgres/actions/workflows/main.yaml/badge.svg
|
|
35
35
|
[Fedify]: https://fedify.dev/
|
|
36
36
|
[`KvStore`]: https://jsr.io/@fedify/fedify/doc/federation/~/KvStore
|
|
37
37
|
[`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": "0.3.0-dev.
|
|
3
|
+
"version": "0.3.0-dev.18+ccf67837",
|
|
4
4
|
"description": "PostgreSQL drivers for Fedify",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fedify",
|
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
"email": "hong@minhee.org",
|
|
13
13
|
"url": "https://hongminhee.org/"
|
|
14
14
|
},
|
|
15
|
-
"homepage": "https://github.com/
|
|
15
|
+
"homepage": "https://github.com/fedify-dev/postgres",
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|
|
18
|
-
"url": "git+https://github.com/
|
|
18
|
+
"url": "git+https://github.com/fedify-dev/postgres.git"
|
|
19
19
|
},
|
|
20
20
|
"license": "MIT",
|
|
21
21
|
"bugs": {
|
|
22
|
-
"url": "https://github.com/
|
|
22
|
+
"url": "https://github.com/fedify-dev/postgres/issues"
|
|
23
23
|
},
|
|
24
24
|
"main": "./script/mod.js",
|
|
25
25
|
"module": "./esm/mod.js",
|