Skip to content

Commit dd19741

Browse files
committed
docs(api): resync pg-pubsub with npm — 3.0.5
Picks up the PgBubSub -> PgPubSub typo fix from imqueue/pg-pubsub a9d98f5. The misspelling was in the PgPubSubOptions interface summary, so it appeared both on the member page and in the package index's type table.
1 parent f03399c commit dd19741

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

lib/api-versions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
export const API_VERSIONS = {
77
"core": { "latest": "3.3.1", "archives": ["2.0.26","1.15.0"] },
88
"rpc": { "latest": "3.5.2", "archives": ["2.1.0","1.17.1"] },
9-
"pg-pubsub": { "latest": "3.0.4", "archives": [] },
9+
"pg-pubsub": { "latest": "3.0.5", "archives": [] },
1010
"pg-cache": { "latest": "5.0.5", "archives": [] },
1111
"tag-cache": { "latest": "3.0.3", "archives": [] },
1212
"pg-sequelize": { "latest": "4.2.0", "archives": [] },

src/_data/apiVersions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
]
1515
},
1616
"pg-pubsub": {
17-
"latest": "3.0.4",
17+
"latest": "3.0.5",
1818
"archives": []
1919
},
2020
"pg-cache": {

src/org/api/pg-pubsub/latest/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "@imqueue/pg-pubsub 3.0.4 · API reference"
2+
title: "@imqueue/pg-pubsub 3.0.5 · API reference"
33
description: "Reliable PostgreSQL LISTEN/NOTIFY for Node.js — with an inter-process lock so a horizontally scaled service handles each notification once."
44
apiCrumbs: [{"name":"API reference","url":"/api/"},{"name":"@imqueue/pg-pubsub","url":"/api/pg-pubsub/latest/"}]
55
---
@@ -328,7 +328,7 @@ Extends `pg.Client` with additional properties
328328

329329
</td><td>
330330

331-
Options accepted as option argument of PgPubSub constructor. It extends `pg.ClientConfig` options, mostly because it is used to construct PostgreSQL database connection, adding more properties required to configure PgBubSub objects behavior.
331+
Options accepted as option argument of PgPubSub constructor. It extends `pg.ClientConfig` options, mostly because it is used to construct PostgreSQL database connection, adding more properties required to configure PgPubSub objects behavior.
332332

333333

334334
</td></tr>

src/org/api/pg-pubsub/latest/latest.11tydata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"section": "api",
44
"bareTitle": true,
55
"apiPkg": "pg-pubsub",
6-
"apiVersion": "3.0.4",
6+
"apiVersion": "3.0.5",
77
"apiVersionPath": "latest",
8-
"apiReleased": "2026-07-31T16:48:45.340Z",
8+
"apiReleased": "2026-08-01T18:39:02.915Z",
99
"apiNav": [
1010
{
1111
"group": "Classes",

src/org/api/pg-pubsub/latest/pg-pubsub.pgpubsuboptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ apiCrumbs: [{"name":"API reference","url":"/api/"},{"name":"@imqueue/pg-pubsub",
88

99
# PgPubSubOptions interface
1010

11-
Options accepted as option argument of PgPubSub constructor. It extends `pg.ClientConfig` options, mostly because it is used to construct PostgreSQL database connection, adding more properties required to configure PgBubSub objects behavior.
11+
Options accepted as option argument of PgPubSub constructor. It extends `pg.ClientConfig` options, mostly because it is used to construct PostgreSQL database connection, adding more properties required to configure PgPubSub objects behavior.
1212

1313
**Signature:**
1414

0 commit comments

Comments
 (0)