Skip to content

Commit 1b0cdc9

Browse files
committed
chore(upgrade-skills): record TML-2817 incidental extension substrate change
TML-2817 touched packages/3-extensions/mongo/src/contract/define-contract.ts as part of a cast elimination refactor. No extension API or behaviour change; changes: [] records the incidental diff. Signed-off-by: Will Madden <madden@prisma.io>
1 parent 87d0edd commit 1b0cdc9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • skills/extension-author/prisma-next-extension-upgrade/upgrades/0.12-to-0.13

skills/extension-author/prisma-next-extension-upgrade/upgrades/0.12-to-0.13/instructions.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,9 @@ strings to `{ namespace, model }` objects. Extension authors only feel
1212
this if they hand-construct contract IR; the public framework
1313
factories (`createNamespaceTable`, `crossRef`, etc.) and the
1414
contract-builder produce the new shape directly. No codemod required.
15+
16+
TML-2817: internal refactor of @prisma-next/extension-mongo's
17+
defineContract wrapper to eliminate bare casts via a shared bound
18+
contract builder. No extension API or behaviour change; incidental
19+
substrate diff only.
1520
-->

0 commit comments

Comments
 (0)