@veloceapps/sdk 4.0.21 → 5.0.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.
@@ -798,7 +798,7 @@
798
798
  };
799
799
 
800
800
  var EXPORTED_CLASS_REGEX = /export class (\S+)/;
801
- var METADATA_DECORATOR_REGEX = /@ElementDefinition\(([\s\S]+)\)(\n|.)*export class/g;
801
+ var METADATA_DECORATOR_REGEX = /@ElementDefinition\(([\s\S]+)\)(\n|\r\n|.)*export class/g;
802
802
  var UiBuildError = /** @class */ (function (_super) {
803
803
  __extends(UiBuildError, _super);
804
804
  function UiBuildError(message, affectedMetadata) {