Detalhes do pacote

bpmnlint-utils

bpmn-io82kMIT1.1.1

Utilities for creating bpmnlint rules

bpmnlint

readme (leia-me)

bpmnlint-utils

CI

Utilities for creating bpmnlint rules.

Usage

import {
  is,
  isAny
} from 'bpmnlint-utils';

is(moddleElement, 'bpmn:ServiceTask'); // true || false
isAny(moddleElement, [ 'bpmn:Task', 'bpmn:Event' ]); // true || false

License

MIT

changelog (log de mudanças)

Changelog

All notable changes to bpmnlint-utils are documented here. We use semantic versioning for releases.

Unreleased

_Note: Yet to be released changes appear here._

1.1.1

  • FIX: ship CommonJS bundle with cjs suffix

1.1.0

  • CHORE: bump dependencies

1.0.2

  • DOCS: add package description

1.0.1

  • CHORE: don't bundle rollup config

1.0.0

  • FEAT: initial version :tada: