Skip to content

Commit b0fc2fb

Browse files
committed
chore(api-docs): regenerate pg-cache 5.0.6
The 5.0.6 publish carried the repository/keywords metadata fix, which left the site's reference declaring 5.0.5. Version strings only — four files — since the release changed no API surface. Coverage stays at 100% (54/54 pages).
1 parent fb08095 commit b0fc2fb

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

lib/api-versions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const API_VERSIONS = {
77
"core": { "latest": "3.3.2", "archives": ["2.0.26","1.15.0"] },
88
"rpc": { "latest": "3.5.3", "archives": ["2.1.0","1.17.1"] },
99
"pg-pubsub": { "latest": "3.0.5", "archives": [] },
10-
"pg-cache": { "latest": "5.0.5", "archives": [] },
10+
"pg-cache": { "latest": "5.0.6", "archives": [] },
1111
"tag-cache": { "latest": "3.0.3", "archives": [] },
1212
"pg-sequelize": { "latest": "4.2.0", "archives": [] },
1313
"pg-prisma": { "latest": "1.0.1", "archives": [] },

src/_data/apiVersions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"archives": []
1919
},
2020
"pg-cache": {
21-
"latest": "5.0.5",
21+
"latest": "5.0.6",
2222
"archives": []
2323
},
2424
"tag-cache": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "@imqueue/pg-cache 5.0.5 · API reference"
2+
title: "@imqueue/pg-cache 5.0.6 · API reference"
33
description: "PostgreSQL-managed cache on Redis for @imqueue service methods: results are memoised, and PostgreSQL itself says when to drop them."
44
apiCrumbs: [{"name":"API reference","url":"/api/"},{"name":"@imqueue/pg-cache","url":"/api/pg-cache/latest/"}]
55
---

src/org/api/pg-cache/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-cache",
6-
"apiVersion": "5.0.5",
6+
"apiVersion": "5.0.6",
77
"apiVersionPath": "latest",
8-
"apiReleased": "2026-08-01T17:09:02.834Z",
8+
"apiReleased": "2026-08-04T15:37:04.000Z",
99
"apiNav": [
1010
{
1111
"group": "Enumerations",

0 commit comments

Comments
 (0)