@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.js CHANGED
@@ -3183,7 +3183,10 @@ var ARTIFACT_FIELD_TO_TYPE = {
3183
3183
  themes: "theme",
3184
3184
  workflows: "workflow",
3185
3185
  flows: "flow",
3186
- roles: "role",
3186
+ // ADR-0090 D3: stacks declare `positions` (stack.zod.ts); the retired
3187
+ // `roles: 'role'` mapping matched nothing and silently dropped compiled
3188
+ // positions from artifact ingestion.
3189
+ positions: "position",
3187
3190
  permissions: "permission",
3188
3191
  sharingRules: "sharing_rule",
3189
3192
  policies: "policy",