@objectstack/metadata 12.6.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/index.cjs +4 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/node.cjs +4 -1
- package/dist/node.cjs.map +1 -1
- package/dist/node.js +4 -1
- package/dist/node.js.map +1 -1
- package/package.json +7 -7
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
|
-
|
|
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",
|