Skip to content

Commit 443715a

Browse files
committed
docs(api): publish the @imqueue/sequelize reference
Wave 6 closes: every one of the 16 packages now has a generated API reference at 100% doc-block coverage. 199 pages from 4.1.0, 63 of them indexable symbols. The landing page, llms.txt and the ORM tag pick this up from `status`, so nothing here is hand-listed — flipping sequelize to shipped is the whole edit.
1 parent 4d6db49 commit 443715a

204 files changed

Lines changed: 12127 additions & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// GENERATED by scripts/build-api-docs.js — do not edit by hand.
2+
// Cloudflare Pages Function — /api/sequelize/*
3+
// Resolves retired @imqueue/sequelize version URLs onto the kept version trees.
4+
// See lib/api-redirects.js for the policy and why this is not in _redirects.
5+
import { handleApiRequest } from "../../../lib/api-handler.js";
6+
7+
export const onRequest = handleApiRequest;

lib/api-versions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export const API_VERSIONS = {
99
"pg-pubsub": { "latest": "3.0.4", "archives": [] },
1010
"pg-cache": { "latest": "5.0.4", "archives": [] },
1111
"tag-cache": { "latest": "3.0.3", "archives": [] },
12+
"sequelize": { "latest": "4.1.0", "archives": [] },
1213
"pg-prisma": { "latest": "1.0.1", "archives": [] },
1314
"async-logger": { "latest": "3.2.0", "archives": [] },
1415
"opentelemetry-instrumentation-imqueue": { "latest": "3.3.1", "archives": [] },

scripts/lib/api-packages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ const PACKAGES = [
188188
+ '— never begin a migration in the middle of an unrelated task.',
189189
cliId: 'sequelize',
190190
latestOnly: true,
191-
status: 'planned',
191+
status: 'shipped',
192192
wave: 6,
193193
},
194194
{

src/_data/apiVersions.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
"latest": "3.0.3",
2626
"archives": []
2727
},
28+
"sequelize": {
29+
"latest": "4.1.0",
30+
"archives": []
31+
},
2832
"pg-prisma": {
2933
"latest": "1.0.1",
3034
"archives": []

0 commit comments

Comments
 (0)