@objectstack/plugin-auth 9.2.0 → 9.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +4 -9
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -13
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -1581,15 +1581,10 @@ var AuthPlugin = class {
|
|
|
1581
1581
|
...authPluginManifestHeader,
|
|
1582
1582
|
...this.options.manifestDatasource ? { defaultDatasource: this.options.manifestDatasource } : {},
|
|
1583
1583
|
objects: authIdentityObjects,
|
|
1584
|
-
//
|
|
1585
|
-
// @objectstack/
|
|
1586
|
-
//
|
|
1587
|
-
//
|
|
1588
|
-
apps: [import_apps.SETUP_APP, import_apps.STUDIO_APP, import_apps.ACCOUNT_APP],
|
|
1589
|
-
// ADR-0029 D7 — the Setup App is a shell of group anchors; its entries
|
|
1590
|
-
// for platform-objects-owned objects are contributed here. Capability
|
|
1591
|
-
// plugins (e.g. plugin-webhooks) contribute their own slots' entries.
|
|
1592
|
-
navigationContributions: import_apps.SETUP_NAV_CONTRIBUTIONS,
|
|
1584
|
+
// ADR-0048 — Setup/Studio/Account apps (and the Setup nav contributions)
|
|
1585
|
+
// moved to their own one-app packages (@objectstack/{setup,studio,account}),
|
|
1586
|
+
// each registering under its own package id so /apps/<packageId> resolves
|
|
1587
|
+
// unambiguously. plugin-auth keeps only the auth objects + their pages.
|
|
1593
1588
|
// Slotted record-detail pages for system objects — currently
|
|
1594
1589
|
// sys_organization gets a Members / Invitations / Teams tab strip
|
|
1595
1590
|
// (see SysOrganizationDetailPage for the rationale and the
|