1.4.3 • Published 6 years ago

@shopgate/extension-config-validator v1.4.3

Weekly downloads
117
License
ISC
Repository
-
Last release
6 years ago

Extension Config File Validator

Install

npm install @shopgate/extension-config-validator

Usage

To execute the validator pass it to the root folder you extension: $(npm bin)/extension-config-validator <path>

Alternative usage

You can add it to your package.json like this:

"scripts": {
 "validate": "extension-config-validator <path>"
}

Changelog

1.4.2

Fixed

  • validation of internal hooks' inputs/outputs for consistency

1.4.1

Added

  • component validation in validation command

1.4.0

Added

  • validation for component paths

1.3.0

Added

  • support for 'internal' inputs/outputs which are accessible only by steps of the respective extension

1.2.0

Fixed

  • add support for admin config type

1.1.4

Fixed

  • support key, keys and nothing on params of bigapi type
  • fixed unit tests

1.1.3

Changed

  • the field nameof an input or output within is now called key

1.1.2

Fixed

  • entrypoint
  • removed some error prone and not needed async processing

1.1.0

Added

  • validation for hook step definitions

1.0.4

Added

  • validation for step configurations
  • validation for component paths
1.4.3

6 years ago

1.4.2

6 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.2.0

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago