Skip to content

@commercetools/cli-topic-integration-layer@0.5.1

Choose a tag to compare

@github-actions github-actions released this 31 Jul 10:56
· 19 commits to main since this release
98e6a0d

Patch Changes

  • 79173d3: extension validate and extension push no longer reject a bundle whose only
    contribution is a capability the runtime dispatches directly rather than through the
    schema. Such a bundle adds nothing to the SDL, so it was failing the "must export
    typeDefs and/or apiExtensions" shape check even though it is complete and
    deployable. A bundle that contributes nothing at all is still rejected.