@objectstack/metadata 13.0.0 → 14.5.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.cjs CHANGED
@@ -3220,7 +3220,10 @@ var ARTIFACT_FIELD_TO_TYPE = {
3220
3220
  themes: "theme",
3221
3221
  workflows: "workflow",
3222
3222
  flows: "flow",
3223
- roles: "role",
3223
+ // ADR-0090 D3: stacks declare `positions` (stack.zod.ts); the retired
3224
+ // `roles: 'role'` mapping matched nothing and silently dropped compiled
3225
+ // positions from artifact ingestion.
3226
+ positions: "position",
3224
3227
  permissions: "permission",
3225
3228
  sharingRules: "sharing_rule",
3226
3229
  policies: "policy",