@farthershore/product 0.5.0 → 0.6.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/codegen.js CHANGED
@@ -145,7 +145,6 @@ function generateManifestSource(ir) {
145
145
  if (file.upstream !== void 0)
146
146
  options.upstreamOrigin = file.upstream.override_origin;
147
147
  if (file.policies?.length) options.policies = file.policies;
148
- if (file.capabilities?.length) options.capabilities = file.capabilities;
149
148
  if (file.plans?.length) options.plans = file.plans;
150
149
  if (file.actions?.length) options.actions = file.actions;
151
150
  if (file.runtime?.rollout_key !== void 0)