Replies: 1 comment
|
Confirmed — this is a clean, fully-attributable contract drift, and both Source-verified. The migration path is the settings service API that replaced those helpers. Instead of a standalone const scope = ctx.settings.register(
'my-plugin', // lowercase hyphenated namespace
schema, // schemastery schema resolving this namespace
{ base, applies }, // optional composition base + apply timing
)
// scope.get() / scope.watch(cb) / scope.update(patch) / scope.replace(section)
For Two concrete points worth noting for the plugin authors:
One diagnostic that would confirm it's purely export-removal (and not a second issue): check Happy to review the actual |
Uh oh!
There was an error while loading. Please reload this page.
Bug Report
All reactions