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